garlic emoji
garlic from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- garlic
- Set
- Twitter Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More food & drink icons from Twitter Emoji
Use the garlic emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M25.786 32.106a3.6 3.6 0 0 0-.918-1.05c.092-.377.05-.748-.275-.988c-.806-.593-7.902.202-8.409 2.739c-.21 1.049.527 1.049.93.724c-.123.447-.19.905-.152 1.335a.438.438 0 0 0 .873-.077c-.026-.299.02-.622.099-.942c.18.161.38.293.614.241c.28-.063.457-.338.574-.638c.014.19.042.312.045.326a.436.436 0 0 0 .531.309l.005-.001a.44.44 0 0 0 .312-.53a1.7 1.7 0 0 1-.017-.506c.396.239.896.456 1.305.356c.521-.127.769-.566.893-.997c.393.369.625.801.859 1.303a.438.438 0 1 0 .795-.369c-.166-.357-.371-.789-.711-1.208c.31.207.637.352.851.227c.149-.087.326-.271.488-.495c.338.301.528.646.53.652a.44.44 0 0 0 .778-.411"/><path fill="#e1e8ed" d="M22.92 11.745c-3.324-.292-4.921-2.163-5.906-3.983c-.19-.352-1.706-3.665-2.486-5.804c-.74-2.029-1.983-.958-2.553-.805c-.571.153-1.483.171-1.31 1.84c.259 2.503.708 5.872.749 6.269c.234 2.243-.391 4.487-3.123 6.402c-5.12 3.588-6.648 6.939-5.656 10.642c1.42 5.299 4.566 9.254 17.872 5.688S34.56 23.431 33.14 18.132c-.993-3.701-3.992-5.84-10.22-6.387"/><path fill="#99aab5" d="M11.29 32.904c-2.744-1.233-5.845-3.48-5.898-7.615c-.058-4.524 4.073-7.097 4.567-9.714c.173 3.065-2.752 5.037-2.722 8.946c.028 3.541 1.019 6.223 4.053 8.383m6.984-.497c-2.612-1.34-5.792-4.185-6.488-8.1c-1.002-5.636 1.365-9.11.782-13.372c1.415 4.899.563 7.254 1.436 12.126c.568 3.17 2.161 7.531 4.27 9.346m10.667-4.233c1.759-2.44 3.322-5.937 1.3-9.544c-2.212-3.947-7.076-4.11-8.812-6.129c1.383 2.741 4.902 2.986 6.83 6.386c1.748 3.081 2.23 5.9.682 9.287m-6.296 3.061c1.592-2.466 2.924-6.52 1.569-10.259c-1.951-5.382-5.737-7.207-7.363-11.19c1.224 4.951 3.139 6.564 4.819 11.22c1.092 3.03 1.894 7.603.975 10.229"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiGarlic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M25.786 32.106a3.6 3.6 0 0 0-.918-1.05c.092-.377.05-.748-.275-.988c-.806-.593-7.902.202-8.409 2.739c-.21 1.049.527 1.049.93.724c-.123.447-.19.905-.152 1.335a.438.438 0 0 0 .873-.077c-.026-.299.02-.622.099-.942c.18.161.38.293.614.241c.28-.063.457-.338.574-.638c.014.19.042.312.045.326a.436.436 0 0 0 .531.309l.005-.001a.44.44 0 0 0 .312-.53a1.7 1.7 0 0 1-.017-.506c.396.239.896.456 1.305.356c.521-.127.769-.566.893-.997c.393.369.625.801.859 1.303a.438.438 0 1 0 .795-.369c-.166-.357-.371-.789-.711-1.208c.31.207.637.352.851.227c.149-.087.326-.271.488-.495c.338.301.528.646.53.652a.44.44 0 0 0 .778-.411"/><path fill="#e1e8ed" d="M22.92 11.745c-3.324-.292-4.921-2.163-5.906-3.983c-.19-.352-1.706-3.665-2.486-5.804c-.74-2.029-1.983-.958-2.553-.805c-.571.153-1.483.171-1.31 1.84c.259 2.503.708 5.872.749 6.269c.234 2.243-.391 4.487-3.123 6.402c-5.12 3.588-6.648 6.939-5.656 10.642c1.42 5.299 4.566 9.254 17.872 5.688S34.56 23.431 33.14 18.132c-.993-3.701-3.992-5.84-10.22-6.387"/><path fill="#99aab5" d="M11.29 32.904c-2.744-1.233-5.845-3.48-5.898-7.615c-.058-4.524 4.073-7.097 4.567-9.714c.173 3.065-2.752 5.037-2.722 8.946c.028 3.541 1.019 6.223 4.053 8.383m6.984-.497c-2.612-1.34-5.792-4.185-6.488-8.1c-1.002-5.636 1.365-9.11.782-13.372c1.415 4.899.563 7.254 1.436 12.126c.568 3.17 2.161 7.531 4.27 9.346m10.667-4.233c1.759-2.44 3.322-5.937 1.3-9.544c-2.212-3.947-7.076-4.11-8.812-6.129c1.383 2.741 4.902 2.986 6.83 6.386c1.748 3.081 2.23 5.9.682 9.287m-6.296 3.061c1.592-2.466 2.924-6.52 1.569-10.259c-1.951-5.382-5.737-7.207-7.363-11.19c1.224 4.951 3.139 6.564 4.819 11.22c1.092 3.03 1.894 7.603.975 10.229"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#99aab5" d="M25.786 32.106a3.6 3.6 0 0 0-.918-1.05c.092-.377.05-.748-.275-.988c-.806-.593-7.902.202-8.409 2.739c-.21 1.049.527 1.049.93.724c-.123.447-.19.905-.152 1.335a.438.438 0 0 0 .873-.077c-.026-.299.02-.622.099-.942c.18.161.38.293.614.241c.28-.063.457-.338.574-.638c.014.19.042.312.045.326a.436.436 0 0 0 .531.309l.005-.001a.44.44 0 0 0 .312-.53a1.7 1.7 0 0 1-.017-.506c.396.239.896.456 1.305.356c.521-.127.769-.566.893-.997c.393.369.625.801.859 1.303a.438.438 0 1 0 .795-.369c-.166-.357-.371-.789-.711-1.208c.31.207.637.352.851.227c.149-.087.326-.271.488-.495c.338.301.528.646.53.652a.44.44 0 0 0 .778-.411"/><path fill="#e1e8ed" d="M22.92 11.745c-3.324-.292-4.921-2.163-5.906-3.983c-.19-.352-1.706-3.665-2.486-5.804c-.74-2.029-1.983-.958-2.553-.805c-.571.153-1.483.171-1.31 1.84c.259 2.503.708 5.872.749 6.269c.234 2.243-.391 4.487-3.123 6.402c-5.12 3.588-6.648 6.939-5.656 10.642c1.42 5.299 4.566 9.254 17.872 5.688S34.56 23.431 33.14 18.132c-.993-3.701-3.992-5.84-10.22-6.387"/><path fill="#99aab5" d="M11.29 32.904c-2.744-1.233-5.845-3.48-5.898-7.615c-.058-4.524 4.073-7.097 4.567-9.714c.173 3.065-2.752 5.037-2.722 8.946c.028 3.541 1.019 6.223 4.053 8.383m6.984-.497c-2.612-1.34-5.792-4.185-6.488-8.1c-1.002-5.636 1.365-9.11.782-13.372c1.415 4.899.563 7.254 1.436 12.126c.568 3.17 2.161 7.531 4.27 9.346m10.667-4.233c1.759-2.44 3.322-5.937 1.3-9.544c-2.212-3.947-7.076-4.11-8.812-6.129c1.383 2.741 4.902 2.986 6.83 6.386c1.748 3.081 2.23 5.9.682 9.287m-6.296 3.061c1.592-2.466 2.924-6.52 1.569-10.259c-1.951-5.382-5.737-7.207-7.363-11.19c1.224 4.951 3.139 6.564 4.819 11.22c1.092 3.03 1.894 7.603.975 10.229"/></svg> </template>
CSS
.icon-garlic {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M25.786%2032.106a3.6%203.6%200%200%200-.918-1.05c.092-.377.05-.748-.275-.988c-.806-.593-7.902.202-8.409%202.739c-.21%201.049.527%201.049.93.724c-.123.447-.19.905-.152%201.335a.438.438%200%200%200%20.873-.077c-.026-.299.02-.622.099-.942c.18.161.38.293.614.241c.28-.063.457-.338.574-.638c.014.19.042.312.045.326a.436.436%200%200%200%20.531.309l.005-.001a.44.44%200%200%200%20.312-.53a1.7%201.7%200%200%201-.017-.506c.396.239.896.456%201.305.356c.521-.127.769-.566.893-.997c.393.369.625.801.859%201.303a.438.438%200%201%200%20.795-.369c-.166-.357-.371-.789-.711-1.208c.31.207.637.352.851.227c.149-.087.326-.271.488-.495c.338.301.528.646.53.652a.44.44%200%200%200%20.778-.411%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M22.92%2011.745c-3.324-.292-4.921-2.163-5.906-3.983c-.19-.352-1.706-3.665-2.486-5.804c-.74-2.029-1.983-.958-2.553-.805c-.571.153-1.483.171-1.31%201.84c.259%202.503.708%205.872.749%206.269c.234%202.243-.391%204.487-3.123%206.402c-5.12%203.588-6.648%206.939-5.656%2010.642c1.42%205.299%204.566%209.254%2017.872%205.688S34.56%2023.431%2033.14%2018.132c-.993-3.701-3.992-5.84-10.22-6.387%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M11.29%2032.904c-2.744-1.233-5.845-3.48-5.898-7.615c-.058-4.524%204.073-7.097%204.567-9.714c.173%203.065-2.752%205.037-2.722%208.946c.028%203.541%201.019%206.223%204.053%208.383m6.984-.497c-2.612-1.34-5.792-4.185-6.488-8.1c-1.002-5.636%201.365-9.11.782-13.372c1.415%204.899.563%207.254%201.436%2012.126c.568%203.17%202.161%207.531%204.27%209.346m10.667-4.233c1.759-2.44%203.322-5.937%201.3-9.544c-2.212-3.947-7.076-4.11-8.812-6.129c1.383%202.741%204.902%202.986%206.83%206.386c1.748%203.081%202.23%205.9.682%209.287m-6.296%203.061c1.592-2.466%202.924-6.52%201.569-10.259c-1.951-5.382-5.737-7.207-7.363-11.19c1.224%204.951%203.139%206.564%204.819%2011.22c1.092%203.03%201.894%207.603.975%2010.229%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M25.786%2032.106a3.6%203.6%200%200%200-.918-1.05c.092-.377.05-.748-.275-.988c-.806-.593-7.902.202-8.409%202.739c-.21%201.049.527%201.049.93.724c-.123.447-.19.905-.152%201.335a.438.438%200%200%200%20.873-.077c-.026-.299.02-.622.099-.942c.18.161.38.293.614.241c.28-.063.457-.338.574-.638c.014.19.042.312.045.326a.436.436%200%200%200%20.531.309l.005-.001a.44.44%200%200%200%20.312-.53a1.7%201.7%200%200%201-.017-.506c.396.239.896.456%201.305.356c.521-.127.769-.566.893-.997c.393.369.625.801.859%201.303a.438.438%200%201%200%20.795-.369c-.166-.357-.371-.789-.711-1.208c.31.207.637.352.851.227c.149-.087.326-.271.488-.495c.338.301.528.646.53.652a.44.44%200%200%200%20.778-.411%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M22.92%2011.745c-3.324-.292-4.921-2.163-5.906-3.983c-.19-.352-1.706-3.665-2.486-5.804c-.74-2.029-1.983-.958-2.553-.805c-.571.153-1.483.171-1.31%201.84c.259%202.503.708%205.872.749%206.269c.234%202.243-.391%204.487-3.123%206.402c-5.12%203.588-6.648%206.939-5.656%2010.642c1.42%205.299%204.566%209.254%2017.872%205.688S34.56%2023.431%2033.14%2018.132c-.993-3.701-3.992-5.84-10.22-6.387%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M11.29%2032.904c-2.744-1.233-5.845-3.48-5.898-7.615c-.058-4.524%204.073-7.097%204.567-9.714c.173%203.065-2.752%205.037-2.722%208.946c.028%203.541%201.019%206.223%204.053%208.383m6.984-.497c-2.612-1.34-5.792-4.185-6.488-8.1c-1.002-5.636%201.365-9.11.782-13.372c1.415%204.899.563%207.254%201.436%2012.126c.568%203.17%202.161%207.531%204.27%209.346m10.667-4.233c1.759-2.44%203.322-5.937%201.3-9.544c-2.212-3.947-7.076-4.11-8.812-6.129c1.383%202.741%204.902%202.986%206.83%206.386c1.748%203.081%202.23%205.9.682%209.287m-6.296%203.061c1.592-2.466%202.924-6.52%201.569-10.259c-1.951-5.382-5.737-7.207-7.363-11.19c1.224%204.951%203.139%206.564%204.819%2011.22c1.092%203.03%201.894%207.603.975%2010.229%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/garlic.svg?color=%231a73e8&size=48