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

Name
donut-small-outline
Set
Material Symbols
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
donut-small-outline-sharp

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 2.05q3.575.35 6.088 2.863T21.975 11h-7.15q-.225-.65-.687-1.137t-1.113-.713zm2 2.55V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-4-2.55v7.1q-.9.325-1.45 1.113T9.025 12t.55 1.713t1.45 1.087v7.15q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225m-2 2.55q-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.8 8.4h7.15q-.35 3.575-2.863 6.088t-6.087 2.862V14.8q.65-.225 1.113-.687T14.825 13m1.2 2q-.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 MaterialSymbolsDonutSmallOutline(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 2.05q3.575.35 6.088 2.863T21.975 11h-7.15q-.225-.65-.687-1.137t-1.113-.713zm2 2.55V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-4-2.55v7.1q-.9.325-1.45 1.113T9.025 12t.55 1.713t1.45 1.087v7.15q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225m-2 2.55q-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.8 8.4h7.15q-.35 3.575-2.863 6.088t-6.087 2.862V14.8q.65-.225 1.113-.687T14.825 13m1.2 2q-.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 2.05q3.575.35 6.088 2.863T21.975 11h-7.15q-.225-.65-.687-1.137t-1.113-.713zm2 2.55V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-4-2.55v7.1q-.9.325-1.45 1.113T9.025 12t.55 1.713t1.45 1.087v7.15q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225m-2 2.55q-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.8 8.4h7.15q-.35 3.575-2.863 6.088t-6.087 2.862V14.8q.65-.225 1.113-.687T14.825 13m1.2 2q-.2.275-.462.525t-.538.475v3.4q1.5-.6 2.65-1.75t1.75-2.65zm0 0"/></svg>
</template>

CSS

.icon-donut-small-outline {
  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%202.05q3.575.35%206.088%202.863T21.975%2011h-7.15q-.225-.65-.687-1.137t-1.113-.713zm2%202.55V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-4-2.55v7.1q-.9.325-1.45%201.113T9.025%2012t.55%201.713t1.45%201.087v7.15q-3.85-.375-6.425-3.225T2.025%2012T4.6%205.275t6.425-3.225m-2%202.55q-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.8%208.4h7.15q-.35%203.575-2.863%206.088t-6.087%202.862V14.8q.65-.225%201.113-.687T14.825%2013m1.2%202q-.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%202.05q3.575.35%206.088%202.863T21.975%2011h-7.15q-.225-.65-.687-1.137t-1.113-.713zm2%202.55V8q.275.225.525.475t.475.525h3.4q-.6-1.5-1.75-2.65t-2.65-1.75m-4-2.55v7.1q-.9.325-1.45%201.113T9.025%2012t.55%201.713t1.45%201.087v7.15q-3.85-.375-6.425-3.225T2.025%2012T4.6%205.275t6.425-3.225m-2%202.55q-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.8%208.4h7.15q-.35%203.575-2.863%206.088t-6.087%202.862V14.8q.65-.225%201.113-.687T14.825%2013m1.2%202q-.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.svg?color=%231a73e8&size=48