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

Name
donut-large
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
donut-large-outline, donut-large-outline-sharp, donut-large-sharp

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="M11.006 20.95q-3.446-.356-5.723-2.917T3.006 12t2.277-6.014q2.276-2.542 5.723-2.936v1.23q-2.927.409-4.848 2.595Q4.236 9.062 4.236 12t1.922 5.125t4.848 2.594zm2 0v-1.23q2.638-.3 4.485-2.191q1.846-1.89 2.234-4.529h1.23q-.35 3.171-2.573 5.405q-2.224 2.233-5.376 2.545M19.725 11q-.408-2.639-2.244-4.51t-4.475-2.21V3.05q3.152.35 5.376 2.574T20.956 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDonutLarge(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="M11.006 20.95q-3.446-.356-5.723-2.917T3.006 12t2.277-6.014q2.276-2.542 5.723-2.936v1.23q-2.927.409-4.848 2.595Q4.236 9.062 4.236 12t1.922 5.125t4.848 2.594zm2 0v-1.23q2.638-.3 4.485-2.191q1.846-1.89 2.234-4.529h1.23q-.35 3.171-2.573 5.405q-2.224 2.233-5.376 2.545M19.725 11q-.408-2.639-2.244-4.51t-4.475-2.21V3.05q3.152.35 5.376 2.574T20.956 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.006 20.95q-3.446-.356-5.723-2.917T3.006 12t2.277-6.014q2.276-2.542 5.723-2.936v1.23q-2.927.409-4.848 2.595Q4.236 9.062 4.236 12t1.922 5.125t4.848 2.594zm2 0v-1.23q2.638-.3 4.485-2.191q1.846-1.89 2.234-4.529h1.23q-.35 3.171-2.573 5.405q-2.224 2.233-5.376 2.545M19.725 11q-.408-2.639-2.244-4.51t-4.475-2.21V3.05q3.152.35 5.376 2.574T20.956 11z"/></svg>
</template>

CSS

.icon-donut-large {
  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%22M11.006%2020.95q-3.446-.356-5.723-2.917T3.006%2012t2.277-6.014q2.276-2.542%205.723-2.936v1.23q-2.927.409-4.848%202.595Q4.236%209.062%204.236%2012t1.922%205.125t4.848%202.594zm2%200v-1.23q2.638-.3%204.485-2.191q1.846-1.89%202.234-4.529h1.23q-.35%203.171-2.573%205.405q-2.224%202.233-5.376%202.545M19.725%2011q-.408-2.639-2.244-4.51t-4.475-2.21V3.05q3.152.35%205.376%202.574T20.956%2011z%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%22M11.006%2020.95q-3.446-.356-5.723-2.917T3.006%2012t2.277-6.014q2.276-2.542%205.723-2.936v1.23q-2.927.409-4.848%202.595Q4.236%209.062%204.236%2012t1.922%205.125t4.848%202.594zm2%200v-1.23q2.638-.3%204.485-2.191q1.846-1.89%202.234-4.529h1.23q-.35%203.171-2.573%205.405q-2.224%202.233-5.376%202.545M19.725%2011q-.408-2.639-2.244-4.51t-4.475-2.21V3.05q3.152.35%205.376%202.574T20.956%2011z%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.svg?color=%231a73e8&size=48