donut icon
donut-linear from Solar by 480 Design · Linear · Food · CC-BY-4.0 Attribution required.
- Name
- donut-linear
- Set
- Solar
- Style
- Linear
- Category
- Food
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More food icons from Solar
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-width="1.5"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="3"/><path d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5"/><path d="M14 14.2236C14.4713 14.6389 15.0875 15 15.8053 15C17.4948 15 17.4948 13 19.1842 13C20.2618 13 21.1102 13.8136 21.5835 14.4029"/><path stroke-linecap="round" d="M14.5 7L16 5"/><path stroke-linecap="round" d="M19 7L20 6"/><path stroke-linecap="round" d="M12 5L11 4"/><path stroke-linecap="round" d="M10.5 7L9.13397 7.36603"/><path stroke-linecap="round" d="M16.6497 8.9766L16.7161 10.3893"/><path stroke-linecap="round" d="M20.6777 10.085L18.9996 11.5629"/><path stroke-linecap="round" d="M7 5L6 4"/><path stroke-linecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path stroke-linecap="round" d="M5.66477 12.6415L6.5 11.5002"/><path stroke-linecap="round" d="M3.68293 10.3496L3.60427 8.93757"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarDonutLinear(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" strokeWidth="1.5"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="3"/><path d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5"/><path d="M14 14.2236C14.4713 14.6389 15.0875 15 15.8053 15C17.4948 15 17.4948 13 19.1842 13C20.2618 13 21.1102 13.8136 21.5835 14.4029"/><path strokeLinecap="round" d="M14.5 7L16 5"/><path strokeLinecap="round" d="M19 7L20 6"/><path strokeLinecap="round" d="M12 5L11 4"/><path strokeLinecap="round" d="M10.5 7L9.13397 7.36603"/><path strokeLinecap="round" d="M16.6497 8.9766L16.7161 10.3893"/><path strokeLinecap="round" d="M20.6777 10.085L18.9996 11.5629"/><path strokeLinecap="round" d="M7 5L6 4"/><path strokeLinecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path strokeLinecap="round" d="M5.66477 12.6415L6.5 11.5002"/><path strokeLinecap="round" d="M3.68293 10.3496L3.60427 8.93757"/></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-width="1.5"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="3"/><path d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5"/><path d="M14 14.2236C14.4713 14.6389 15.0875 15 15.8053 15C17.4948 15 17.4948 13 19.1842 13C20.2618 13 21.1102 13.8136 21.5835 14.4029"/><path stroke-linecap="round" d="M14.5 7L16 5"/><path stroke-linecap="round" d="M19 7L20 6"/><path stroke-linecap="round" d="M12 5L11 4"/><path stroke-linecap="round" d="M10.5 7L9.13397 7.36603"/><path stroke-linecap="round" d="M16.6497 8.9766L16.7161 10.3893"/><path stroke-linecap="round" d="M20.6777 10.085L18.9996 11.5629"/><path stroke-linecap="round" d="M7 5L6 4"/><path stroke-linecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path stroke-linecap="round" d="M5.66477 12.6415L6.5 11.5002"/><path stroke-linecap="round" d="M3.68293 10.3496L3.60427 8.93757"/></g></svg> </template>
CSS
.icon-donut-linear {
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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M2%2013C2%2013%204.20085%2015%206%2015C7.21199%2015%208.60628%2014.0924%209.38725%2013.5%22%2F%3E%3Cpath%20d%3D%22M14%2014.2236C14.4713%2014.6389%2015.0875%2015%2015.8053%2015C17.4948%2015%2017.4948%2013%2019.1842%2013C20.2618%2013%2021.1102%2013.8136%2021.5835%2014.4029%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%207L16%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%207L20%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205L11%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%207L9.13397%207.36603%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.6497%208.9766L16.7161%2010.3893%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.6777%2010.085L18.9996%2011.5629%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205L6%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.79245%209.14385L6.20722%207.85641%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.66477%2012.6415L6.5%2011.5002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.68293%2010.3496L3.60427%208.93757%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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M2%2013C2%2013%204.20085%2015%206%2015C7.21199%2015%208.60628%2014.0924%209.38725%2013.5%22%2F%3E%3Cpath%20d%3D%22M14%2014.2236C14.4713%2014.6389%2015.0875%2015%2015.8053%2015C17.4948%2015%2017.4948%2013%2019.1842%2013C20.2618%2013%2021.1102%2013.8136%2021.5835%2014.4029%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%207L16%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%207L20%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205L11%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%207L9.13397%207.36603%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.6497%208.9766L16.7161%2010.3893%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.6777%2010.085L18.9996%2011.5629%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205L6%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.79245%209.14385L6.20722%207.85641%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.66477%2012.6415L6.5%2011.5002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.68293%2010.3496L3.60427%208.93757%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/donut-linear.svg?color=%231a73e8&size=48