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

Name
donut-small
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
donut-small-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="M14.825 11q-.225-.65-.687-1.137t-1.113-.713v-7.1q3.575.35 6.088 2.863T21.975 11zm-3.8 10.95q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225v7.1q-.9.325-1.45 1.113T9.025 12t.55 1.713t1.45 1.087zm2 0V14.8q.65-.225 1.113-.687T14.825 13h7.15q-.35 3.575-2.863 6.088t-6.087 2.862"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDonutSmall(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="M14.825 11q-.225-.65-.687-1.137t-1.113-.713v-7.1q3.575.35 6.088 2.863T21.975 11zm-3.8 10.95q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225v7.1q-.9.325-1.45 1.113T9.025 12t.55 1.713t1.45 1.087zm2 0V14.8q.65-.225 1.113-.687T14.825 13h7.15q-.35 3.575-2.863 6.088t-6.087 2.862"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.825 11q-.225-.65-.687-1.137t-1.113-.713v-7.1q3.575.35 6.088 2.863T21.975 11zm-3.8 10.95q-3.85-.375-6.425-3.225T2.025 12T4.6 5.275t6.425-3.225v7.1q-.9.325-1.45 1.113T9.025 12t.55 1.713t1.45 1.087zm2 0V14.8q.65-.225 1.113-.687T14.825 13h7.15q-.35 3.575-2.863 6.088t-6.087 2.862"/></svg>
</template>

CSS

.icon-donut-small {
  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%22M14.825%2011q-.225-.65-.687-1.137t-1.113-.713v-7.1q3.575.35%206.088%202.863T21.975%2011zm-3.8%2010.95q-3.85-.375-6.425-3.225T2.025%2012T4.6%205.275t6.425-3.225v7.1q-.9.325-1.45%201.113T9.025%2012t.55%201.713t1.45%201.087zm2%200V14.8q.65-.225%201.113-.687T14.825%2013h7.15q-.35%203.575-2.863%206.088t-6.087%202.862%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%22M14.825%2011q-.225-.65-.687-1.137t-1.113-.713v-7.1q3.575.35%206.088%202.863T21.975%2011zm-3.8%2010.95q-3.85-.375-6.425-3.225T2.025%2012T4.6%205.275t6.425-3.225v7.1q-.9.325-1.45%201.113T9.025%2012t.55%201.713t1.45%201.087zm2%200V14.8q.65-.225%201.113-.687T14.825%2013h7.15q-.35%203.575-2.863%206.088t-6.087%202.862%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.svg?color=%231a73e8&size=48