Egg Inc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Egg Inc icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324994.svg" alt="Egg Inc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324994.svg" alt="Egg Inc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324994.svg" alt="Egg Inc icon" :width="24" :height="24" />
CSS background
.icon-egg-inc {
background-image: url('https://proicons.com/icon/324994.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M33.7559,43.1591l-2.289-5.0082-.096-7.0261"/><path class="a" d="M31.8985,30.9346l1.8543-.6111,1.1588-2.6824L33.809,24.9755l-3.6411,2.2479L29.5,29.4384l.5444,2.1073Z"/><path class="a" d="M33.809,24.9755a6.5526,6.5526,0,0,1,3.1458-.153l-3.0771-4.4943Z"/><path class="a" d="M33.8777,20.3282l-3.6335-6.3991-5.3589-2.28-4.6332-1.1666,2.35,5.7512,7.27.3676Z"/><path class="a" d="M22.6017,16.2341l-7.5144,4.4836L9.6012,30.0428l-4.66,3.9077"/><circle class="a" cx="24.3997" cy="21.1488" r="1.9183"/><circle class="b" cx="24" cy="21.247" r="0.75"/></svg>
Copied!