vivino logo
vivino from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- vivino
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the vivino logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.476 18.034c0-1.087.889-1.989 1.988-1.989c1.1 0 1.989.902 1.989 1.989a1.988 1.988 0 1 1-3.977-.001M12.043 24c-1.1 0-1.988-.902-1.988-1.989c0-1.099.889-1.988 1.988-1.988c1.087 0 1.989.889 1.989 1.988A2.003 2.003 0 0 1 12.043 24M5.2 14.007c0-1.087.89-1.988 1.989-1.988c1.087 0 1.989.901 1.989 1.988a1.988 1.988 0 1 1-3.978 0m4.385-5.892c1.1 0 1.989.902 1.989 1.989c0 1.1-.89 1.976-1.989 1.976s-1.988-.877-1.988-1.976c0-1.087.889-1.989 1.988-1.989m2.384-4.187a1.988 1.988 0 1 1 0 3.977A2.003 2.003 0 0 1 9.98 5.917c0-1.1.902-1.99 1.99-1.99M14.401 0c1.1 0 1.99.89 1.99 1.989c0 1.087-.89 1.988-1.99 1.988a2.003 2.003 0 0 1-1.988-1.988c0-1.1.901-1.989 1.988-1.989M11.6 18.034c0 1.1-.89 1.989-1.99 1.989a1.995 1.995 0 0 1-1.988-1.99c0-1.086.902-1.988 1.989-1.988c1.1 0 1.989.902 1.989 1.989m-1.544-4.027c0-1.087.889-1.988 1.988-1.988c1.087 0 1.989.901 1.989 1.988c0 1.1-.902 1.989-1.989 1.989c-1.1 0-1.988-.89-1.988-1.989m4.385-1.927c-1.1 0-1.99-.877-1.99-1.976c0-1.087.89-1.989 1.99-1.989c1.099 0 1.988.902 1.988 1.989c0 1.1-.89 1.976-1.988 1.976m4.36 1.927c0 1.1-.89 1.989-1.989 1.989a1.988 1.988 0 1 1 .001-3.977c1.098 0 1.988.901 1.988 1.988"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVivino(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.476 18.034c0-1.087.889-1.989 1.988-1.989c1.1 0 1.989.902 1.989 1.989a1.988 1.988 0 1 1-3.977-.001M12.043 24c-1.1 0-1.988-.902-1.988-1.989c0-1.099.889-1.988 1.988-1.988c1.087 0 1.989.889 1.989 1.988A2.003 2.003 0 0 1 12.043 24M5.2 14.007c0-1.087.89-1.988 1.989-1.988c1.087 0 1.989.901 1.989 1.988a1.988 1.988 0 1 1-3.978 0m4.385-5.892c1.1 0 1.989.902 1.989 1.989c0 1.1-.89 1.976-1.989 1.976s-1.988-.877-1.988-1.976c0-1.087.889-1.989 1.988-1.989m2.384-4.187a1.988 1.988 0 1 1 0 3.977A2.003 2.003 0 0 1 9.98 5.917c0-1.1.902-1.99 1.99-1.99M14.401 0c1.1 0 1.99.89 1.99 1.989c0 1.087-.89 1.988-1.99 1.988a2.003 2.003 0 0 1-1.988-1.988c0-1.1.901-1.989 1.988-1.989M11.6 18.034c0 1.1-.89 1.989-1.99 1.989a1.995 1.995 0 0 1-1.988-1.99c0-1.086.902-1.988 1.989-1.988c1.1 0 1.989.902 1.989 1.989m-1.544-4.027c0-1.087.889-1.988 1.988-1.988c1.087 0 1.989.901 1.989 1.988c0 1.1-.902 1.989-1.989 1.989c-1.1 0-1.988-.89-1.988-1.989m4.385-1.927c-1.1 0-1.99-.877-1.99-1.976c0-1.087.89-1.989 1.99-1.989c1.099 0 1.988.902 1.988 1.989c0 1.1-.89 1.976-1.988 1.976m4.36 1.927c0 1.1-.89 1.989-1.989 1.989a1.988 1.988 0 1 1 .001-3.977c1.098 0 1.988.901 1.988 1.988"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.476 18.034c0-1.087.889-1.989 1.988-1.989c1.1 0 1.989.902 1.989 1.989a1.988 1.988 0 1 1-3.977-.001M12.043 24c-1.1 0-1.988-.902-1.988-1.989c0-1.099.889-1.988 1.988-1.988c1.087 0 1.989.889 1.989 1.988A2.003 2.003 0 0 1 12.043 24M5.2 14.007c0-1.087.89-1.988 1.989-1.988c1.087 0 1.989.901 1.989 1.988a1.988 1.988 0 1 1-3.978 0m4.385-5.892c1.1 0 1.989.902 1.989 1.989c0 1.1-.89 1.976-1.989 1.976s-1.988-.877-1.988-1.976c0-1.087.889-1.989 1.988-1.989m2.384-4.187a1.988 1.988 0 1 1 0 3.977A2.003 2.003 0 0 1 9.98 5.917c0-1.1.902-1.99 1.99-1.99M14.401 0c1.1 0 1.99.89 1.99 1.989c0 1.087-.89 1.988-1.99 1.988a2.003 2.003 0 0 1-1.988-1.988c0-1.1.901-1.989 1.988-1.989M11.6 18.034c0 1.1-.89 1.989-1.99 1.989a1.995 1.995 0 0 1-1.988-1.99c0-1.086.902-1.988 1.989-1.988c1.1 0 1.989.902 1.989 1.989m-1.544-4.027c0-1.087.889-1.988 1.988-1.988c1.087 0 1.989.901 1.989 1.988c0 1.1-.902 1.989-1.989 1.989c-1.1 0-1.988-.89-1.988-1.989m4.385-1.927c-1.1 0-1.99-.877-1.99-1.976c0-1.087.89-1.989 1.99-1.989c1.099 0 1.988.902 1.988 1.989c0 1.1-.89 1.976-1.988 1.976m4.36 1.927c0 1.1-.89 1.989-1.989 1.989a1.988 1.988 0 1 1 .001-3.977c1.098 0 1.988.901 1.988 1.988"/></svg> </template>
CSS
.icon-vivino {
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%22currentColor%22%20d%3D%22M12.476%2018.034c0-1.087.889-1.989%201.988-1.989c1.1%200%201.989.902%201.989%201.989a1.988%201.988%200%201%201-3.977-.001M12.043%2024c-1.1%200-1.988-.902-1.988-1.989c0-1.099.889-1.988%201.988-1.988c1.087%200%201.989.889%201.989%201.988A2.003%202.003%200%200%201%2012.043%2024M5.2%2014.007c0-1.087.89-1.988%201.989-1.988c1.087%200%201.989.901%201.989%201.988a1.988%201.988%200%201%201-3.978%200m4.385-5.892c1.1%200%201.989.902%201.989%201.989c0%201.1-.89%201.976-1.989%201.976s-1.988-.877-1.988-1.976c0-1.087.889-1.989%201.988-1.989m2.384-4.187a1.988%201.988%200%201%201%200%203.977A2.003%202.003%200%200%201%209.98%205.917c0-1.1.902-1.99%201.99-1.99M14.401%200c1.1%200%201.99.89%201.99%201.989c0%201.087-.89%201.988-1.99%201.988a2.003%202.003%200%200%201-1.988-1.988c0-1.1.901-1.989%201.988-1.989M11.6%2018.034c0%201.1-.89%201.989-1.99%201.989a1.995%201.995%200%200%201-1.988-1.99c0-1.086.902-1.988%201.989-1.988c1.1%200%201.989.902%201.989%201.989m-1.544-4.027c0-1.087.889-1.988%201.988-1.988c1.087%200%201.989.901%201.989%201.988c0%201.1-.902%201.989-1.989%201.989c-1.1%200-1.988-.89-1.988-1.989m4.385-1.927c-1.1%200-1.99-.877-1.99-1.976c0-1.087.89-1.989%201.99-1.989c1.099%200%201.988.902%201.988%201.989c0%201.1-.89%201.976-1.988%201.976m4.36%201.927c0%201.1-.89%201.989-1.989%201.989a1.988%201.988%200%201%201%20.001-3.977c1.098%200%201.988.901%201.988%201.988%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%22currentColor%22%20d%3D%22M12.476%2018.034c0-1.087.889-1.989%201.988-1.989c1.1%200%201.989.902%201.989%201.989a1.988%201.988%200%201%201-3.977-.001M12.043%2024c-1.1%200-1.988-.902-1.988-1.989c0-1.099.889-1.988%201.988-1.988c1.087%200%201.989.889%201.989%201.988A2.003%202.003%200%200%201%2012.043%2024M5.2%2014.007c0-1.087.89-1.988%201.989-1.988c1.087%200%201.989.901%201.989%201.988a1.988%201.988%200%201%201-3.978%200m4.385-5.892c1.1%200%201.989.902%201.989%201.989c0%201.1-.89%201.976-1.989%201.976s-1.988-.877-1.988-1.976c0-1.087.889-1.989%201.988-1.989m2.384-4.187a1.988%201.988%200%201%201%200%203.977A2.003%202.003%200%200%201%209.98%205.917c0-1.1.902-1.99%201.99-1.99M14.401%200c1.1%200%201.99.89%201.99%201.989c0%201.087-.89%201.988-1.99%201.988a2.003%202.003%200%200%201-1.988-1.988c0-1.1.901-1.989%201.988-1.989M11.6%2018.034c0%201.1-.89%201.989-1.99%201.989a1.995%201.995%200%200%201-1.988-1.99c0-1.086.902-1.988%201.989-1.988c1.1%200%201.989.902%201.989%201.989m-1.544-4.027c0-1.087.889-1.988%201.988-1.988c1.087%200%201.989.901%201.989%201.988c0%201.1-.902%201.989-1.989%201.989c-1.1%200-1.988-.89-1.988-1.989m4.385-1.927c-1.1%200-1.99-.877-1.99-1.976c0-1.087.89-1.989%201.99-1.989c1.099%200%201.988.902%201.988%201.989c0%201.1-.89%201.976-1.988%201.976m4.36%201.927c0%201.1-.89%201.989-1.989%201.989a1.988%201.988%200%201%201%20.001-3.977c1.098%200%201.988.901%201.988%201.988%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/vivino.svg?color=%231a73e8&size=48