twotone egg alt icon
twotone-egg-alt from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-egg-alt
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the twotone egg alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.59 10.42c-.69-.68-1.21-1.51-1.76-2.39C14.48 5.86 13.31 4 9.97 4c-1.62 0-2.96.52-3.98 1.55C4.68 6.88 3.97 8.99 4 11.5c.05 4.51 4.33 5.5 5.97 5.5c1.69 0 2.68 1.05 3.34 1.74c.72.76 1.19 1.26 2.68 1.26c1.89 0 4.01-2.13 4.01-4.98c0-2.2-.51-2.71-2.41-4.6M12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5" opacity=".3"/><path fill="currentColor" d="M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52S6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02C22 12 21.01 11 19 9m-3.01 11c-1.49 0-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64 0-5.92-.99-5.97-5.5c-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02c.55.88 1.07 1.71 1.76 2.39c1.9 1.89 2.41 2.4 2.41 4.61c0 2.85-2.12 4.98-4.01 4.98"/><circle cx="12" cy="12" r="3.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneEggAlt(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="M17.59 10.42c-.69-.68-1.21-1.51-1.76-2.39C14.48 5.86 13.31 4 9.97 4c-1.62 0-2.96.52-3.98 1.55C4.68 6.88 3.97 8.99 4 11.5c.05 4.51 4.33 5.5 5.97 5.5c1.69 0 2.68 1.05 3.34 1.74c.72.76 1.19 1.26 2.68 1.26c1.89 0 4.01-2.13 4.01-4.98c0-2.2-.51-2.71-2.41-4.6M12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5" opacity=".3"/><path fill="currentColor" d="M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52S6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02C22 12 21.01 11 19 9m-3.01 11c-1.49 0-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64 0-5.92-.99-5.97-5.5c-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02c.55.88 1.07 1.71 1.76 2.39c1.9 1.89 2.41 2.4 2.41 4.61c0 2.85-2.12 4.98-4.01 4.98"/><circle cx="12" cy="12" r="3.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.59 10.42c-.69-.68-1.21-1.51-1.76-2.39C14.48 5.86 13.31 4 9.97 4c-1.62 0-2.96.52-3.98 1.55C4.68 6.88 3.97 8.99 4 11.5c.05 4.51 4.33 5.5 5.97 5.5c1.69 0 2.68 1.05 3.34 1.74c.72.76 1.19 1.26 2.68 1.26c1.89 0 4.01-2.13 4.01-4.98c0-2.2-.51-2.71-2.41-4.6M12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5" opacity=".3"/><path fill="currentColor" d="M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52S6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02C22 12 21.01 11 19 9m-3.01 11c-1.49 0-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64 0-5.92-.99-5.97-5.5c-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02c.55.88 1.07 1.71 1.76 2.39c1.9 1.89 2.41 2.4 2.41 4.61c0 2.85-2.12 4.98-4.01 4.98"/><circle cx="12" cy="12" r="3.5" fill="currentColor"/></svg> </template>
CSS
.icon-twotone-egg-alt {
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%22M17.59%2010.42c-.69-.68-1.21-1.51-1.76-2.39C14.48%205.86%2013.31%204%209.97%204c-1.62%200-2.96.52-3.98%201.55C4.68%206.88%203.97%208.99%204%2011.5c.05%204.51%204.33%205.5%205.97%205.5c1.69%200%202.68%201.05%203.34%201.74c.72.76%201.19%201.26%202.68%201.26c1.89%200%204.01-2.13%204.01-4.98c0-2.2-.51-2.71-2.41-4.6M12%2015.5c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5s3.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%209c-2-2-3.01-7-9.03-7C4.95%202%201.94%206%202%2011.52S6.96%2019%209.97%2019c2.01%200%202.01%203%206.02%203C19%2022%2022%2019%2022%2015.02C22%2012%2021.01%2011%2019%209m-3.01%2011c-1.49%200-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64%200-5.92-.99-5.97-5.5c-.03-2.51.68-4.62%201.99-5.95C7.01%204.52%208.35%204%209.97%204c3.34%200%204.51%201.86%205.86%204.02c.55.88%201.07%201.71%201.76%202.39c1.9%201.89%202.41%202.4%202.41%204.61c0%202.85-2.12%204.98-4.01%204.98%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223.5%22%20fill%3D%22currentColor%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%22M17.59%2010.42c-.69-.68-1.21-1.51-1.76-2.39C14.48%205.86%2013.31%204%209.97%204c-1.62%200-2.96.52-3.98%201.55C4.68%206.88%203.97%208.99%204%2011.5c.05%204.51%204.33%205.5%205.97%205.5c1.69%200%202.68%201.05%203.34%201.74c.72.76%201.19%201.26%202.68%201.26c1.89%200%204.01-2.13%204.01-4.98c0-2.2-.51-2.71-2.41-4.6M12%2015.5c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5s3.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%209c-2-2-3.01-7-9.03-7C4.95%202%201.94%206%202%2011.52S6.96%2019%209.97%2019c2.01%200%202.01%203%206.02%203C19%2022%2022%2019%2022%2015.02C22%2012%2021.01%2011%2019%209m-3.01%2011c-1.49%200-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64%200-5.92-.99-5.97-5.5c-.03-2.51.68-4.62%201.99-5.95C7.01%204.52%208.35%204%209.97%204c3.34%200%204.51%201.86%205.86%204.02c.55.88%201.07%201.71%201.76%202.39c1.9%201.89%202.41%202.4%202.41%204.61c0%202.85-2.12%204.98-4.01%204.98%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-egg-alt.svg?color=%231a73e8&size=48