donut small icon
donut-small-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- donut-small-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the donut small icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.025 3.25q0-.5.375-.8t.85-.2q2.875.65 4.913 2.713T21.8 9.9q.1.425-.187.763t-.788.337H15.05q-.1 0-.175-.05t-.125-.15q-.225-.525-.625-.938t-.9-.637q-.1-.05-.15-.112t-.05-.163zm-3.3 18.475Q6.375 20.95 4.2 18.25T2.025 12T4.2 5.762t5.525-3.487q.5-.125.9.213t.4.862V9q0 .025-.15.2q-.85.35-1.35 1.113T9.025 12t.5 1.663t1.35 1.087q.05.025.15.2v5.7q0 .525-.4.863t-.9.212m4.4.05q-.425.1-.763-.187t-.337-.738v-5.825q0-.1.05-.175t.15-.125q.5-.225.9-.625t.625-.9q.025-.05.275-.2h5.8q.45 0 .75.375t.2.85q-.625 2.875-2.7 4.913t-4.95 2.637"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDonutSmallRounded(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="M13.025 3.25q0-.5.375-.8t.85-.2q2.875.65 4.913 2.713T21.8 9.9q.1.425-.187.763t-.788.337H15.05q-.1 0-.175-.05t-.125-.15q-.225-.525-.625-.938t-.9-.637q-.1-.05-.15-.112t-.05-.163zm-3.3 18.475Q6.375 20.95 4.2 18.25T2.025 12T4.2 5.762t5.525-3.487q.5-.125.9.213t.4.862V9q0 .025-.15.2q-.85.35-1.35 1.113T9.025 12t.5 1.663t1.35 1.087q.05.025.15.2v5.7q0 .525-.4.863t-.9.212m4.4.05q-.425.1-.763-.187t-.337-.738v-5.825q0-.1.05-.175t.15-.125q.5-.225.9-.625t.625-.9q.025-.05.275-.2h5.8q.45 0 .75.375t.2.85q-.625 2.875-2.7 4.913t-4.95 2.637"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.025 3.25q0-.5.375-.8t.85-.2q2.875.65 4.913 2.713T21.8 9.9q.1.425-.187.763t-.788.337H15.05q-.1 0-.175-.05t-.125-.15q-.225-.525-.625-.938t-.9-.637q-.1-.05-.15-.112t-.05-.163zm-3.3 18.475Q6.375 20.95 4.2 18.25T2.025 12T4.2 5.762t5.525-3.487q.5-.125.9.213t.4.862V9q0 .025-.15.2q-.85.35-1.35 1.113T9.025 12t.5 1.663t1.35 1.087q.05.025.15.2v5.7q0 .525-.4.863t-.9.212m4.4.05q-.425.1-.763-.187t-.337-.738v-5.825q0-.1.05-.175t.15-.125q.5-.225.9-.625t.625-.9q.025-.05.275-.2h5.8q.45 0 .75.375t.2.85q-.625 2.875-2.7 4.913t-4.95 2.637"/></svg> </template>
CSS
.icon-donut-small-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%22M13.025%203.25q0-.5.375-.8t.85-.2q2.875.65%204.913%202.713T21.8%209.9q.1.425-.187.763t-.788.337H15.05q-.1%200-.175-.05t-.125-.15q-.225-.525-.625-.938t-.9-.637q-.1-.05-.15-.112t-.05-.163zm-3.3%2018.475Q6.375%2020.95%204.2%2018.25T2.025%2012T4.2%205.762t5.525-3.487q.5-.125.9.213t.4.862V9q0%20.025-.15.2q-.85.35-1.35%201.113T9.025%2012t.5%201.663t1.35%201.087q.05.025.15.2v5.7q0%20.525-.4.863t-.9.212m4.4.05q-.425.1-.763-.187t-.337-.738v-5.825q0-.1.05-.175t.15-.125q.5-.225.9-.625t.625-.9q.025-.05.275-.2h5.8q.45%200%20.75.375t.2.85q-.625%202.875-2.7%204.913t-4.95%202.637%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%22M13.025%203.25q0-.5.375-.8t.85-.2q2.875.65%204.913%202.713T21.8%209.9q.1.425-.187.763t-.788.337H15.05q-.1%200-.175-.05t-.125-.15q-.225-.525-.625-.938t-.9-.637q-.1-.05-.15-.112t-.05-.163zm-3.3%2018.475Q6.375%2020.95%204.2%2018.25T2.025%2012T4.2%205.762t5.525-3.487q.5-.125.9.213t.4.862V9q0%20.025-.15.2q-.85.35-1.35%201.113T9.025%2012t.5%201.663t1.35%201.087q.05.025.15.2v5.7q0%20.525-.4.863t-.9.212m4.4.05q-.425.1-.763-.187t-.337-.738v-5.825q0-.1.05-.175t.15-.125q.5-.225.9-.625t.625-.9q.025-.05.275-.2h5.8q.45%200%20.75.375t.2.85q-.625%202.875-2.7%204.913t-4.95%202.637%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/donut-small-rounded.svg?color=%231a73e8&size=48