donut icon
donut-filled from Reicon by REICON · Filled · Food · MIT Free for personal and commercial use.
- Name
- donut-filled
- Set
- Reicon
- Style
- Filled
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All donut icons →More food icons from Reicon
Use the donut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.677 14.531c.493-.492.802-.781 1.476-.781c.594 0 1.134.237 1.582.547C20.697 18.713 16.732 22 12 22c-4.532 0-8.36-3.015-9.588-7.15c.825.454 1.889.9 2.92.9c.813 0 1.635-.277 2.325-.598a11.4 11.4 0 0 0 1.422-.8A3.74 3.74 0 0 0 12 15.75c.752 0 1.452-.221 2.039-.602c.574.337 1.285.602 2.104.602c1.313 0 2.006-.691 2.513-1.198z"/><path d="M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path fill-rule="evenodd" d="M12 8.25a3.75 3.75 0 0 0-3.612 4.76c-.379.256-.855.546-1.363.782c-.604.28-1.194.458-1.693.458c-.76 0-1.694-.407-2.513-.894c-.3-.179-.568-.358-.784-.512Q2 12.426 2 12a9.98 9.98 0 0 1 3.417-7.528q.024.03.053.058l1 1a.75.75 0 0 0 1.06-1.06l-.904-.905A9.95 9.95 0 0 1 12 2a9.98 9.98 0 0 1 7.528 3.417l-.058.053l-1 1a.75.75 0 0 0 1.06 1.06l.905-.904a9.95 9.95 0 0 1 1.54 6.073a4.04 4.04 0 0 0-1.822-.449c-1.314 0-2.006.691-2.514 1.198l-.021.021c-.493.492-.802.781-1.475.781c-.35 0-.683-.082-.992-.216A3.75 3.75 0 0 0 12 8.25m4.45-3.85a.75.75 0 0 1 .15 1.05l-1.5 2a.75.75 0 1 1-1.2-.9l1.5-2a.75.75 0 0 1 1.05-.15m-5.98-.93a.75.75 0 0 0 0 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1a.75.75 0 0 0-1.06 0M8.41 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 1 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m8.342 3.578a.75.75 0 0 0 .713-.784L17.4 8.94a.75.75 0 1 0-1.498.07l.066 1.413a.75.75 0 0 0 .784.714m2.19.416A.75.75 0 0 0 20 11.62l1.173-.973a.75.75 0 1 0-.991-1.126l-1.173.973a.75.75 0 0 0-.068 1.059M5.896 7.174a.75.75 0 0 0-.373.993l.586 1.287a.75.75 0 1 0 1.365-.62L6.89 7.545a.75.75 0 0 0-.993-.372m1.046 3.72a.75.75 0 0 1 .162 1.05l-.835 1.14a.75.75 0 1 1-1.21-.886l.835-1.14a.75.75 0 0 1 1.048-.163M3.563 8.19a.75.75 0 0 0-.708.79l.079 1.412a.75.75 0 1 0 1.498-.083l-.08-1.412a.75.75 0 0 0-.79-.707" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDonutFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.677 14.531c.493-.492.802-.781 1.476-.781c.594 0 1.134.237 1.582.547C20.697 18.713 16.732 22 12 22c-4.532 0-8.36-3.015-9.588-7.15c.825.454 1.889.9 2.92.9c.813 0 1.635-.277 2.325-.598a11.4 11.4 0 0 0 1.422-.8A3.74 3.74 0 0 0 12 15.75c.752 0 1.452-.221 2.039-.602c.574.337 1.285.602 2.104.602c1.313 0 2.006-.691 2.513-1.198z"/><path d="M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path fillRule="evenodd" d="M12 8.25a3.75 3.75 0 0 0-3.612 4.76c-.379.256-.855.546-1.363.782c-.604.28-1.194.458-1.693.458c-.76 0-1.694-.407-2.513-.894c-.3-.179-.568-.358-.784-.512Q2 12.426 2 12a9.98 9.98 0 0 1 3.417-7.528q.024.03.053.058l1 1a.75.75 0 0 0 1.06-1.06l-.904-.905A9.95 9.95 0 0 1 12 2a9.98 9.98 0 0 1 7.528 3.417l-.058.053l-1 1a.75.75 0 0 0 1.06 1.06l.905-.904a9.95 9.95 0 0 1 1.54 6.073a4.04 4.04 0 0 0-1.822-.449c-1.314 0-2.006.691-2.514 1.198l-.021.021c-.493.492-.802.781-1.475.781c-.35 0-.683-.082-.992-.216A3.75 3.75 0 0 0 12 8.25m4.45-3.85a.75.75 0 0 1 .15 1.05l-1.5 2a.75.75 0 1 1-1.2-.9l1.5-2a.75.75 0 0 1 1.05-.15m-5.98-.93a.75.75 0 0 0 0 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1a.75.75 0 0 0-1.06 0M8.41 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 1 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m8.342 3.578a.75.75 0 0 0 .713-.784L17.4 8.94a.75.75 0 1 0-1.498.07l.066 1.413a.75.75 0 0 0 .784.714m2.19.416A.75.75 0 0 0 20 11.62l1.173-.973a.75.75 0 1 0-.991-1.126l-1.173.973a.75.75 0 0 0-.068 1.059M5.896 7.174a.75.75 0 0 0-.373.993l.586 1.287a.75.75 0 1 0 1.365-.62L6.89 7.545a.75.75 0 0 0-.993-.372m1.046 3.72a.75.75 0 0 1 .162 1.05l-.835 1.14a.75.75 0 1 1-1.21-.886l.835-1.14a.75.75 0 0 1 1.048-.163M3.563 8.19a.75.75 0 0 0-.708.79l.079 1.412a.75.75 0 1 0 1.498-.083l-.08-1.412a.75.75 0 0 0-.79-.707" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.677 14.531c.493-.492.802-.781 1.476-.781c.594 0 1.134.237 1.582.547C20.697 18.713 16.732 22 12 22c-4.532 0-8.36-3.015-9.588-7.15c.825.454 1.889.9 2.92.9c.813 0 1.635-.277 2.325-.598a11.4 11.4 0 0 0 1.422-.8A3.74 3.74 0 0 0 12 15.75c.752 0 1.452-.221 2.039-.602c.574.337 1.285.602 2.104.602c1.313 0 2.006-.691 2.513-1.198z"/><path d="M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path fill-rule="evenodd" d="M12 8.25a3.75 3.75 0 0 0-3.612 4.76c-.379.256-.855.546-1.363.782c-.604.28-1.194.458-1.693.458c-.76 0-1.694-.407-2.513-.894c-.3-.179-.568-.358-.784-.512Q2 12.426 2 12a9.98 9.98 0 0 1 3.417-7.528q.024.03.053.058l1 1a.75.75 0 0 0 1.06-1.06l-.904-.905A9.95 9.95 0 0 1 12 2a9.98 9.98 0 0 1 7.528 3.417l-.058.053l-1 1a.75.75 0 0 0 1.06 1.06l.905-.904a9.95 9.95 0 0 1 1.54 6.073a4.04 4.04 0 0 0-1.822-.449c-1.314 0-2.006.691-2.514 1.198l-.021.021c-.493.492-.802.781-1.475.781c-.35 0-.683-.082-.992-.216A3.75 3.75 0 0 0 12 8.25m4.45-3.85a.75.75 0 0 1 .15 1.05l-1.5 2a.75.75 0 1 1-1.2-.9l1.5-2a.75.75 0 0 1 1.05-.15m-5.98-.93a.75.75 0 0 0 0 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1a.75.75 0 0 0-1.06 0M8.41 7.56a.75.75 0 0 0 .918.53l1.366-.366a.75.75 0 1 0-.388-1.448l-1.366.366a.75.75 0 0 0-.53.918m8.342 3.578a.75.75 0 0 0 .713-.784L17.4 8.94a.75.75 0 1 0-1.498.07l.066 1.413a.75.75 0 0 0 .784.714m2.19.416A.75.75 0 0 0 20 11.62l1.173-.973a.75.75 0 1 0-.991-1.126l-1.173.973a.75.75 0 0 0-.068 1.059M5.896 7.174a.75.75 0 0 0-.373.993l.586 1.287a.75.75 0 1 0 1.365-.62L6.89 7.545a.75.75 0 0 0-.993-.372m1.046 3.72a.75.75 0 0 1 .162 1.05l-.835 1.14a.75.75 0 1 1-1.21-.886l.835-1.14a.75.75 0 0 1 1.048-.163M3.563 8.19a.75.75 0 0 0-.708.79l.079 1.412a.75.75 0 1 0 1.498-.083l-.08-1.412a.75.75 0 0 0-.79-.707" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-donut-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M18.677%2014.531c.493-.492.802-.781%201.476-.781c.594%200%201.134.237%201.582.547C20.697%2018.713%2016.732%2022%2012%2022c-4.532%200-8.36-3.015-9.588-7.15c.825.454%201.889.9%202.92.9c.813%200%201.635-.277%202.325-.598a11.4%2011.4%200%200%200%201.422-.8A3.74%203.74%200%200%200%2012%2015.75c.752%200%201.452-.221%202.039-.602c.574.337%201.285.602%202.104.602c1.313%200%202.006-.691%202.513-1.198z%22%2F%3E%3Cpath%20d%3D%22M9.75%2012a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.25a3.75%203.75%200%200%200-3.612%204.76c-.379.256-.855.546-1.363.782c-.604.28-1.194.458-1.693.458c-.76%200-1.694-.407-2.513-.894c-.3-.179-.568-.358-.784-.512Q2%2012.426%202%2012a9.98%209.98%200%200%201%203.417-7.528q.024.03.053.058l1%201a.75.75%200%200%200%201.06-1.06l-.904-.905A9.95%209.95%200%200%201%2012%202a9.98%209.98%200%200%201%207.528%203.417l-.058.053l-1%201a.75.75%200%200%200%201.06%201.06l.905-.904a9.95%209.95%200%200%201%201.54%206.073a4.04%204.04%200%200%200-1.822-.449c-1.314%200-2.006.691-2.514%201.198l-.021.021c-.493.492-.802.781-1.475.781c-.35%200-.683-.082-.992-.216A3.75%203.75%200%200%200%2012%208.25m4.45-3.85a.75.75%200%200%201%20.15%201.05l-1.5%202a.75.75%200%201%201-1.2-.9l1.5-2a.75.75%200%200%201%201.05-.15m-5.98-.93a.75.75%200%200%200%200%201.06l1%201a.75.75%200%201%200%201.06-1.06l-1-1a.75.75%200%200%200-1.06%200M8.41%207.56a.75.75%200%200%200%20.918.53l1.366-.366a.75.75%200%201%200-.388-1.448l-1.366.366a.75.75%200%200%200-.53.918m8.342%203.578a.75.75%200%200%200%20.713-.784L17.4%208.94a.75.75%200%201%200-1.498.07l.066%201.413a.75.75%200%200%200%20.784.714m2.19.416A.75.75%200%200%200%2020%2011.62l1.173-.973a.75.75%200%201%200-.991-1.126l-1.173.973a.75.75%200%200%200-.068%201.059M5.896%207.174a.75.75%200%200%200-.373.993l.586%201.287a.75.75%200%201%200%201.365-.62L6.89%207.545a.75.75%200%200%200-.993-.372m1.046%203.72a.75.75%200%200%201%20.162%201.05l-.835%201.14a.75.75%200%201%201-1.21-.886l.835-1.14a.75.75%200%200%201%201.048-.163M3.563%208.19a.75.75%200%200%200-.708.79l.079%201.412a.75.75%200%201%200%201.498-.083l-.08-1.412a.75.75%200%200%200-.79-.707%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M18.677%2014.531c.493-.492.802-.781%201.476-.781c.594%200%201.134.237%201.582.547C20.697%2018.713%2016.732%2022%2012%2022c-4.532%200-8.36-3.015-9.588-7.15c.825.454%201.889.9%202.92.9c.813%200%201.635-.277%202.325-.598a11.4%2011.4%200%200%200%201.422-.8A3.74%203.74%200%200%200%2012%2015.75c.752%200%201.452-.221%202.039-.602c.574.337%201.285.602%202.104.602c1.313%200%202.006-.691%202.513-1.198z%22%2F%3E%3Cpath%20d%3D%22M9.75%2012a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.25a3.75%203.75%200%200%200-3.612%204.76c-.379.256-.855.546-1.363.782c-.604.28-1.194.458-1.693.458c-.76%200-1.694-.407-2.513-.894c-.3-.179-.568-.358-.784-.512Q2%2012.426%202%2012a9.98%209.98%200%200%201%203.417-7.528q.024.03.053.058l1%201a.75.75%200%200%200%201.06-1.06l-.904-.905A9.95%209.95%200%200%201%2012%202a9.98%209.98%200%200%201%207.528%203.417l-.058.053l-1%201a.75.75%200%200%200%201.06%201.06l.905-.904a9.95%209.95%200%200%201%201.54%206.073a4.04%204.04%200%200%200-1.822-.449c-1.314%200-2.006.691-2.514%201.198l-.021.021c-.493.492-.802.781-1.475.781c-.35%200-.683-.082-.992-.216A3.75%203.75%200%200%200%2012%208.25m4.45-3.85a.75.75%200%200%201%20.15%201.05l-1.5%202a.75.75%200%201%201-1.2-.9l1.5-2a.75.75%200%200%201%201.05-.15m-5.98-.93a.75.75%200%200%200%200%201.06l1%201a.75.75%200%201%200%201.06-1.06l-1-1a.75.75%200%200%200-1.06%200M8.41%207.56a.75.75%200%200%200%20.918.53l1.366-.366a.75.75%200%201%200-.388-1.448l-1.366.366a.75.75%200%200%200-.53.918m8.342%203.578a.75.75%200%200%200%20.713-.784L17.4%208.94a.75.75%200%201%200-1.498.07l.066%201.413a.75.75%200%200%200%20.784.714m2.19.416A.75.75%200%200%200%2020%2011.62l1.173-.973a.75.75%200%201%200-.991-1.126l-1.173.973a.75.75%200%200%200-.068%201.059M5.896%207.174a.75.75%200%200%200-.373.993l.586%201.287a.75.75%200%201%200%201.365-.62L6.89%207.545a.75.75%200%200%200-.993-.372m1.046%203.72a.75.75%200%200%201%20.162%201.05l-.835%201.14a.75.75%200%201%201-1.21-.886l.835-1.14a.75.75%200%200%201%201.048-.163M3.563%208.19a.75.75%200%200%200-.708.79l.079%201.412a.75.75%200%201%200%201.498-.083l-.08-1.412a.75.75%200%200%200-.79-.707%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/donut-filled.svg?color=%231a73e8&size=48