camper
v0.7.0
Customize icon
Set your custom size or color and download the icon as SVG or PNG image.
Width
Height
Color
Get SVG
Get PNG
Using as SVG
Copy and paste the following SVG code into your HTML file where you want the icon to appear.
Then, you can customize the SVG attributes, such as size or color, using inline styling or CSS classes.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em">
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 17L19 8C19 5 16 5 16 5L5 5C5 5 2 5 2 8L2 16C2 18 4 18 4 18L20 18C20 18 22 18 22 16M5 19C5 18.4477 5.44772 18 6 18C6.55228 18 7 18.4477 7 19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19ZM5 17L5 11C5 9 7 9 7 9L8 9C8 9 10 9 10 11L10 17M13 9L13 13L16 13L16 9L13 9Z" />
</svg>
Using with React
Install
@josemi-icons/react
and import the icon component in your React application:
import {CamperIcon} from "@josemi-icons/react";
const MyComponent = () => {
return (
<CamperIcon />
);
};
Using with CSS
Install
@josemi-icons/css
and include the icon as a CSS class:
<i class="ji-camper"></i>