egg easter icon
egg-easter from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.
- Name
- egg-easter
- Set
- Material Design Icons
- Style
- Filled
- Category
- Holiday
- Viewbox
- 24×24
- License
- Apache 2.0
More holiday icons from Material Design Icons
Use the egg easter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.89 6.36C8.23 3.91 10 2 12 2s3.77 1.91 5.11 4.36c-.85.21-1.61.71-2.11 1.41a3.71 3.71 0 0 0-5.2-.8c-.3.22-.58.49-.8.8c-.5-.7-1.26-1.2-2.11-1.41M15 18.06l-3-3l-3 3l-3-3l-1.27 1.27a7.504 7.504 0 0 0 9.11 5.43a7.53 7.53 0 0 0 5.43-5.43L18 15.06zm-6-2.12l3-3l3 3l3-3l1.5 1.5c-.13-2.31-.7-4.58-1.69-6.68c-1.16.1-2.06 1.07-2.06 2.24h-1.5A2.25 2.25 0 0 0 12 7.75A2.25 2.25 0 0 0 9.75 10h-1.5c0-1.17-.9-2.14-2.06-2.24c-.99 2.1-1.56 4.37-1.69 6.68l1.5-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEggEaster(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="M6.89 6.36C8.23 3.91 10 2 12 2s3.77 1.91 5.11 4.36c-.85.21-1.61.71-2.11 1.41a3.71 3.71 0 0 0-5.2-.8c-.3.22-.58.49-.8.8c-.5-.7-1.26-1.2-2.11-1.41M15 18.06l-3-3l-3 3l-3-3l-1.27 1.27a7.504 7.504 0 0 0 9.11 5.43a7.53 7.53 0 0 0 5.43-5.43L18 15.06zm-6-2.12l3-3l3 3l3-3l1.5 1.5c-.13-2.31-.7-4.58-1.69-6.68c-1.16.1-2.06 1.07-2.06 2.24h-1.5A2.25 2.25 0 0 0 12 7.75A2.25 2.25 0 0 0 9.75 10h-1.5c0-1.17-.9-2.14-2.06-2.24c-.99 2.1-1.56 4.37-1.69 6.68l1.5-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.89 6.36C8.23 3.91 10 2 12 2s3.77 1.91 5.11 4.36c-.85.21-1.61.71-2.11 1.41a3.71 3.71 0 0 0-5.2-.8c-.3.22-.58.49-.8.8c-.5-.7-1.26-1.2-2.11-1.41M15 18.06l-3-3l-3 3l-3-3l-1.27 1.27a7.504 7.504 0 0 0 9.11 5.43a7.53 7.53 0 0 0 5.43-5.43L18 15.06zm-6-2.12l3-3l3 3l3-3l1.5 1.5c-.13-2.31-.7-4.58-1.69-6.68c-1.16.1-2.06 1.07-2.06 2.24h-1.5A2.25 2.25 0 0 0 12 7.75A2.25 2.25 0 0 0 9.75 10h-1.5c0-1.17-.9-2.14-2.06-2.24c-.99 2.1-1.56 4.37-1.69 6.68l1.5-1.5z"/></svg> </template>
CSS
.icon-egg-easter {
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%22M6.89%206.36C8.23%203.91%2010%202%2012%202s3.77%201.91%205.11%204.36c-.85.21-1.61.71-2.11%201.41a3.71%203.71%200%200%200-5.2-.8c-.3.22-.58.49-.8.8c-.5-.7-1.26-1.2-2.11-1.41M15%2018.06l-3-3l-3%203l-3-3l-1.27%201.27a7.504%207.504%200%200%200%209.11%205.43a7.53%207.53%200%200%200%205.43-5.43L18%2015.06zm-6-2.12l3-3l3%203l3-3l1.5%201.5c-.13-2.31-.7-4.58-1.69-6.68c-1.16.1-2.06%201.07-2.06%202.24h-1.5A2.25%202.25%200%200%200%2012%207.75A2.25%202.25%200%200%200%209.75%2010h-1.5c0-1.17-.9-2.14-2.06-2.24c-.99%202.1-1.56%204.37-1.69%206.68l1.5-1.5z%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%22M6.89%206.36C8.23%203.91%2010%202%2012%202s3.77%201.91%205.11%204.36c-.85.21-1.61.71-2.11%201.41a3.71%203.71%200%200%200-5.2-.8c-.3.22-.58.49-.8.8c-.5-.7-1.26-1.2-2.11-1.41M15%2018.06l-3-3l-3%203l-3-3l-1.27%201.27a7.504%207.504%200%200%200%209.11%205.43a7.53%207.53%200%200%200%205.43-5.43L18%2015.06zm-6-2.12l3-3l3%203l3-3l1.5%201.5c-.13-2.31-.7-4.58-1.69-6.68c-1.16.1-2.06%201.07-2.06%202.24h-1.5A2.25%202.25%200%200%200%2012%207.75A2.25%202.25%200%200%200%209.75%2010h-1.5c0-1.17-.9-2.14-2.06-2.24c-.99%202.1-1.56%204.37-1.69%206.68l1.5-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/egg-easter.svg?color=%231a73e8&size=48