donut-small-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
donut-small-outline-rounded
Set
Material Symbols
Style
Outline 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.4-.8t.9-.175q2.8.6 4.838 2.675T21.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-.163zm2 1.35V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-5.3 17.125Q6.375 20.95 4.2 18.25T2.025 12T4.2 5.762t5.525-3.487q.5-.125.9.2t.4.825V9q0 .025-.15.2q-.85.35-1.35 1.113T9.025 12t.5 1.663t1.35 1.087q.05.025.15.2v5.8q0 .5-.4.8t-.9.175M9.025 4.6q-2.275.875-3.637 2.9T4.024 12t1.363 4.5t3.637 2.95V16q-.95-.725-1.475-1.763T7.025 12t.525-2.238T9.025 8zm5.3 17.125q-.5.125-.9-.175t-.4-.8v-5.725q0-.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.675 4.9t-4.775 2.6m1.7-6.725q-.2.275-.462.525t-.538.475v3.4q1.5-.6 2.65-1.75t1.75-2.65zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDonutSmallOutlineRounded(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.4-.8t.9-.175q2.8.6 4.838 2.675T21.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-.163zm2 1.35V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-5.3 17.125Q6.375 20.95 4.2 18.25T2.025 12T4.2 5.762t5.525-3.487q.5-.125.9.2t.4.825V9q0 .025-.15.2q-.85.35-1.35 1.113T9.025 12t.5 1.663t1.35 1.087q.05.025.15.2v5.8q0 .5-.4.8t-.9.175M9.025 4.6q-2.275.875-3.637 2.9T4.024 12t1.363 4.5t3.637 2.95V16q-.95-.725-1.475-1.763T7.025 12t.525-2.238T9.025 8zm5.3 17.125q-.5.125-.9-.175t-.4-.8v-5.725q0-.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.675 4.9t-4.775 2.6m1.7-6.725q-.2.275-.462.525t-.538.475v3.4q1.5-.6 2.65-1.75t1.75-2.65zm0 0"/></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.4-.8t.9-.175q2.8.6 4.838 2.675T21.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-.163zm2 1.35V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-5.3 17.125Q6.375 20.95 4.2 18.25T2.025 12T4.2 5.762t5.525-3.487q.5-.125.9.2t.4.825V9q0 .025-.15.2q-.85.35-1.35 1.113T9.025 12t.5 1.663t1.35 1.087q.05.025.15.2v5.8q0 .5-.4.8t-.9.175M9.025 4.6q-2.275.875-3.637 2.9T4.024 12t1.363 4.5t3.637 2.95V16q-.95-.725-1.475-1.763T7.025 12t.525-2.238T9.025 8zm5.3 17.125q-.5.125-.9-.175t-.4-.8v-5.725q0-.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.675 4.9t-4.775 2.6m1.7-6.725q-.2.275-.462.525t-.538.475v3.4q1.5-.6 2.65-1.75t1.75-2.65zm0 0"/></svg>
</template>

CSS

.icon-donut-small-outline-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.4-.8t.9-.175q2.8.6%204.838%202.675T21.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-.163zm2%201.35V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-5.3%2017.125Q6.375%2020.95%204.2%2018.25T2.025%2012T4.2%205.762t5.525-3.487q.5-.125.9.2t.4.825V9q0%20.025-.15.2q-.85.35-1.35%201.113T9.025%2012t.5%201.663t1.35%201.087q.05.025.15.2v5.8q0%20.5-.4.8t-.9.175M9.025%204.6q-2.275.875-3.637%202.9T4.024%2012t1.363%204.5t3.637%202.95V16q-.95-.725-1.475-1.763T7.025%2012t.525-2.238T9.025%208zm5.3%2017.125q-.5.125-.9-.175t-.4-.8v-5.725q0-.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.675%204.9t-4.775%202.6m1.7-6.725q-.2.275-.462.525t-.538.475v3.4q1.5-.6%202.65-1.75t1.75-2.65zm0%200%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.4-.8t.9-.175q2.8.6%204.838%202.675T21.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-.163zm2%201.35V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-5.3%2017.125Q6.375%2020.95%204.2%2018.25T2.025%2012T4.2%205.762t5.525-3.487q.5-.125.9.2t.4.825V9q0%20.025-.15.2q-.85.35-1.35%201.113T9.025%2012t.5%201.663t1.35%201.087q.05.025.15.2v5.8q0%20.5-.4.8t-.9.175M9.025%204.6q-2.275.875-3.637%202.9T4.024%2012t1.363%204.5t3.637%202.95V16q-.95-.725-1.475-1.763T7.025%2012t.525-2.238T9.025%208zm5.3%2017.125q-.5.125-.9-.175t-.4-.8v-5.725q0-.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.675%204.9t-4.775%202.6m1.7-6.725q-.2.275-.462.525t-.538.475v3.4q1.5-.6%202.65-1.75t1.75-2.65zm0%200%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-outline-rounded.svg?color=%231a73e8&size=48