vine icon
vine from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- vine
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the vine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.89 11.948a5.907 5.907 0 0 1-1.316.154c-2.27 0-4.02-1.586-4.02-4.344c0-1.351.523-2.054 1.262-2.054c.703 0 1.172.63 1.172 1.91c0 .728-.195 1.525-.339 1.997c0 0 .7 1.221 2.614.846c.406-.902.627-2.07.627-3.095C19.89 4.604 18.484 3 15.906 3c-2.649 0-4.2 2.037-4.2 4.723c0 2.66 1.245 4.944 3.295 5.985c-.862 1.725-1.96 3.245-3.104 4.39c-2.076-2.51-3.953-5.86-4.724-12.394H4.11c1.415 10.883 5.633 14.349 6.748 15.014c.631.379 1.174.36 1.751.036c.906-.515 3.625-3.233 5.132-6.417a10.133 10.133 0 0 0 2.15-.246v-2.143z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiVine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.89 11.948a5.907 5.907 0 0 1-1.316.154c-2.27 0-4.02-1.586-4.02-4.344c0-1.351.523-2.054 1.262-2.054c.703 0 1.172.63 1.172 1.91c0 .728-.195 1.525-.339 1.997c0 0 .7 1.221 2.614.846c.406-.902.627-2.07.627-3.095C19.89 4.604 18.484 3 15.906 3c-2.649 0-4.2 2.037-4.2 4.723c0 2.66 1.245 4.944 3.295 5.985c-.862 1.725-1.96 3.245-3.104 4.39c-2.076-2.51-3.953-5.86-4.724-12.394H4.11c1.415 10.883 5.633 14.349 6.748 15.014c.631.379 1.174.36 1.751.036c.906-.515 3.625-3.233 5.132-6.417a10.133 10.133 0 0 0 2.15-.246v-2.143z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.89 11.948a5.907 5.907 0 0 1-1.316.154c-2.27 0-4.02-1.586-4.02-4.344c0-1.351.523-2.054 1.262-2.054c.703 0 1.172.63 1.172 1.91c0 .728-.195 1.525-.339 1.997c0 0 .7 1.221 2.614.846c.406-.902.627-2.07.627-3.095C19.89 4.604 18.484 3 15.906 3c-2.649 0-4.2 2.037-4.2 4.723c0 2.66 1.245 4.944 3.295 5.985c-.862 1.725-1.96 3.245-3.104 4.39c-2.076-2.51-3.953-5.86-4.724-12.394H4.11c1.415 10.883 5.633 14.349 6.748 15.014c.631.379 1.174.36 1.751.036c.906-.515 3.625-3.233 5.132-6.417a10.133 10.133 0 0 0 2.15-.246v-2.143z" fill="currentColor"/></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%20d%3D%22M19.89%2011.948a5.907%205.907%200%200%201-1.316.154c-2.27%200-4.02-1.586-4.02-4.344c0-1.351.523-2.054%201.262-2.054c.703%200%201.172.63%201.172%201.91c0%20.728-.195%201.525-.339%201.997c0%200%20.7%201.221%202.614.846c.406-.902.627-2.07.627-3.095C19.89%204.604%2018.484%203%2015.906%203c-2.649%200-4.2%202.037-4.2%204.723c0%202.66%201.245%204.944%203.295%205.985c-.862%201.725-1.96%203.245-3.104%204.39c-2.076-2.51-3.953-5.86-4.724-12.394H4.11c1.415%2010.883%205.633%2014.349%206.748%2015.014c.631.379%201.174.36%201.751.036c.906-.515%203.625-3.233%205.132-6.417a10.133%2010.133%200%200%200%202.15-.246v-2.143z%22%20fill%3D%22currentColor%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%20d%3D%22M19.89%2011.948a5.907%205.907%200%200%201-1.316.154c-2.27%200-4.02-1.586-4.02-4.344c0-1.351.523-2.054%201.262-2.054c.703%200%201.172.63%201.172%201.91c0%20.728-.195%201.525-.339%201.997c0%200%20.7%201.221%202.614.846c.406-.902.627-2.07.627-3.095C19.89%204.604%2018.484%203%2015.906%203c-2.649%200-4.2%202.037-4.2%204.723c0%202.66%201.245%204.944%203.295%205.985c-.862%201.725-1.96%203.245-3.104%204.39c-2.076-2.51-3.953-5.86-4.724-12.394H4.11c1.415%2010.883%205.633%2014.349%206.748%2015.014c.631.379%201.174.36%201.751.036c.906-.515%203.625-3.233%205.132-6.417a10.133%2010.133%200%200%200%202.15-.246v-2.143z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/vine.svg?color=%231a73e8&size=48