emoji edit icon
emoji-edit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- emoji-edit-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the emoji edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.998c5.27 0 9.59 4.077 9.973 9.25a3.29 3.29 0 0 0-3.58.713l-2.636 2.636a.8.8 0 0 0-.223.19q-.08.102-.167.2l-.383.383A4.5 4.5 0 0 1 12 16.501a4.49 4.49 0 0 1-3.539-1.718a.75.75 0 0 0-1.178.928a5.99 5.99 0 0 0 5.087 2.279c-.409.45-.701.994-.85 1.586l-.457 1.83a2 2 0 0 0-.064.546A10 10 0 0 1 2 12C1.999 6.476 6.477 1.998 12 1.998M9 8.75a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 8.75m6 0a1.25 1.25 0 1 0 0 2.499a1.25 1.25 0 0 0 0-2.499m4.1 3.919l-5.903 5.902a2.7 2.7 0 0 0-.706 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902a2.286 2.286 0 0 0-3.232-3.232"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiEdit24Filled(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="M12 1.998c5.27 0 9.59 4.077 9.973 9.25a3.29 3.29 0 0 0-3.58.713l-2.636 2.636a.8.8 0 0 0-.223.19q-.08.102-.167.2l-.383.383A4.5 4.5 0 0 1 12 16.501a4.49 4.49 0 0 1-3.539-1.718a.75.75 0 0 0-1.178.928a5.99 5.99 0 0 0 5.087 2.279c-.409.45-.701.994-.85 1.586l-.457 1.83a2 2 0 0 0-.064.546A10 10 0 0 1 2 12C1.999 6.476 6.477 1.998 12 1.998M9 8.75a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 8.75m6 0a1.25 1.25 0 1 0 0 2.499a1.25 1.25 0 0 0 0-2.499m4.1 3.919l-5.903 5.902a2.7 2.7 0 0 0-.706 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902a2.286 2.286 0 0 0-3.232-3.232"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.998c5.27 0 9.59 4.077 9.973 9.25a3.29 3.29 0 0 0-3.58.713l-2.636 2.636a.8.8 0 0 0-.223.19q-.08.102-.167.2l-.383.383A4.5 4.5 0 0 1 12 16.501a4.49 4.49 0 0 1-3.539-1.718a.75.75 0 0 0-1.178.928a5.99 5.99 0 0 0 5.087 2.279c-.409.45-.701.994-.85 1.586l-.457 1.83a2 2 0 0 0-.064.546A10 10 0 0 1 2 12C1.999 6.476 6.477 1.998 12 1.998M9 8.75a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 8.75m6 0a1.25 1.25 0 1 0 0 2.499a1.25 1.25 0 0 0 0-2.499m4.1 3.919l-5.903 5.902a2.7 2.7 0 0 0-.706 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902a2.286 2.286 0 0 0-3.232-3.232"/></svg> </template>
CSS
.icon-emoji-edit-24-filled {
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%22M12%201.998c5.27%200%209.59%204.077%209.973%209.25a3.29%203.29%200%200%200-3.58.713l-2.636%202.636a.8.8%200%200%200-.223.19q-.08.102-.167.2l-.383.383A4.5%204.5%200%200%201%2012%2016.501a4.49%204.49%200%200%201-3.539-1.718a.75.75%200%200%200-1.178.928a5.99%205.99%200%200%200%205.087%202.279c-.409.45-.701.994-.85%201.586l-.457%201.83a2%202%200%200%200-.064.546A10%2010%200%200%201%202%2012C1.999%206.476%206.477%201.998%2012%201.998M9%208.75a1.25%201.25%200%201%200%200%202.499A1.25%201.25%200%200%200%209%208.75m6%200a1.25%201.25%200%201%200%200%202.499a1.25%201.25%200%200%200%200-2.499m4.1%203.919l-5.903%205.902a2.7%202.7%200%200%200-.706%201.247l-.458%201.831a1.087%201.087%200%200%200%201.319%201.318l1.83-.457a2.7%202.7%200%200%200%201.248-.707l5.902-5.902a2.286%202.286%200%200%200-3.232-3.232%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%22M12%201.998c5.27%200%209.59%204.077%209.973%209.25a3.29%203.29%200%200%200-3.58.713l-2.636%202.636a.8.8%200%200%200-.223.19q-.08.102-.167.2l-.383.383A4.5%204.5%200%200%201%2012%2016.501a4.49%204.49%200%200%201-3.539-1.718a.75.75%200%200%200-1.178.928a5.99%205.99%200%200%200%205.087%202.279c-.409.45-.701.994-.85%201.586l-.457%201.83a2%202%200%200%200-.064.546A10%2010%200%200%201%202%2012C1.999%206.476%206.477%201.998%2012%201.998M9%208.75a1.25%201.25%200%201%200%200%202.499A1.25%201.25%200%200%200%209%208.75m6%200a1.25%201.25%200%201%200%200%202.499a1.25%201.25%200%200%200%200-2.499m4.1%203.919l-5.903%205.902a2.7%202.7%200%200%200-.706%201.247l-.458%201.831a1.087%201.087%200%200%200%201.319%201.318l1.83-.457a2.7%202.7%200%200%200%201.248-.707l5.902-5.902a2.286%202.286%200%200%200-3.232-3.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-edit-24-filled.svg?color=%231a73e8&size=48