mail edit 01 icon
mail-edit-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mail-edit-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mail edit 01 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-linejoin="round" stroke-width="1.5"><path d="m2 5.5l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 5.5"/><path stroke-linecap="round" d="M21.995 10.028c-.065-3.067-.098-4.6-1.23-5.737c-1.131-1.136-2.706-1.175-5.857-1.254a115 115 0 0 0-5.805 0c-3.15.079-4.726.118-5.857 1.254s-1.165 2.67-1.23 5.737a69 69 0 0 0 0 2.953c.065 3.068.098 4.601 1.23 5.737s2.707 1.176 5.857 1.255q.702.017 1.402.027m10.347-6.56l.693.692a1.5 1.5 0 0 1 0 2.12l-3.628 3.696c-.285.286-.65.478-1.047.552l-2.248.488a.5.5 0 0 1-.595-.593l.479-2.235a2 2 0 0 1 .551-1.047l3.674-3.674a1.5 1.5 0 0 1 2.121 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMailEdit01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="m2 5.5l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 5.5"/><path strokeLinecap="round" d="M21.995 10.028c-.065-3.067-.098-4.6-1.23-5.737c-1.131-1.136-2.706-1.175-5.857-1.254a115 115 0 0 0-5.805 0c-3.15.079-4.726.118-5.857 1.254s-1.165 2.67-1.23 5.737a69 69 0 0 0 0 2.953c.065 3.068.098 4.601 1.23 5.737s2.707 1.176 5.857 1.255q.702.017 1.402.027m10.347-6.56l.693.692a1.5 1.5 0 0 1 0 2.12l-3.628 3.696c-.285.286-.65.478-1.047.552l-2.248.488a.5.5 0 0 1-.595-.593l.479-2.235a2 2 0 0 1 .551-1.047l3.674-3.674a1.5 1.5 0 0 1 2.121 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-linejoin="round" stroke-width="1.5"><path d="m2 5.5l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 5.5"/><path stroke-linecap="round" d="M21.995 10.028c-.065-3.067-.098-4.6-1.23-5.737c-1.131-1.136-2.706-1.175-5.857-1.254a115 115 0 0 0-5.805 0c-3.15.079-4.726.118-5.857 1.254s-1.165 2.67-1.23 5.737a69 69 0 0 0 0 2.953c.065 3.068.098 4.601 1.23 5.737s2.707 1.176 5.857 1.255q.702.017 1.402.027m10.347-6.56l.693.692a1.5 1.5 0 0 1 0 2.12l-3.628 3.696c-.285.286-.65.478-1.047.552l-2.248.488a.5.5 0 0 1-.595-.593l.479-2.235a2 2 0 0 1 .551-1.047l3.674-3.674a1.5 1.5 0 0 1 2.121 0"/></g></svg> </template>
CSS
.icon-mail-edit-01 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2%205.5l6.913%203.917c2.549%201.444%203.625%201.444%206.174%200L22%205.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.995%2010.028c-.065-3.067-.098-4.6-1.23-5.737c-1.131-1.136-2.706-1.175-5.857-1.254a115%20115%200%200%200-5.805%200c-3.15.079-4.726.118-5.857%201.254s-1.165%202.67-1.23%205.737a69%2069%200%200%200%200%202.953c.065%203.068.098%204.601%201.23%205.737s2.707%201.176%205.857%201.255q.702.017%201.402.027m10.347-6.56l.693.692a1.5%201.5%200%200%201%200%202.12l-3.628%203.696c-.285.286-.65.478-1.047.552l-2.248.488a.5.5%200%200%201-.595-.593l.479-2.235a2%202%200%200%201%20.551-1.047l3.674-3.674a1.5%201.5%200%200%201%202.121%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2%205.5l6.913%203.917c2.549%201.444%203.625%201.444%206.174%200L22%205.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.995%2010.028c-.065-3.067-.098-4.6-1.23-5.737c-1.131-1.136-2.706-1.175-5.857-1.254a115%20115%200%200%200-5.805%200c-3.15.079-4.726.118-5.857%201.254s-1.165%202.67-1.23%205.737a69%2069%200%200%200%200%202.953c.065%203.068.098%204.601%201.23%205.737s2.707%201.176%205.857%201.255q.702.017%201.402.027m10.347-6.56l.693.692a1.5%201.5%200%200%201%200%202.12l-3.628%203.696c-.285.286-.65.478-1.047.552l-2.248.488a.5.5%200%200%201-.595-.593l.479-2.235a2%202%200%200%201%20.551-1.047l3.674-3.674a1.5%201.5%200%200%201%202.121%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-01.svg?color=%231a73e8&size=48