doughnut icon
doughnut from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- doughnut
- Set
- IconPark
- Style
- Color
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark
Use the doughnut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><circle cx="24" cy="24" r="19"/><circle cx="24" cy="24" r="7" fill="#2F88FF"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 28C6 28 9.38888 25.0417 12 27C16 30 18 28 18 28"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 29C29.6667 28 33 24.7143 36 26C40 27.7143 43 26 43 25"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkDoughnut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><circle cx="24" cy="24" r="19"/><circle cx="24" cy="24" r="7" fill="#2F88FF"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 28C6 28 9.38888 25.0417 12 27C16 30 18 28 18 28"/><path strokeLinecap="round" strokeLinejoin="round" d="M29 29C29.6667 28 33 24.7143 36 26C40 27.7143 43 26 43 25"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><circle cx="24" cy="24" r="19"/><circle cx="24" cy="24" r="7" fill="#2F88FF"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 28C6 28 9.38888 25.0417 12 27C16 30 18 28 18 28"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 29C29.6667 28 33 24.7143 36 26C40 27.7143 43 26 43 25"/></g></svg> </template>
CSS
.icon-doughnut {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2219%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%227%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2028C6%2028%209.38888%2025.0417%2012%2027C16%2030%2018%2028%2018%2028%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2029C29.6667%2028%2033%2024.7143%2036%2026C40%2027.7143%2043%2026%2043%2025%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2219%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%227%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2028C6%2028%209.38888%2025.0417%2012%2027C16%2030%2018%2028%2018%2028%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2029C29.6667%2028%2033%2024.7143%2036%2026C40%2027.7143%2043%2026%2043%2025%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/doughnut.svg?color=%231a73e8&size=48