donut bitten icon

donut-bitten-broken from Solar by 480 Design · Broken · Food · CC-BY-4.0 Attribution required.

Name
donut-bitten-broken
Set
Solar
Style
Broken
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More food icons from Solar

Use the donut bitten icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="3"/><path stroke-linecap="round" d="M14.5 7L16 5"/><path stroke-linecap="round" d="M19 7L20 6"/><path stroke-linecap="round" d="M12 5L11 4"/><path stroke-linecap="round" d="M10.5 7L9.13397 7.36603"/><path stroke-linecap="round" d="M7 5L6 4"/><path stroke-linecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.64702 17.5C2.60596 15.9221 2 14.0318 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.9417 21.8698 13.8529 21.6265 14.7168"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.6266 14.7167C21.0862 14.256 20.1862 14.2717 19.4788 14.7949C18.8772 15.2397 18.5858 15.9252 18.6855 16.5211L18.5841 16.6225L18.2496 16.1703C17.6339 15.3377 16.322 15.2638 15.3195 16.0052C14.317 16.7466 14.0035 18.0225 14.6192 18.8551L14.8045 19.1056L14.6192 19.2909C14.1064 19.1294 13.4717 19.2373 12.9441 19.6275C12.1421 20.2206 12.0075 21.3338 12.5001 21.9999C12.3458 22.007 12.1561 21.9999 12.0001 21.9999C10.4355 21.9999 8.95475 21.6406 7.63599 20.9999"/><path d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5"/><path d="M16 15.5C15.5 15 14.4713 14.6389 14 14.2236"/><path stroke-linecap="round" d="M16.6497 8.9766L16.7161 10.3893"/><path stroke-linecap="round" d="M20.6777 10.085L18.9996 11.5629"/><path stroke-linecap="round" d="M5.66477 12.6412L6.5 11.5"/><path stroke-linecap="round" d="M3.68293 10.3498L3.60427 8.93781"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDonutBittenBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="12" r="3"/><path strokeLinecap="round" d="M14.5 7L16 5"/><path strokeLinecap="round" d="M19 7L20 6"/><path strokeLinecap="round" d="M12 5L11 4"/><path strokeLinecap="round" d="M10.5 7L9.13397 7.36603"/><path strokeLinecap="round" d="M7 5L6 4"/><path strokeLinecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path strokeLinecap="round" strokeLinejoin="round" d="M3.64702 17.5C2.60596 15.9221 2 14.0318 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.9417 21.8698 13.8529 21.6265 14.7168"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.6266 14.7167C21.0862 14.256 20.1862 14.2717 19.4788 14.7949C18.8772 15.2397 18.5858 15.9252 18.6855 16.5211L18.5841 16.6225L18.2496 16.1703C17.6339 15.3377 16.322 15.2638 15.3195 16.0052C14.317 16.7466 14.0035 18.0225 14.6192 18.8551L14.8045 19.1056L14.6192 19.2909C14.1064 19.1294 13.4717 19.2373 12.9441 19.6275C12.1421 20.2206 12.0075 21.3338 12.5001 21.9999C12.3458 22.007 12.1561 21.9999 12.0001 21.9999C10.4355 21.9999 8.95475 21.6406 7.63599 20.9999"/><path d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5"/><path d="M16 15.5C15.5 15 14.4713 14.6389 14 14.2236"/><path strokeLinecap="round" d="M16.6497 8.9766L16.7161 10.3893"/><path strokeLinecap="round" d="M20.6777 10.085L18.9996 11.5629"/><path strokeLinecap="round" d="M5.66477 12.6412L6.5 11.5"/><path strokeLinecap="round" d="M3.68293 10.3498L3.60427 8.93781"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="3"/><path stroke-linecap="round" d="M14.5 7L16 5"/><path stroke-linecap="round" d="M19 7L20 6"/><path stroke-linecap="round" d="M12 5L11 4"/><path stroke-linecap="round" d="M10.5 7L9.13397 7.36603"/><path stroke-linecap="round" d="M7 5L6 4"/><path stroke-linecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.64702 17.5C2.60596 15.9221 2 14.0318 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.9417 21.8698 13.8529 21.6265 14.7168"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.6266 14.7167C21.0862 14.256 20.1862 14.2717 19.4788 14.7949C18.8772 15.2397 18.5858 15.9252 18.6855 16.5211L18.5841 16.6225L18.2496 16.1703C17.6339 15.3377 16.322 15.2638 15.3195 16.0052C14.317 16.7466 14.0035 18.0225 14.6192 18.8551L14.8045 19.1056L14.6192 19.2909C14.1064 19.1294 13.4717 19.2373 12.9441 19.6275C12.1421 20.2206 12.0075 21.3338 12.5001 21.9999C12.3458 22.007 12.1561 21.9999 12.0001 21.9999C10.4355 21.9999 8.95475 21.6406 7.63599 20.9999"/><path d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5"/><path d="M16 15.5C15.5 15 14.4713 14.6389 14 14.2236"/><path stroke-linecap="round" d="M16.6497 8.9766L16.7161 10.3893"/><path stroke-linecap="round" d="M20.6777 10.085L18.9996 11.5629"/><path stroke-linecap="round" d="M5.66477 12.6412L6.5 11.5"/><path stroke-linecap="round" d="M3.68293 10.3498L3.60427 8.93781"/></g></svg>
</template>

CSS

.icon-donut-bitten-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%207L16%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%207L20%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205L11%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%207L9.13397%207.36603%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205L6%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.79245%209.14385L6.20722%207.85641%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.64702%2017.5C2.60596%2015.9221%202%2014.0318%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2012.9417%2021.8698%2013.8529%2021.6265%2014.7168%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.6266%2014.7167C21.0862%2014.256%2020.1862%2014.2717%2019.4788%2014.7949C18.8772%2015.2397%2018.5858%2015.9252%2018.6855%2016.5211L18.5841%2016.6225L18.2496%2016.1703C17.6339%2015.3377%2016.322%2015.2638%2015.3195%2016.0052C14.317%2016.7466%2014.0035%2018.0225%2014.6192%2018.8551L14.8045%2019.1056L14.6192%2019.2909C14.1064%2019.1294%2013.4717%2019.2373%2012.9441%2019.6275C12.1421%2020.2206%2012.0075%2021.3338%2012.5001%2021.9999C12.3458%2022.007%2012.1561%2021.9999%2012.0001%2021.9999C10.4355%2021.9999%208.95475%2021.6406%207.63599%2020.9999%22%2F%3E%3Cpath%20d%3D%22M2%2013C2%2013%204.20085%2015%206%2015C7.21199%2015%208.60628%2014.0924%209.38725%2013.5%22%2F%3E%3Cpath%20d%3D%22M16%2015.5C15.5%2015%2014.4713%2014.6389%2014%2014.2236%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.6497%208.9766L16.7161%2010.3893%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.6777%2010.085L18.9996%2011.5629%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.66477%2012.6412L6.5%2011.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.68293%2010.3498L3.60427%208.93781%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%207L16%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%207L20%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205L11%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%207L9.13397%207.36603%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205L6%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.79245%209.14385L6.20722%207.85641%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.64702%2017.5C2.60596%2015.9221%202%2014.0318%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2012.9417%2021.8698%2013.8529%2021.6265%2014.7168%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.6266%2014.7167C21.0862%2014.256%2020.1862%2014.2717%2019.4788%2014.7949C18.8772%2015.2397%2018.5858%2015.9252%2018.6855%2016.5211L18.5841%2016.6225L18.2496%2016.1703C17.6339%2015.3377%2016.322%2015.2638%2015.3195%2016.0052C14.317%2016.7466%2014.0035%2018.0225%2014.6192%2018.8551L14.8045%2019.1056L14.6192%2019.2909C14.1064%2019.1294%2013.4717%2019.2373%2012.9441%2019.6275C12.1421%2020.2206%2012.0075%2021.3338%2012.5001%2021.9999C12.3458%2022.007%2012.1561%2021.9999%2012.0001%2021.9999C10.4355%2021.9999%208.95475%2021.6406%207.63599%2020.9999%22%2F%3E%3Cpath%20d%3D%22M2%2013C2%2013%204.20085%2015%206%2015C7.21199%2015%208.60628%2014.0924%209.38725%2013.5%22%2F%3E%3Cpath%20d%3D%22M16%2015.5C15.5%2015%2014.4713%2014.6389%2014%2014.2236%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.6497%208.9766L16.7161%2010.3893%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.6777%2010.085L18.9996%2011.5629%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.66477%2012.6412L6.5%2011.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.68293%2010.3498L3.60427%208.93781%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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