mail edit 02 icon
mail-edit-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mail-edit-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mail edit 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m7.002 7.75l2.942 1.74c1.716 1.014 2.401 1.014 4.116 0l2.942-1.74"/><path d="M21.998 10.75v-.972c-.066-3.067-.098-4.6-1.23-5.737c-1.132-1.136-2.707-1.175-5.857-1.254a115 115 0 0 0-5.806 0c-3.15.079-4.725.118-5.857 1.254s-1.164 2.67-1.23 5.737a69 69 0 0 0 0 2.953c.066 3.068.098 4.601 1.23 5.737s2.707 1.176 5.857 1.255c.468.012 1.43.02 1.897.027m9.853-6.06l.692.692a1.5 1.5 0 0 1 0 2.121l-3.627 3.696a2 2 0 0 1-1.048.551l-2.248.488a.5.5 0 0 1-.595-.593l.479-2.235a2 2 0 0 1 .552-1.047l3.673-3.674a1.5 1.5 0 0 1 2.122 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMailEdit02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m7.002 7.75l2.942 1.74c1.716 1.014 2.401 1.014 4.116 0l2.942-1.74"/><path d="M21.998 10.75v-.972c-.066-3.067-.098-4.6-1.23-5.737c-1.132-1.136-2.707-1.175-5.857-1.254a115 115 0 0 0-5.806 0c-3.15.079-4.725.118-5.857 1.254s-1.164 2.67-1.23 5.737a69 69 0 0 0 0 2.953c.066 3.068.098 4.601 1.23 5.737s2.707 1.176 5.857 1.255c.468.012 1.43.02 1.897.027m9.853-6.06l.692.692a1.5 1.5 0 0 1 0 2.121l-3.627 3.696a2 2 0 0 1-1.048.551l-2.248.488a.5.5 0 0 1-.595-.593l.479-2.235a2 2 0 0 1 .552-1.047l3.673-3.674a1.5 1.5 0 0 1 2.122 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m7.002 7.75l2.942 1.74c1.716 1.014 2.401 1.014 4.116 0l2.942-1.74"/><path d="M21.998 10.75v-.972c-.066-3.067-.098-4.6-1.23-5.737c-1.132-1.136-2.707-1.175-5.857-1.254a115 115 0 0 0-5.806 0c-3.15.079-4.725.118-5.857 1.254s-1.164 2.67-1.23 5.737a69 69 0 0 0 0 2.953c.066 3.068.098 4.601 1.23 5.737s2.707 1.176 5.857 1.255c.468.012 1.43.02 1.897.027m9.853-6.06l.692.692a1.5 1.5 0 0 1 0 2.121l-3.627 3.696a2 2 0 0 1-1.048.551l-2.248.488a.5.5 0 0 1-.595-.593l.479-2.235a2 2 0 0 1 .552-1.047l3.673-3.674a1.5 1.5 0 0 1 2.122 0"/></g></svg> </template>
CSS
.icon-mail-edit-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m7.002%207.75l2.942%201.74c1.716%201.014%202.401%201.014%204.116%200l2.942-1.74%22%2F%3E%3Cpath%20d%3D%22M21.998%2010.75v-.972c-.066-3.067-.098-4.6-1.23-5.737c-1.132-1.136-2.707-1.175-5.857-1.254a115%20115%200%200%200-5.806%200c-3.15.079-4.725.118-5.857%201.254s-1.164%202.67-1.23%205.737a69%2069%200%200%200%200%202.953c.066%203.068.098%204.601%201.23%205.737s2.707%201.176%205.857%201.255c.468.012%201.43.02%201.897.027m9.853-6.06l.692.692a1.5%201.5%200%200%201%200%202.121l-3.627%203.696a2%202%200%200%201-1.048.551l-2.248.488a.5.5%200%200%201-.595-.593l.479-2.235a2%202%200%200%201%20.552-1.047l3.673-3.674a1.5%201.5%200%200%201%202.122%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m7.002%207.75l2.942%201.74c1.716%201.014%202.401%201.014%204.116%200l2.942-1.74%22%2F%3E%3Cpath%20d%3D%22M21.998%2010.75v-.972c-.066-3.067-.098-4.6-1.23-5.737c-1.132-1.136-2.707-1.175-5.857-1.254a115%20115%200%200%200-5.806%200c-3.15.079-4.725.118-5.857%201.254s-1.164%202.67-1.23%205.737a69%2069%200%200%200%200%202.953c.066%203.068.098%204.601%201.23%205.737s2.707%201.176%205.857%201.255c.468.012%201.43.02%201.897.027m9.853-6.06l.692.692a1.5%201.5%200%200%201%200%202.121l-3.627%203.696a2%202%200%200%201-1.048.551l-2.248.488a.5.5%200%200%201-.595-.593l.479-2.235a2%202%200%200%201%20.552-1.047l3.673-3.674a1.5%201.5%200%200%201%202.122%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mail-edit-02.svg?color=%231a73e8&size=48