camel icon
camel from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- camel
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the camel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 13.72c-.69-.41-1-.894-1-1.22m1 1.22V20H8.5l1.5-2l-1-4.5C6 13.5 4.5 10 4.5 8H3a1 1 0 0 1-1-1a2 2 0 0 1 2-2h1.5l.268-.402a1.248 1.248 0 0 1 2.077 1.384L7.5 6.5c-.167.667-.2 2.1 1 2.5c.667.167 2.1 0 2.5-2c.5-1.5 1.5-4 3.5-4c1.616 0 1.926 2.284 3.83 3.953c.904.79 1.67 1.825 1.67 3.025V20h-3l1-2l-.5-3.771c-1.707.526-3.957.41-5.5-.508M19.299 8S22 8.5 22 12"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCamel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 13.72c-.69-.41-1-.894-1-1.22m1 1.22V20H8.5l1.5-2l-1-4.5C6 13.5 4.5 10 4.5 8H3a1 1 0 0 1-1-1a2 2 0 0 1 2-2h1.5l.268-.402a1.248 1.248 0 0 1 2.077 1.384L7.5 6.5c-.167.667-.2 2.1 1 2.5c.667.167 2.1 0 2.5-2c.5-1.5 1.5-4 3.5-4c1.616 0 1.926 2.284 3.83 3.953c.904.79 1.67 1.825 1.67 3.025V20h-3l1-2l-.5-3.771c-1.707.526-3.957.41-5.5-.508M19.299 8S22 8.5 22 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 13.72c-.69-.41-1-.894-1-1.22m1 1.22V20H8.5l1.5-2l-1-4.5C6 13.5 4.5 10 4.5 8H3a1 1 0 0 1-1-1a2 2 0 0 1 2-2h1.5l.268-.402a1.248 1.248 0 0 1 2.077 1.384L7.5 6.5c-.167.667-.2 2.1 1 2.5c.667.167 2.1 0 2.5-2c.5-1.5 1.5-4 3.5-4c1.616 0 1.926 2.284 3.83 3.953c.904.79 1.67 1.825 1.67 3.025V20h-3l1-2l-.5-3.771c-1.707.526-3.957.41-5.5-.508M19.299 8S22 8.5 22 12"/></svg> </template>
CSS
.icon-camel {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2013.72c-.69-.41-1-.894-1-1.22m1%201.22V20H8.5l1.5-2l-1-4.5C6%2013.5%204.5%2010%204.5%208H3a1%201%200%200%201-1-1a2%202%200%200%201%202-2h1.5l.268-.402a1.248%201.248%200%200%201%202.077%201.384L7.5%206.5c-.167.667-.2%202.1%201%202.5c.667.167%202.1%200%202.5-2c.5-1.5%201.5-4%203.5-4c1.616%200%201.926%202.284%203.83%203.953c.904.79%201.67%201.825%201.67%203.025V20h-3l1-2l-.5-3.771c-1.707.526-3.957.41-5.5-.508M19.299%208S22%208.5%2022%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2013.72c-.69-.41-1-.894-1-1.22m1%201.22V20H8.5l1.5-2l-1-4.5C6%2013.5%204.5%2010%204.5%208H3a1%201%200%200%201-1-1a2%202%200%200%201%202-2h1.5l.268-.402a1.248%201.248%200%200%201%202.077%201.384L7.5%206.5c-.167.667-.2%202.1%201%202.5c.667.167%202.1%200%202.5-2c.5-1.5%201.5-4%203.5-4c1.616%200%201.926%202.284%203.83%203.953c.904.79%201.67%201.825%201.67%203.025V20h-3l1-2l-.5-3.771c-1.707.526-3.957.41-5.5-.508M19.299%208S22%208.5%2022%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/camel.svg?color=%231a73e8&size=48