donut large icon
donut-large from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- donut-large
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- donut-large-outline, donut-large-outline-sharp, donut-large-sharp
1 other variant in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the donut large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.025 21.95q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225v3q-2.6.35-4.3 2.325T5.025 12t1.7 4.625t4.3 2.325zm2 0v-3q2.35-.3 3.975-1.95t1.975-4h3q-.35 3.575-2.863 6.088t-6.087 2.862M18.975 11Q18.625 8.65 17 7t-3.975-1.95v-3q3.575.35 6.088 2.863T21.975 11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDonutLarge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.025 21.95q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225v3q-2.6.35-4.3 2.325T5.025 12t1.7 4.625t4.3 2.325zm2 0v-3q2.35-.3 3.975-1.95t1.975-4h3q-.35 3.575-2.863 6.088t-6.087 2.862M18.975 11Q18.625 8.65 17 7t-3.975-1.95v-3q3.575.35 6.088 2.863T21.975 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.025 21.95q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225v3q-2.6.35-4.3 2.325T5.025 12t1.7 4.625t4.3 2.325zm2 0v-3q2.35-.3 3.975-1.95t1.975-4h3q-.35 3.575-2.863 6.088t-6.087 2.862M18.975 11Q18.625 8.65 17 7t-3.975-1.95v-3q3.575.35 6.088 2.863T21.975 11z"/></svg> </template>
CSS
.icon-donut-large {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.025%2021.95q-3.85-.375-6.425-3.225T2.025%2012T4.6%205.275t6.425-3.225v3q-2.6.35-4.3%202.325T5.025%2012t1.7%204.625t4.3%202.325zm2%200v-3q2.35-.3%203.975-1.95t1.975-4h3q-.35%203.575-2.863%206.088t-6.087%202.862M18.975%2011Q18.625%208.65%2017%207t-3.975-1.95v-3q3.575.35%206.088%202.863T21.975%2011z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.025%2021.95q-3.85-.375-6.425-3.225T2.025%2012T4.6%205.275t6.425-3.225v3q-2.6.35-4.3%202.325T5.025%2012t1.7%204.625t4.3%202.325zm2%200v-3q2.35-.3%203.975-1.95t1.975-4h3q-.35%203.575-2.863%206.088t-6.087%202.862M18.975%2011Q18.625%208.65%2017%207t-3.975-1.95v-3q3.575.35%206.088%202.863T21.975%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/donut-large.svg?color=%231a73e8&size=48