egg-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
egg-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the egg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18h1v-2h-1q-1.25 0-2.125-.875T10 13v-1H8v1q0 2.075 1.463 3.538T13 18m-5.962.963Q5 16.925 5 14q0-1.925.638-3.875t1.65-3.537T9.55 4T12 3q1.225 0 2.463 1t2.25 2.588t1.65 3.537T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037m8.5-1.426Q17 16.075 17 14q0-1.425-.488-3t-1.225-2.912t-1.612-2.213T12.013 5t-1.675.875t-1.625 2.213T7.488 11T7 14q0 2.075 1.463 3.538T12 19t3.538-1.463M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEggOutlineSharp(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="M13 18h1v-2h-1q-1.25 0-2.125-.875T10 13v-1H8v1q0 2.075 1.463 3.538T13 18m-5.962.963Q5 16.925 5 14q0-1.925.638-3.875t1.65-3.537T9.55 4T12 3q1.225 0 2.463 1t2.25 2.588t1.65 3.537T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037m8.5-1.426Q17 16.075 17 14q0-1.425-.488-3t-1.225-2.912t-1.612-2.213T12.013 5t-1.675.875t-1.625 2.213T7.488 11T7 14q0 2.075 1.463 3.538T12 19t3.538-1.463M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18h1v-2h-1q-1.25 0-2.125-.875T10 13v-1H8v1q0 2.075 1.463 3.538T13 18m-5.962.963Q5 16.925 5 14q0-1.925.638-3.875t1.65-3.537T9.55 4T12 3q1.225 0 2.463 1t2.25 2.588t1.65 3.537T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037m8.5-1.426Q17 16.075 17 14q0-1.425-.488-3t-1.225-2.912t-1.612-2.213T12.013 5t-1.675.875t-1.625 2.213T7.488 11T7 14q0 2.075 1.463 3.538T12 19t3.538-1.463M12 12"/></svg>
</template>

CSS

.icon-egg-outline-sharp {
  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%22M13%2018h1v-2h-1q-1.25%200-2.125-.875T10%2013v-1H8v1q0%202.075%201.463%203.538T13%2018m-5.962.963Q5%2016.925%205%2014q0-1.925.638-3.875t1.65-3.537T9.55%204T12%203q1.225%200%202.463%201t2.25%202.588t1.65%203.537T19%2014q0%202.925-2.037%204.963T12%2021t-4.962-2.037m8.5-1.426Q17%2016.075%2017%2014q0-1.425-.488-3t-1.225-2.912t-1.612-2.213T12.013%205t-1.675.875t-1.625%202.213T7.488%2011T7%2014q0%202.075%201.463%203.538T12%2019t3.538-1.463M12%2012%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%22M13%2018h1v-2h-1q-1.25%200-2.125-.875T10%2013v-1H8v1q0%202.075%201.463%203.538T13%2018m-5.962.963Q5%2016.925%205%2014q0-1.925.638-3.875t1.65-3.537T9.55%204T12%203q1.225%200%202.463%201t2.25%202.588t1.65%203.537T19%2014q0%202.925-2.037%204.963T12%2021t-4.962-2.037m8.5-1.426Q17%2016.075%2017%2014q0-1.425-.488-3t-1.225-2.912t-1.612-2.213T12.013%205t-1.675.875t-1.625%202.213T7.488%2011T7%2014q0%202.075%201.463%203.538T12%2019t3.538-1.463M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/egg-outline-sharp.svg?color=%231a73e8&size=48