vine icon
vine from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- vine
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the vine 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-linejoin="round" stroke-width="1.5" d="M3.043 4.415c-.33 4.584 1.224 12.713 5.93 16.672c1.433 1.206 2.928 1.23 4.354-.001c2.346-2.026 3.977-5.146 4.894-6.792c0 0 1.164.393 2.131.49c.579.059 1.11-3.045 0-3.052c-2.936-.02-6.214-.314-6.674-3.585c-.505-3.586 3.534-3.074 3.029.049c1.01.975 3.03.975 3.03.975C20.745 6.098 18.726 2 15.696 2c-4.04 0-5.554 2.952-5.554 5.122c0 5.635 4.544 6.66 4.544 6.66c-.737 1.87-2.014 3.208-2.846 3.983c-.57.532-.815.54-1.334-.05c-3.346-3.8-4.292-9.724-3.954-13.197c.075-.777-3.444-1.03-3.51-.103Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsVine(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" strokeLinejoin="round" strokeWidth="1.5" d="M3.043 4.415c-.33 4.584 1.224 12.713 5.93 16.672c1.433 1.206 2.928 1.23 4.354-.001c2.346-2.026 3.977-5.146 4.894-6.792c0 0 1.164.393 2.131.49c.579.059 1.11-3.045 0-3.052c-2.936-.02-6.214-.314-6.674-3.585c-.505-3.586 3.534-3.074 3.029.049c1.01.975 3.03.975 3.03.975C20.745 6.098 18.726 2 15.696 2c-4.04 0-5.554 2.952-5.554 5.122c0 5.635 4.544 6.66 4.544 6.66c-.737 1.87-2.014 3.208-2.846 3.983c-.57.532-.815.54-1.334-.05c-3.346-3.8-4.292-9.724-3.954-13.197c.075-.777-3.444-1.03-3.51-.103Z"/></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-linejoin="round" stroke-width="1.5" d="M3.043 4.415c-.33 4.584 1.224 12.713 5.93 16.672c1.433 1.206 2.928 1.23 4.354-.001c2.346-2.026 3.977-5.146 4.894-6.792c0 0 1.164.393 2.131.49c.579.059 1.11-3.045 0-3.052c-2.936-.02-6.214-.314-6.674-3.585c-.505-3.586 3.534-3.074 3.029.049c1.01.975 3.03.975 3.03.975C20.745 6.098 18.726 2 15.696 2c-4.04 0-5.554 2.952-5.554 5.122c0 5.635 4.544 6.66 4.544 6.66c-.737 1.87-2.014 3.208-2.846 3.983c-.57.532-.815.54-1.334-.05c-3.346-3.8-4.292-9.724-3.954-13.197c.075-.777-3.444-1.03-3.51-.103Z"/></svg> </template>
CSS
.icon-vine {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.043%204.415c-.33%204.584%201.224%2012.713%205.93%2016.672c1.433%201.206%202.928%201.23%204.354-.001c2.346-2.026%203.977-5.146%204.894-6.792c0%200%201.164.393%202.131.49c.579.059%201.11-3.045%200-3.052c-2.936-.02-6.214-.314-6.674-3.585c-.505-3.586%203.534-3.074%203.029.049c1.01.975%203.03.975%203.03.975C20.745%206.098%2018.726%202%2015.696%202c-4.04%200-5.554%202.952-5.554%205.122c0%205.635%204.544%206.66%204.544%206.66c-.737%201.87-2.014%203.208-2.846%203.983c-.57.532-.815.54-1.334-.05c-3.346-3.8-4.292-9.724-3.954-13.197c.075-.777-3.444-1.03-3.51-.103Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.043%204.415c-.33%204.584%201.224%2012.713%205.93%2016.672c1.433%201.206%202.928%201.23%204.354-.001c2.346-2.026%203.977-5.146%204.894-6.792c0%200%201.164.393%202.131.49c.579.059%201.11-3.045%200-3.052c-2.936-.02-6.214-.314-6.674-3.585c-.505-3.586%203.534-3.074%203.029.049c1.01.975%203.03.975%203.03.975C20.745%206.098%2018.726%202%2015.696%202c-4.04%200-5.554%202.952-5.554%205.122c0%205.635%204.544%206.66%204.544%206.66c-.737%201.87-2.014%203.208-2.846%203.983c-.57.532-.815.54-1.334-.05c-3.346-3.8-4.292-9.724-3.954-13.197c.075-.777-3.444-1.03-3.51-.103Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/vine.svg?color=%231a73e8&size=48