egg crack icon
egg-crack from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- egg-crack
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the egg crack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.66 59.56C168.47 32.29 146.54 16 128 16S87.53 32.29 69.34 59.56C50.7 87.54 40 121.23 40 152a88 88 0 0 0 176 0c0-30.77-10.7-64.46-29.34-92.44M128 224a72.08 72.08 0 0 1-72-72c0-27.69 9.72-58.15 26.66-83.56C97.19 46.64 115.41 32 128 32c9.5 0 22.2 8.33 34.1 21.78L122 98.67a8 8 0 0 0 4 13.09l24.6 6.15l-6.5 32.52a8 8 0 0 0 6.27 9.41a7.8 7.8 0 0 0 1.63.16a8 8 0 0 0 7.83-6.43l8-40a8 8 0 0 0-5.9-9.33l-19.16-4.79L172.1 66.6c.42.61.83 1.22 1.24 1.84C190.28 93.85 200 124.31 200 152a72.08 72.08 0 0 1-72 72"/></svg>
React
import type { SVGProps } from "react";
export function PhEggCrack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.66 59.56C168.47 32.29 146.54 16 128 16S87.53 32.29 69.34 59.56C50.7 87.54 40 121.23 40 152a88 88 0 0 0 176 0c0-30.77-10.7-64.46-29.34-92.44M128 224a72.08 72.08 0 0 1-72-72c0-27.69 9.72-58.15 26.66-83.56C97.19 46.64 115.41 32 128 32c9.5 0 22.2 8.33 34.1 21.78L122 98.67a8 8 0 0 0 4 13.09l24.6 6.15l-6.5 32.52a8 8 0 0 0 6.27 9.41a7.8 7.8 0 0 0 1.63.16a8 8 0 0 0 7.83-6.43l8-40a8 8 0 0 0-5.9-9.33l-19.16-4.79L172.1 66.6c.42.61.83 1.22 1.24 1.84C190.28 93.85 200 124.31 200 152a72.08 72.08 0 0 1-72 72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.66 59.56C168.47 32.29 146.54 16 128 16S87.53 32.29 69.34 59.56C50.7 87.54 40 121.23 40 152a88 88 0 0 0 176 0c0-30.77-10.7-64.46-29.34-92.44M128 224a72.08 72.08 0 0 1-72-72c0-27.69 9.72-58.15 26.66-83.56C97.19 46.64 115.41 32 128 32c9.5 0 22.2 8.33 34.1 21.78L122 98.67a8 8 0 0 0 4 13.09l24.6 6.15l-6.5 32.52a8 8 0 0 0 6.27 9.41a7.8 7.8 0 0 0 1.63.16a8 8 0 0 0 7.83-6.43l8-40a8 8 0 0 0-5.9-9.33l-19.16-4.79L172.1 66.6c.42.61.83 1.22 1.24 1.84C190.28 93.85 200 124.31 200 152a72.08 72.08 0 0 1-72 72"/></svg> </template>
CSS
.icon-egg-crack {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.66%2059.56C168.47%2032.29%20146.54%2016%20128%2016S87.53%2032.29%2069.34%2059.56C50.7%2087.54%2040%20121.23%2040%20152a88%2088%200%200%200%20176%200c0-30.77-10.7-64.46-29.34-92.44M128%20224a72.08%2072.08%200%200%201-72-72c0-27.69%209.72-58.15%2026.66-83.56C97.19%2046.64%20115.41%2032%20128%2032c9.5%200%2022.2%208.33%2034.1%2021.78L122%2098.67a8%208%200%200%200%204%2013.09l24.6%206.15l-6.5%2032.52a8%208%200%200%200%206.27%209.41a7.8%207.8%200%200%200%201.63.16a8%208%200%200%200%207.83-6.43l8-40a8%208%200%200%200-5.9-9.33l-19.16-4.79L172.1%2066.6c.42.61.83%201.22%201.24%201.84C190.28%2093.85%20200%20124.31%20200%20152a72.08%2072.08%200%200%201-72%2072%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.66%2059.56C168.47%2032.29%20146.54%2016%20128%2016S87.53%2032.29%2069.34%2059.56C50.7%2087.54%2040%20121.23%2040%20152a88%2088%200%200%200%20176%200c0-30.77-10.7-64.46-29.34-92.44M128%20224a72.08%2072.08%200%200%201-72-72c0-27.69%209.72-58.15%2026.66-83.56C97.19%2046.64%20115.41%2032%20128%2032c9.5%200%2022.2%208.33%2034.1%2021.78L122%2098.67a8%208%200%200%200%204%2013.09l24.6%206.15l-6.5%2032.52a8%208%200%200%200%206.27%209.41a7.8%207.8%200%200%200%201.63.16a8%208%200%200%200%207.83-6.43l8-40a8%208%200%200%200-5.9-9.33l-19.16-4.79L172.1%2066.6c.42.61.83%201.22%201.24%201.84C190.28%2093.85%20200%20124.31%20200%20152a72.08%2072.08%200%200%201-72%2072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/egg-crack.svg?color=%231a73e8&size=48