egg off icon
egg-off-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- egg-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More agriculture icons from Material Design Icons
Use the egg off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L6.1 8c-1 2.28-1.6 4.76-1.6 6.5c0 4.14 3.36 7.5 7.5 7.5c2.23 0 4.22-1 5.59-2.5l3.25 3.23zM12 20a5.51 5.51 0 0 1-5.5-5.5c0-1.42.45-3.25 1.13-5l8.54 8.56C15.16 19.24 13.67 20 12 20M9.36 6.16L7.92 4.72C9.1 3.11 10.5 2 12 2c4.14 0 7.5 8.36 7.5 12.5c0 .56-.07 1.1-.18 1.62l-1.82-1.83C17.38 10.46 14.28 4 12 4c-.83 0-1.78.87-2.64 2.16"/></svg>
React
import type { SVGProps } from "react";
export function MdiEggOffOutline(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="M22.11 21.46L2.39 1.73L1.11 3L6.1 8c-1 2.28-1.6 4.76-1.6 6.5c0 4.14 3.36 7.5 7.5 7.5c2.23 0 4.22-1 5.59-2.5l3.25 3.23zM12 20a5.51 5.51 0 0 1-5.5-5.5c0-1.42.45-3.25 1.13-5l8.54 8.56C15.16 19.24 13.67 20 12 20M9.36 6.16L7.92 4.72C9.1 3.11 10.5 2 12 2c4.14 0 7.5 8.36 7.5 12.5c0 .56-.07 1.1-.18 1.62l-1.82-1.83C17.38 10.46 14.28 4 12 4c-.83 0-1.78.87-2.64 2.16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L6.1 8c-1 2.28-1.6 4.76-1.6 6.5c0 4.14 3.36 7.5 7.5 7.5c2.23 0 4.22-1 5.59-2.5l3.25 3.23zM12 20a5.51 5.51 0 0 1-5.5-5.5c0-1.42.45-3.25 1.13-5l8.54 8.56C15.16 19.24 13.67 20 12 20M9.36 6.16L7.92 4.72C9.1 3.11 10.5 2 12 2c4.14 0 7.5 8.36 7.5 12.5c0 .56-.07 1.1-.18 1.62l-1.82-1.83C17.38 10.46 14.28 4 12 4c-.83 0-1.78.87-2.64 2.16"/></svg> </template>
CSS
.icon-egg-off-outline {
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%22M22.11%2021.46L2.39%201.73L1.11%203L6.1%208c-1%202.28-1.6%204.76-1.6%206.5c0%204.14%203.36%207.5%207.5%207.5c2.23%200%204.22-1%205.59-2.5l3.25%203.23zM12%2020a5.51%205.51%200%200%201-5.5-5.5c0-1.42.45-3.25%201.13-5l8.54%208.56C15.16%2019.24%2013.67%2020%2012%2020M9.36%206.16L7.92%204.72C9.1%203.11%2010.5%202%2012%202c4.14%200%207.5%208.36%207.5%2012.5c0%20.56-.07%201.1-.18%201.62l-1.82-1.83C17.38%2010.46%2014.28%204%2012%204c-.83%200-1.78.87-2.64%202.16%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%22M22.11%2021.46L2.39%201.73L1.11%203L6.1%208c-1%202.28-1.6%204.76-1.6%206.5c0%204.14%203.36%207.5%207.5%207.5c2.23%200%204.22-1%205.59-2.5l3.25%203.23zM12%2020a5.51%205.51%200%200%201-5.5-5.5c0-1.42.45-3.25%201.13-5l8.54%208.56C15.16%2019.24%2013.67%2020%2012%2020M9.36%206.16L7.92%204.72C9.1%203.11%2010.5%202%2012%202c4.14%200%207.5%208.36%207.5%2012.5c0%20.56-.07%201.1-.18%201.62l-1.82-1.83C17.38%2010.46%2014.28%204%2012%204c-.83%200-1.78.87-2.64%202.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/egg-off-outline.svg?color=%231a73e8&size=48