donut large icon
donut-large-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- donut-large-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- donut-large-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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="M5.986 16.941q1.755 2.136 4.5 2.676q.181.054.296.217t.114.374q0 .301-.237.486q-.238.185-.54.089q-3.158-.68-5.138-3.125Q3 15.21 3 12t1.98-5.658q1.982-2.446 5.14-3.125q.301-.096.539.089q.237.184.237.486q0 .212-.114.374t-.295.217q-2.746.54-4.501 2.676Q4.23 9.194 4.23 12t1.755 4.941m12.391 1.417q-.915.92-2.062 1.552q-1.148.632-2.46.873q-.301.076-.548-.099t-.247-.476q0-.212.114-.374t.315-.217q1.159-.211 2.18-.764q1.02-.553 1.845-1.378q.805-.83 1.346-1.836q.54-1.004.757-2.15q.054-.2.217-.315t.374-.114q.302 0 .477.247t.098.549q-.24 1.311-.863 2.446q-.622 1.135-1.543 2.056m0-12.716q.921.921 1.543 2.056t.863 2.446q.076.302-.099.55q-.175.246-.476.246q-.212 0-.374-.114t-.217-.315q-.217-1.146-.757-2.15t-1.346-1.836q-.825-.825-1.846-1.378q-1.02-.553-2.18-.764q-.2-.054-.314-.217t-.114-.374q0-.302.247-.477t.549-.098q1.311.24 2.458.872t2.063 1.553"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDonutLargeRounded(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="M5.986 16.941q1.755 2.136 4.5 2.676q.181.054.296.217t.114.374q0 .301-.237.486q-.238.185-.54.089q-3.158-.68-5.138-3.125Q3 15.21 3 12t1.98-5.658q1.982-2.446 5.14-3.125q.301-.096.539.089q.237.184.237.486q0 .212-.114.374t-.295.217q-2.746.54-4.501 2.676Q4.23 9.194 4.23 12t1.755 4.941m12.391 1.417q-.915.92-2.062 1.552q-1.148.632-2.46.873q-.301.076-.548-.099t-.247-.476q0-.212.114-.374t.315-.217q1.159-.211 2.18-.764q1.02-.553 1.845-1.378q.805-.83 1.346-1.836q.54-1.004.757-2.15q.054-.2.217-.315t.374-.114q.302 0 .477.247t.098.549q-.24 1.311-.863 2.446q-.622 1.135-1.543 2.056m0-12.716q.921.921 1.543 2.056t.863 2.446q.076.302-.099.55q-.175.246-.476.246q-.212 0-.374-.114t-.217-.315q-.217-1.146-.757-2.15t-1.346-1.836q-.825-.825-1.846-1.378q-1.02-.553-2.18-.764q-.2-.054-.314-.217t-.114-.374q0-.302.247-.477t.549-.098q1.311.24 2.458.872t2.063 1.553"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.986 16.941q1.755 2.136 4.5 2.676q.181.054.296.217t.114.374q0 .301-.237.486q-.238.185-.54.089q-3.158-.68-5.138-3.125Q3 15.21 3 12t1.98-5.658q1.982-2.446 5.14-3.125q.301-.096.539.089q.237.184.237.486q0 .212-.114.374t-.295.217q-2.746.54-4.501 2.676Q4.23 9.194 4.23 12t1.755 4.941m12.391 1.417q-.915.92-2.062 1.552q-1.148.632-2.46.873q-.301.076-.548-.099t-.247-.476q0-.212.114-.374t.315-.217q1.159-.211 2.18-.764q1.02-.553 1.845-1.378q.805-.83 1.346-1.836q.54-1.004.757-2.15q.054-.2.217-.315t.374-.114q.302 0 .477.247t.098.549q-.24 1.311-.863 2.446q-.622 1.135-1.543 2.056m0-12.716q.921.921 1.543 2.056t.863 2.446q.076.302-.099.55q-.175.246-.476.246q-.212 0-.374-.114t-.217-.315q-.217-1.146-.757-2.15t-1.346-1.836q-.825-.825-1.846-1.378q-1.02-.553-2.18-.764q-.2-.054-.314-.217t-.114-.374q0-.302.247-.477t.549-.098q1.311.24 2.458.872t2.063 1.553"/></svg> </template>
CSS
.icon-donut-large-rounded {
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%22M5.986%2016.941q1.755%202.136%204.5%202.676q.181.054.296.217t.114.374q0%20.301-.237.486q-.238.185-.54.089q-3.158-.68-5.138-3.125Q3%2015.21%203%2012t1.98-5.658q1.982-2.446%205.14-3.125q.301-.096.539.089q.237.184.237.486q0%20.212-.114.374t-.295.217q-2.746.54-4.501%202.676Q4.23%209.194%204.23%2012t1.755%204.941m12.391%201.417q-.915.92-2.062%201.552q-1.148.632-2.46.873q-.301.076-.548-.099t-.247-.476q0-.212.114-.374t.315-.217q1.159-.211%202.18-.764q1.02-.553%201.845-1.378q.805-.83%201.346-1.836q.54-1.004.757-2.15q.054-.2.217-.315t.374-.114q.302%200%20.477.247t.098.549q-.24%201.311-.863%202.446q-.622%201.135-1.543%202.056m0-12.716q.921.921%201.543%202.056t.863%202.446q.076.302-.099.55q-.175.246-.476.246q-.212%200-.374-.114t-.217-.315q-.217-1.146-.757-2.15t-1.346-1.836q-.825-.825-1.846-1.378q-1.02-.553-2.18-.764q-.2-.054-.314-.217t-.114-.374q0-.302.247-.477t.549-.098q1.311.24%202.458.872t2.063%201.553%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%22M5.986%2016.941q1.755%202.136%204.5%202.676q.181.054.296.217t.114.374q0%20.301-.237.486q-.238.185-.54.089q-3.158-.68-5.138-3.125Q3%2015.21%203%2012t1.98-5.658q1.982-2.446%205.14-3.125q.301-.096.539.089q.237.184.237.486q0%20.212-.114.374t-.295.217q-2.746.54-4.501%202.676Q4.23%209.194%204.23%2012t1.755%204.941m12.391%201.417q-.915.92-2.062%201.552q-1.148.632-2.46.873q-.301.076-.548-.099t-.247-.476q0-.212.114-.374t.315-.217q1.159-.211%202.18-.764q1.02-.553%201.845-1.378q.805-.83%201.346-1.836q.54-1.004.757-2.15q.054-.2.217-.315t.374-.114q.302%200%20.477.247t.098.549q-.24%201.311-.863%202.446q-.622%201.135-1.543%202.056m0-12.716q.921.921%201.543%202.056t.863%202.446q.076.302-.099.55q-.175.246-.476.246q-.212%200-.374-.114t-.217-.315q-.217-1.146-.757-2.15t-1.346-1.836q-.825-.825-1.846-1.378q-1.02-.553-2.18-.764q-.2-.054-.314-.217t-.114-.374q0-.302.247-.477t.549-.098q1.311.24%202.458.872t2.063%201.553%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/donut-large-rounded.svg?color=%231a73e8&size=48