round donut large icon

round-donut-large from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-donut-large
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="M14.07 5.32C16.26 6 18 7.74 18.68 9.93c.19.63.76 1.07 1.41 1.07h.04c1 0 1.72-.96 1.43-1.91c-.97-3.18-3.48-5.69-6.66-6.66c-.94-.29-1.9.43-1.9 1.43v.04c0 .66.44 1.23 1.07 1.42m4.61 8.75a7.01 7.01 0 0 1-4.61 4.61c-.63.19-1.07.76-1.07 1.41v.04c0 1 .96 1.72 1.91 1.43c3.18-.97 5.69-3.48 6.66-6.66c.29-.95-.43-1.91-1.42-1.91h-.05c-.66.01-1.23.45-1.42 1.08M11 20.11c0-.67-.45-1.24-1.09-1.44C7.07 17.78 5 15.13 5 12s2.07-5.78 4.91-6.67c.64-.2 1.09-.77 1.09-1.44v-.01c0-1-.97-1.74-1.93-1.44C4.98 3.69 2 7.5 2 12s2.98 8.31 7.07 9.56c.96.3 1.93-.44 1.93-1.45"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDonutLarge(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.07 5.32C16.26 6 18 7.74 18.68 9.93c.19.63.76 1.07 1.41 1.07h.04c1 0 1.72-.96 1.43-1.91c-.97-3.18-3.48-5.69-6.66-6.66c-.94-.29-1.9.43-1.9 1.43v.04c0 .66.44 1.23 1.07 1.42m4.61 8.75a7.01 7.01 0 0 1-4.61 4.61c-.63.19-1.07.76-1.07 1.41v.04c0 1 .96 1.72 1.91 1.43c3.18-.97 5.69-3.48 6.66-6.66c.29-.95-.43-1.91-1.42-1.91h-.05c-.66.01-1.23.45-1.42 1.08M11 20.11c0-.67-.45-1.24-1.09-1.44C7.07 17.78 5 15.13 5 12s2.07-5.78 4.91-6.67c.64-.2 1.09-.77 1.09-1.44v-.01c0-1-.97-1.74-1.93-1.44C4.98 3.69 2 7.5 2 12s2.98 8.31 7.07 9.56c.96.3 1.93-.44 1.93-1.45"/></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.07 5.32C16.26 6 18 7.74 18.68 9.93c.19.63.76 1.07 1.41 1.07h.04c1 0 1.72-.96 1.43-1.91c-.97-3.18-3.48-5.69-6.66-6.66c-.94-.29-1.9.43-1.9 1.43v.04c0 .66.44 1.23 1.07 1.42m4.61 8.75a7.01 7.01 0 0 1-4.61 4.61c-.63.19-1.07.76-1.07 1.41v.04c0 1 .96 1.72 1.91 1.43c3.18-.97 5.69-3.48 6.66-6.66c.29-.95-.43-1.91-1.42-1.91h-.05c-.66.01-1.23.45-1.42 1.08M11 20.11c0-.67-.45-1.24-1.09-1.44C7.07 17.78 5 15.13 5 12s2.07-5.78 4.91-6.67c.64-.2 1.09-.77 1.09-1.44v-.01c0-1-.97-1.74-1.93-1.44C4.98 3.69 2 7.5 2 12s2.98 8.31 7.07 9.56c.96.3 1.93-.44 1.93-1.45"/></svg>
</template>

CSS

.icon-round-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%22M14.07%205.32C16.26%206%2018%207.74%2018.68%209.93c.19.63.76%201.07%201.41%201.07h.04c1%200%201.72-.96%201.43-1.91c-.97-3.18-3.48-5.69-6.66-6.66c-.94-.29-1.9.43-1.9%201.43v.04c0%20.66.44%201.23%201.07%201.42m4.61%208.75a7.01%207.01%200%200%201-4.61%204.61c-.63.19-1.07.76-1.07%201.41v.04c0%201%20.96%201.72%201.91%201.43c3.18-.97%205.69-3.48%206.66-6.66c.29-.95-.43-1.91-1.42-1.91h-.05c-.66.01-1.23.45-1.42%201.08M11%2020.11c0-.67-.45-1.24-1.09-1.44C7.07%2017.78%205%2015.13%205%2012s2.07-5.78%204.91-6.67c.64-.2%201.09-.77%201.09-1.44v-.01c0-1-.97-1.74-1.93-1.44C4.98%203.69%202%207.5%202%2012s2.98%208.31%207.07%209.56c.96.3%201.93-.44%201.93-1.45%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.07%205.32C16.26%206%2018%207.74%2018.68%209.93c.19.63.76%201.07%201.41%201.07h.04c1%200%201.72-.96%201.43-1.91c-.97-3.18-3.48-5.69-6.66-6.66c-.94-.29-1.9.43-1.9%201.43v.04c0%20.66.44%201.23%201.07%201.42m4.61%208.75a7.01%207.01%200%200%201-4.61%204.61c-.63.19-1.07.76-1.07%201.41v.04c0%201%20.96%201.72%201.91%201.43c3.18-.97%205.69-3.48%206.66-6.66c.29-.95-.43-1.91-1.42-1.91h-.05c-.66.01-1.23.45-1.42%201.08M11%2020.11c0-.67-.45-1.24-1.09-1.44C7.07%2017.78%205%2015.13%205%2012s2.07-5.78%204.91-6.67c.64-.2%201.09-.77%201.09-1.44v-.01c0-1-.97-1.74-1.93-1.44C4.98%203.69%202%207.5%202%2012s2.98%208.31%207.07%209.56c.96.3%201.93-.44%201.93-1.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-donut-large.svg?color=%231a73e8&size=48