donut icon
donut from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- donut
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the donut 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-linejoin="round" stroke-width="1.5"><circle cx="12" cy="12" r="3"/><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12q.001-.993.187-1.932c.046-.235.07-.352.104-.44c.16-.401.318-.53.743-.61C3.126 9 3.417 9 4 9a3 3 0 0 0 2.836-2.018c.173-.502.26-.753.355-.839s.33-.142.8-.254C9.162 5.61 10 4.809 10 3.5c0-.353 0-.53.013-.61q.108-.646.742-.807c.08-.02.189-.03.407-.048Q11.577 2 12 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDonut(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" strokeLinejoin="round" strokeWidth="1.5"><circle cx="12" cy="12" r="3"/><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12q.001-.993.187-1.932c.046-.235.07-.352.104-.44c.16-.401.318-.53.743-.61C3.126 9 3.417 9 4 9a3 3 0 0 0 2.836-2.018c.173-.502.26-.753.355-.839s.33-.142.8-.254C9.162 5.61 10 4.809 10 3.5c0-.353 0-.53.013-.61q.108-.646.742-.807c.08-.02.189-.03.407-.048Q11.577 2 12 2"/></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-linejoin="round" stroke-width="1.5"><circle cx="12" cy="12" r="3"/><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12q.001-.993.187-1.932c.046-.235.07-.352.104-.44c.16-.401.318-.53.743-.61C3.126 9 3.417 9 4 9a3 3 0 0 0 2.836-2.018c.173-.502.26-.753.355-.839s.33-.142.8-.254C9.162 5.61 10 4.809 10 3.5c0-.353 0-.53.013-.61q.108-.646.742-.807c.08-.02.189-.03.407-.048Q11.577 2 12 2"/></g></svg> </template>
CSS
.icon-donut {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012q.001-.993.187-1.932c.046-.235.07-.352.104-.44c.16-.401.318-.53.743-.61C3.126%209%203.417%209%204%209a3%203%200%200%200%202.836-2.018c.173-.502.26-.753.355-.839s.33-.142.8-.254C9.162%205.61%2010%204.809%2010%203.5c0-.353%200-.53.013-.61q.108-.646.742-.807c.08-.02.189-.03.407-.048Q11.577%202%2012%202%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012q.001-.993.187-1.932c.046-.235.07-.352.104-.44c.16-.401.318-.53.743-.61C3.126%209%203.417%209%204%209a3%203%200%200%200%202.836-2.018c.173-.502.26-.753.355-.839s.33-.142.8-.254C9.162%205.61%2010%204.809%2010%203.5c0-.353%200-.53.013-.61q.108-.646.742-.807c.08-.02.189-.03.407-.048Q11.577%202%2012%202%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/donut.svg?color=%231a73e8&size=48