fried egg icon
fried-egg-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- fried-egg-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the fried egg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M20.4 17C17.258 24.068 3 21.5 3 12C3 5.664 11.834.794 16 4c1.524 1.172 1.298 3.587 2 5c1.133 2.28 4.4 3.5 2.4 8Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFriedEggLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M20.4 17C17.258 24.068 3 21.5 3 12C3 5.664 11.834.794 16 4c1.524 1.172 1.298 3.587 2 5c1.133 2.28 4.4 3.5 2.4 8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M20.4 17C17.258 24.068 3 21.5 3 12C3 5.664 11.834.794 16 4c1.524 1.172 1.298 3.587 2 5c1.133 2.28 4.4 3.5 2.4 8Z"/></svg> </template>
CSS
.icon-fried-egg-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20.4%2017C17.258%2024.068%203%2021.5%203%2012C3%205.664%2011.834.794%2016%204c1.524%201.172%201.298%203.587%202%205c1.133%202.28%204.4%203.5%202.4%208Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20.4%2017C17.258%2024.068%203%2021.5%203%2012C3%205.664%2011.834.794%2016%204c1.524%201.172%201.298%203.587%202%205c1.133%202.28%204.4%203.5%202.4%208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/fried-egg-line.svg?color=%231a73e8&size=48