donut bitten icon

donut-bitten-line-duotone from Solar by 480 Design · Line Duotone · Food · CC-BY-4.0 Attribution required.

Name
donut-bitten-line-duotone
Set
Solar
Style
Line Duotone
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" opacity=".5"/><path stroke-linecap="round" d="M12 5L11 4"/><path stroke-linecap="round" d="M10.5 7L9.13397 7.36603" opacity=".5"/><path stroke-linecap="round" d="M7 5L6 4" opacity=".5"/><path stroke-linecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.6265 14.7167C21.086 14.256 20.186 14.2717 19.4786 14.7949C18.8771 15.2397 18.5856 15.9252 18.6853 16.5211L18.5839 16.6225L18.2494 16.1703C17.6337 15.3377 16.3219 15.2638 15.3193 16.0052C14.3168 16.7466 14.0033 18.0225 14.619 18.8551L14.8043 19.1056L14.619 19.2909C14.1062 19.1294 13.4715 19.2373 12.9439 19.6275C12.1419 20.2206 12.0074 21.3338 12.4999 21.9999"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 22C12.3457 22.0071 12.156 22 12 22C6.47715 22 2 17.5228 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 d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5" opacity=".5"/><path d="M16 15.5C15.5 15 14.4713 14.6389 14 14.2236" opacity=".5"/><path stroke-linecap="round" d="M16.6497 8.9766L16.7161 10.3893" opacity=".5"/><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" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDonutBittenLineDuotone(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" opacity=".5"/><path strokeLinecap="round" d="M12 5L11 4"/><path strokeLinecap="round" d="M10.5 7L9.13397 7.36603" opacity=".5"/><path strokeLinecap="round" d="M7 5L6 4" opacity=".5"/><path strokeLinecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.6265 14.7167C21.086 14.256 20.186 14.2717 19.4786 14.7949C18.8771 15.2397 18.5856 15.9252 18.6853 16.5211L18.5839 16.6225L18.2494 16.1703C17.6337 15.3377 16.3219 15.2638 15.3193 16.0052C14.3168 16.7466 14.0033 18.0225 14.619 18.8551L14.8043 19.1056L14.619 19.2909C14.1062 19.1294 13.4715 19.2373 12.9439 19.6275C12.1419 20.2206 12.0074 21.3338 12.4999 21.9999"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.5 22C12.3457 22.0071 12.156 22 12 22C6.47715 22 2 17.5228 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 d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5" opacity=".5"/><path d="M16 15.5C15.5 15 14.4713 14.6389 14 14.2236" opacity=".5"/><path strokeLinecap="round" d="M16.6497 8.9766L16.7161 10.3893" opacity=".5"/><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" opacity=".5"/></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" opacity=".5"/><path stroke-linecap="round" d="M12 5L11 4"/><path stroke-linecap="round" d="M10.5 7L9.13397 7.36603" opacity=".5"/><path stroke-linecap="round" d="M7 5L6 4" opacity=".5"/><path stroke-linecap="round" d="M6.79245 9.14385L6.20722 7.85641"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.6265 14.7167C21.086 14.256 20.186 14.2717 19.4786 14.7949C18.8771 15.2397 18.5856 15.9252 18.6853 16.5211L18.5839 16.6225L18.2494 16.1703C17.6337 15.3377 16.3219 15.2638 15.3193 16.0052C14.3168 16.7466 14.0033 18.0225 14.619 18.8551L14.8043 19.1056L14.619 19.2909C14.1062 19.1294 13.4715 19.2373 12.9439 19.6275C12.1419 20.2206 12.0074 21.3338 12.4999 21.9999"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 22C12.3457 22.0071 12.156 22 12 22C6.47715 22 2 17.5228 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 d="M2 13C2 13 4.20085 15 6 15C7.21199 15 8.60628 14.0924 9.38725 13.5" opacity=".5"/><path d="M16 15.5C15.5 15 14.4713 14.6389 14 14.2236" opacity=".5"/><path stroke-linecap="round" d="M16.6497 8.9766L16.7161 10.3893" opacity=".5"/><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" opacity=".5"/></g></svg>
</template>

CSS

.icon-donut-bitten-line-duotone {
  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%20opacity%3D%22.5%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205L6%204%22%20opacity%3D%22.5%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%22M21.6265%2014.7167C21.086%2014.256%2020.186%2014.2717%2019.4786%2014.7949C18.8771%2015.2397%2018.5856%2015.9252%2018.6853%2016.5211L18.5839%2016.6225L18.2494%2016.1703C17.6337%2015.3377%2016.3219%2015.2638%2015.3193%2016.0052C14.3168%2016.7466%2014.0033%2018.0225%2014.619%2018.8551L14.8043%2019.1056L14.619%2019.2909C14.1062%2019.1294%2013.4715%2019.2373%2012.9439%2019.6275C12.1419%2020.2206%2012.0074%2021.3338%2012.4999%2021.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2022C12.3457%2022.0071%2012.156%2022%2012%2022C6.47715%2022%202%2017.5228%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%20d%3D%22M2%2013C2%2013%204.20085%2015%206%2015C7.21199%2015%208.60628%2014.0924%209.38725%2013.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2015.5C15.5%2015%2014.4713%2014.6389%2014%2014.2236%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.6497%208.9766L16.7161%2010.3893%22%20opacity%3D%22.5%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%20opacity%3D%22.5%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%20opacity%3D%22.5%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205L6%204%22%20opacity%3D%22.5%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%22M21.6265%2014.7167C21.086%2014.256%2020.186%2014.2717%2019.4786%2014.7949C18.8771%2015.2397%2018.5856%2015.9252%2018.6853%2016.5211L18.5839%2016.6225L18.2494%2016.1703C17.6337%2015.3377%2016.3219%2015.2638%2015.3193%2016.0052C14.3168%2016.7466%2014.0033%2018.0225%2014.619%2018.8551L14.8043%2019.1056L14.619%2019.2909C14.1062%2019.1294%2013.4715%2019.2373%2012.9439%2019.6275C12.1419%2020.2206%2012.0074%2021.3338%2012.4999%2021.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2022C12.3457%2022.0071%2012.156%2022%2012%2022C6.47715%2022%202%2017.5228%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%20d%3D%22M2%2013C2%2013%204.20085%2015%206%2015C7.21199%2015%208.60628%2014.0924%209.38725%2013.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2015.5C15.5%2015%2014.4713%2014.6389%2014%2014.2236%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.6497%208.9766L16.7161%2010.3893%22%20opacity%3D%22.5%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%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48