vine icon
vine from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- vine
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the vine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.645 15.938a7.4 7.4 0 0 1-1.61.187c-2.777 0-4.914-1.938-4.914-5.309c0-1.652.64-2.511 1.543-2.511c.86 0 1.434.77 1.434 2.336c0 .886-.239 1.863-.414 2.441c0 0 .851 1.492 3.191 1.031c.496-1.101.77-2.527.77-3.781c0-3.371-1.72-5.332-4.872-5.332c-3.238 0-5.132 2.488-5.132 5.773c0 3.25 1.52 6.043 4.027 7.313c-1.055 2.11-2.395 3.969-3.793 5.367c-2.54-3.07-4.832-7.164-5.773-15.148H6.355c1.73 13.3 6.887 17.539 8.25 18.351c.77.461 1.434.442 2.141.043c1.106-.629 4.43-3.953 6.27-7.844c.773-.003 1.703-.09 2.629-.3z"/></svg>
React
import type { SVGProps } from "react";
export function LaVine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.645 15.938a7.4 7.4 0 0 1-1.61.187c-2.777 0-4.914-1.938-4.914-5.309c0-1.652.64-2.511 1.543-2.511c.86 0 1.434.77 1.434 2.336c0 .886-.239 1.863-.414 2.441c0 0 .851 1.492 3.191 1.031c.496-1.101.77-2.527.77-3.781c0-3.371-1.72-5.332-4.872-5.332c-3.238 0-5.132 2.488-5.132 5.773c0 3.25 1.52 6.043 4.027 7.313c-1.055 2.11-2.395 3.969-3.793 5.367c-2.54-3.07-4.832-7.164-5.773-15.148H6.355c1.73 13.3 6.887 17.539 8.25 18.351c.77.461 1.434.442 2.141.043c1.106-.629 4.43-3.953 6.27-7.844c.773-.003 1.703-.09 2.629-.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.645 15.938a7.4 7.4 0 0 1-1.61.187c-2.777 0-4.914-1.938-4.914-5.309c0-1.652.64-2.511 1.543-2.511c.86 0 1.434.77 1.434 2.336c0 .886-.239 1.863-.414 2.441c0 0 .851 1.492 3.191 1.031c.496-1.101.77-2.527.77-3.781c0-3.371-1.72-5.332-4.872-5.332c-3.238 0-5.132 2.488-5.132 5.773c0 3.25 1.52 6.043 4.027 7.313c-1.055 2.11-2.395 3.969-3.793 5.367c-2.54-3.07-4.832-7.164-5.773-15.148H6.355c1.73 13.3 6.887 17.539 8.25 18.351c.77.461 1.434.442 2.141.043c1.106-.629 4.43-3.953 6.27-7.844c.773-.003 1.703-.09 2.629-.3z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.645%2015.938a7.4%207.4%200%200%201-1.61.187c-2.777%200-4.914-1.938-4.914-5.309c0-1.652.64-2.511%201.543-2.511c.86%200%201.434.77%201.434%202.336c0%20.886-.239%201.863-.414%202.441c0%200%20.851%201.492%203.191%201.031c.496-1.101.77-2.527.77-3.781c0-3.371-1.72-5.332-4.872-5.332c-3.238%200-5.132%202.488-5.132%205.773c0%203.25%201.52%206.043%204.027%207.313c-1.055%202.11-2.395%203.969-3.793%205.367c-2.54-3.07-4.832-7.164-5.773-15.148H6.355c1.73%2013.3%206.887%2017.539%208.25%2018.351c.77.461%201.434.442%202.141.043c1.106-.629%204.43-3.953%206.27-7.844c.773-.003%201.703-.09%202.629-.3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.645%2015.938a7.4%207.4%200%200%201-1.61.187c-2.777%200-4.914-1.938-4.914-5.309c0-1.652.64-2.511%201.543-2.511c.86%200%201.434.77%201.434%202.336c0%20.886-.239%201.863-.414%202.441c0%200%20.851%201.492%203.191%201.031c.496-1.101.77-2.527.77-3.781c0-3.371-1.72-5.332-4.872-5.332c-3.238%200-5.132%202.488-5.132%205.773c0%203.25%201.52%206.043%204.027%207.313c-1.055%202.11-2.395%203.969-3.793%205.367c-2.54-3.07-4.832-7.164-5.773-15.148H6.355c1.73%2013.3%206.887%2017.539%208.25%2018.351c.77.461%201.434.442%202.141.043c1.106-.629%204.43-3.953%206.27-7.844c.773-.003%201.703-.09%202.629-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/vine.svg?color=%231a73e8&size=48