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

Name
donut-small-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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="M12.91 4.02q0-.413.313-.661q.314-.247.698-.161q2.627.523 4.51 2.425q1.885 1.902 2.408 4.546q.08.368-.156.638t-.646.27h-5.314q-.08 0-.141-.04t-.101-.122q-.225-.467-.59-.834q-.364-.367-.82-.567q-.08-.04-.121-.09t-.04-.128zm1 .234v4.554q.39.244.717.561t.552.708h4.592q-.523-2.173-2.105-3.756q-1.583-1.582-3.756-2.067m-3.82 16.529q-3.061-.68-5.063-3.124T3.025 12q0-3.229 2.002-5.673t5.064-3.11q.403-.086.726.184q.324.271.324.688v5.235q0 .023-.131.184q-.754.311-1.216.991t-.461 1.505t.461 1.486q.462.66 1.216.952q.03.006.13.181v5.3q0 .43-.323.688t-.726.172m.05-16.53Q7.442 4.86 5.734 7.04Q4.025 9.217 4.025 12t1.709 4.962t4.407 2.796v-4.642q-.797-.552-1.302-1.36t-.506-1.766t.496-1.775t1.312-1.369zm3.723 16.549q-.385.067-.67-.164q-.284-.232-.284-.619v-5.34q0-.081.04-.141t.121-.101q.481-.206.844-.57t.566-.82q.006-.013.235-.163h5.32q.368 0 .613.308t.165.687q-.548 2.644-2.445 4.525t-4.505 2.398m1.315-6.917q-.258.37-.568.688q-.311.318-.701.543v4.63q2.192-.504 3.765-2.086q1.573-1.583 2.096-3.775zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDonutSmallOutlineRounded(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="M12.91 4.02q0-.413.313-.661q.314-.247.698-.161q2.627.523 4.51 2.425q1.885 1.902 2.408 4.546q.08.368-.156.638t-.646.27h-5.314q-.08 0-.141-.04t-.101-.122q-.225-.467-.59-.834q-.364-.367-.82-.567q-.08-.04-.121-.09t-.04-.128zm1 .234v4.554q.39.244.717.561t.552.708h4.592q-.523-2.173-2.105-3.756q-1.583-1.582-3.756-2.067m-3.82 16.529q-3.061-.68-5.063-3.124T3.025 12q0-3.229 2.002-5.673t5.064-3.11q.403-.086.726.184q.324.271.324.688v5.235q0 .023-.131.184q-.754.311-1.216.991t-.461 1.505t.461 1.486q.462.66 1.216.952q.03.006.13.181v5.3q0 .43-.323.688t-.726.172m.05-16.53Q7.442 4.86 5.734 7.04Q4.025 9.217 4.025 12t1.709 4.962t4.407 2.796v-4.642q-.797-.552-1.302-1.36t-.506-1.766t.496-1.775t1.312-1.369zm3.723 16.549q-.385.067-.67-.164q-.284-.232-.284-.619v-5.34q0-.081.04-.141t.121-.101q.481-.206.844-.57t.566-.82q.006-.013.235-.163h5.32q.368 0 .613.308t.165.687q-.548 2.644-2.445 4.525t-4.505 2.398m1.315-6.917q-.258.37-.568.688q-.311.318-.701.543v4.63q2.192-.504 3.765-2.086q1.573-1.583 2.096-3.775zm0 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="M12.91 4.02q0-.413.313-.661q.314-.247.698-.161q2.627.523 4.51 2.425q1.885 1.902 2.408 4.546q.08.368-.156.638t-.646.27h-5.314q-.08 0-.141-.04t-.101-.122q-.225-.467-.59-.834q-.364-.367-.82-.567q-.08-.04-.121-.09t-.04-.128zm1 .234v4.554q.39.244.717.561t.552.708h4.592q-.523-2.173-2.105-3.756q-1.583-1.582-3.756-2.067m-3.82 16.529q-3.061-.68-5.063-3.124T3.025 12q0-3.229 2.002-5.673t5.064-3.11q.403-.086.726.184q.324.271.324.688v5.235q0 .023-.131.184q-.754.311-1.216.991t-.461 1.505t.461 1.486q.462.66 1.216.952q.03.006.13.181v5.3q0 .43-.323.688t-.726.172m.05-16.53Q7.442 4.86 5.734 7.04Q4.025 9.217 4.025 12t1.709 4.962t4.407 2.796v-4.642q-.797-.552-1.302-1.36t-.506-1.766t.496-1.775t1.312-1.369zm3.723 16.549q-.385.067-.67-.164q-.284-.232-.284-.619v-5.34q0-.081.04-.141t.121-.101q.481-.206.844-.57t.566-.82q.006-.013.235-.163h5.32q.368 0 .613.308t.165.687q-.548 2.644-2.445 4.525t-4.505 2.398m1.315-6.917q-.258.37-.568.688q-.311.318-.701.543v4.63q2.192-.504 3.765-2.086q1.573-1.583 2.096-3.775zm0 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%22M12.91%204.02q0-.413.313-.661q.314-.247.698-.161q2.627.523%204.51%202.425q1.885%201.902%202.408%204.546q.08.368-.156.638t-.646.27h-5.314q-.08%200-.141-.04t-.101-.122q-.225-.467-.59-.834q-.364-.367-.82-.567q-.08-.04-.121-.09t-.04-.128zm1%20.234v4.554q.39.244.717.561t.552.708h4.592q-.523-2.173-2.105-3.756q-1.583-1.582-3.756-2.067m-3.82%2016.529q-3.061-.68-5.063-3.124T3.025%2012q0-3.229%202.002-5.673t5.064-3.11q.403-.086.726.184q.324.271.324.688v5.235q0%20.023-.131.184q-.754.311-1.216.991t-.461%201.505t.461%201.486q.462.66%201.216.952q.03.006.13.181v5.3q0%20.43-.323.688t-.726.172m.05-16.53Q7.442%204.86%205.734%207.04Q4.025%209.217%204.025%2012t1.709%204.962t4.407%202.796v-4.642q-.797-.552-1.302-1.36t-.506-1.766t.496-1.775t1.312-1.369zm3.723%2016.549q-.385.067-.67-.164q-.284-.232-.284-.619v-5.34q0-.081.04-.141t.121-.101q.481-.206.844-.57t.566-.82q.006-.013.235-.163h5.32q.368%200%20.613.308t.165.687q-.548%202.644-2.445%204.525t-4.505%202.398m1.315-6.917q-.258.37-.568.688q-.311.318-.701.543v4.63q2.192-.504%203.765-2.086q1.573-1.583%202.096-3.775zm0%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%22M12.91%204.02q0-.413.313-.661q.314-.247.698-.161q2.627.523%204.51%202.425q1.885%201.902%202.408%204.546q.08.368-.156.638t-.646.27h-5.314q-.08%200-.141-.04t-.101-.122q-.225-.467-.59-.834q-.364-.367-.82-.567q-.08-.04-.121-.09t-.04-.128zm1%20.234v4.554q.39.244.717.561t.552.708h4.592q-.523-2.173-2.105-3.756q-1.583-1.582-3.756-2.067m-3.82%2016.529q-3.061-.68-5.063-3.124T3.025%2012q0-3.229%202.002-5.673t5.064-3.11q.403-.086.726.184q.324.271.324.688v5.235q0%20.023-.131.184q-.754.311-1.216.991t-.461%201.505t.461%201.486q.462.66%201.216.952q.03.006.13.181v5.3q0%20.43-.323.688t-.726.172m.05-16.53Q7.442%204.86%205.734%207.04Q4.025%209.217%204.025%2012t1.709%204.962t4.407%202.796v-4.642q-.797-.552-1.302-1.36t-.506-1.766t.496-1.775t1.312-1.369zm3.723%2016.549q-.385.067-.67-.164q-.284-.232-.284-.619v-5.34q0-.081.04-.141t.121-.101q.481-.206.844-.57t.566-.82q.006-.013.235-.163h5.32q.368%200%20.613.308t.165.687q-.548%202.644-2.445%204.525t-4.505%202.398m1.315-6.917q-.258.37-.568.688q-.311.318-.701.543v4.63q2.192-.504%203.765-2.086q1.573-1.583%202.096-3.775zm0%200%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-small-outline-rounded.svg?color=%231a73e8&size=48