yogurt icon
yogurt from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- yogurt
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the yogurt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15.591 5.752c1.587.603 2.638 2.85 1.33 4.52a3.1 3.1 0 0 1-1.848 1.123m1.848-1.122c1.933 0 4.19 2.525 2.465 4.727M9 10.925a3.16 3.16 0 0 0-2.5-.603C4.71 10.64 3.082 13.064 4.6 15m9.241-7.091c1.034-.661 1.586-1.414 1.75-2.157C16.015 3.84 13.867 2 10.761 2c.836.535 1.126 1.19 1.097 1.804c-.15 3.208-6.184 1.426-5.359 6.518"/><path d="m3 15l.828 2.737c.621 2.054.932 3.08 1.728 3.672c.797.591 1.87.591 4.015.591h4.858c2.146 0 3.218 0 4.015-.591s1.107-1.618 1.728-3.672L21 15M2 15h20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsYogurt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M15.591 5.752c1.587.603 2.638 2.85 1.33 4.52a3.1 3.1 0 0 1-1.848 1.123m1.848-1.122c1.933 0 4.19 2.525 2.465 4.727M9 10.925a3.16 3.16 0 0 0-2.5-.603C4.71 10.64 3.082 13.064 4.6 15m9.241-7.091c1.034-.661 1.586-1.414 1.75-2.157C16.015 3.84 13.867 2 10.761 2c.836.535 1.126 1.19 1.097 1.804c-.15 3.208-6.184 1.426-5.359 6.518"/><path d="m3 15l.828 2.737c.621 2.054.932 3.08 1.728 3.672c.797.591 1.87.591 4.015.591h4.858c2.146 0 3.218 0 4.015-.591s1.107-1.618 1.728-3.672L21 15M2 15h20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15.591 5.752c1.587.603 2.638 2.85 1.33 4.52a3.1 3.1 0 0 1-1.848 1.123m1.848-1.122c1.933 0 4.19 2.525 2.465 4.727M9 10.925a3.16 3.16 0 0 0-2.5-.603C4.71 10.64 3.082 13.064 4.6 15m9.241-7.091c1.034-.661 1.586-1.414 1.75-2.157C16.015 3.84 13.867 2 10.761 2c.836.535 1.126 1.19 1.097 1.804c-.15 3.208-6.184 1.426-5.359 6.518"/><path d="m3 15l.828 2.737c.621 2.054.932 3.08 1.728 3.672c.797.591 1.87.591 4.015.591h4.858c2.146 0 3.218 0 4.015-.591s1.107-1.618 1.728-3.672L21 15M2 15h20"/></g></svg> </template>
CSS
.icon-yogurt {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.591%205.752c1.587.603%202.638%202.85%201.33%204.52a3.1%203.1%200%200%201-1.848%201.123m1.848-1.122c1.933%200%204.19%202.525%202.465%204.727M9%2010.925a3.16%203.16%200%200%200-2.5-.603C4.71%2010.64%203.082%2013.064%204.6%2015m9.241-7.091c1.034-.661%201.586-1.414%201.75-2.157C16.015%203.84%2013.867%202%2010.761%202c.836.535%201.126%201.19%201.097%201.804c-.15%203.208-6.184%201.426-5.359%206.518%22%2F%3E%3Cpath%20d%3D%22m3%2015l.828%202.737c.621%202.054.932%203.08%201.728%203.672c.797.591%201.87.591%204.015.591h4.858c2.146%200%203.218%200%204.015-.591s1.107-1.618%201.728-3.672L21%2015M2%2015h20%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.591%205.752c1.587.603%202.638%202.85%201.33%204.52a3.1%203.1%200%200%201-1.848%201.123m1.848-1.122c1.933%200%204.19%202.525%202.465%204.727M9%2010.925a3.16%203.16%200%200%200-2.5-.603C4.71%2010.64%203.082%2013.064%204.6%2015m9.241-7.091c1.034-.661%201.586-1.414%201.75-2.157C16.015%203.84%2013.867%202%2010.761%202c.836.535%201.126%201.19%201.097%201.804c-.15%203.208-6.184%201.426-5.359%206.518%22%2F%3E%3Cpath%20d%3D%22m3%2015l.828%202.737c.621%202.054.932%203.08%201.728%203.672c.797.591%201.87.591%204.015.591h4.858c2.146%200%203.218%200%204.015-.591s1.107-1.618%201.728-3.672L21%2015M2%2015h20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/yogurt.svg?color=%231a73e8&size=48