ai mail icon
ai-mail from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-mail
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ai mail 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-width="1.5"><path stroke-linejoin="round" d="m5 7l-1.218.813c-.874.582-1.311.873-1.548 1.317c-.237.445-.235.967-.231 2.01c.004 1.258.016 2.538.048 3.834c.077 3.075.115 4.612 1.246 5.742c1.13 1.13 2.688 1.17 5.804 1.248a116 116 0 0 0 5.799 0c3.116-.078 4.674-.117 5.804-1.248c1.13-1.13 1.169-2.667 1.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19 7"/><path stroke-linejoin="round" d="m2 10l6.913 4.148C10.417 15.05 11.169 15.5 12 15.5s1.583-.45 3.087-1.353L22 10"/><path d="M5 12V6c0-1.886 0-2.828.586-3.414S7.114 2 9 2h6c1.886 0 2.828 0 3.414.586S19 4.114 19 6v6"/><path stroke-linecap="round" stroke-linejoin="round" d="m8 10l1.612-4.605A.605.605 0 0 1 10.187 5c.262 0 .494.16.576.395L12.375 10M15 5v5M8.875 8.333H11.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiMail(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" strokeWidth="1.5"><path strokeLinejoin="round" d="m5 7l-1.218.813c-.874.582-1.311.873-1.548 1.317c-.237.445-.235.967-.231 2.01c.004 1.258.016 2.538.048 3.834c.077 3.075.115 4.612 1.246 5.742c1.13 1.13 2.688 1.17 5.804 1.248a116 116 0 0 0 5.799 0c3.116-.078 4.674-.117 5.804-1.248c1.13-1.13 1.169-2.667 1.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19 7"/><path strokeLinejoin="round" d="m2 10l6.913 4.148C10.417 15.05 11.169 15.5 12 15.5s1.583-.45 3.087-1.353L22 10"/><path d="M5 12V6c0-1.886 0-2.828.586-3.414S7.114 2 9 2h6c1.886 0 2.828 0 3.414.586S19 4.114 19 6v6"/><path strokeLinecap="round" strokeLinejoin="round" d="m8 10l1.612-4.605A.605.605 0 0 1 10.187 5c.262 0 .494.16.576.395L12.375 10M15 5v5M8.875 8.333H11.5"/></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-width="1.5"><path stroke-linejoin="round" d="m5 7l-1.218.813c-.874.582-1.311.873-1.548 1.317c-.237.445-.235.967-.231 2.01c.004 1.258.016 2.538.048 3.834c.077 3.075.115 4.612 1.246 5.742c1.13 1.13 2.688 1.17 5.804 1.248a116 116 0 0 0 5.799 0c3.116-.078 4.674-.117 5.804-1.248c1.13-1.13 1.169-2.667 1.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19 7"/><path stroke-linejoin="round" d="m2 10l6.913 4.148C10.417 15.05 11.169 15.5 12 15.5s1.583-.45 3.087-1.353L22 10"/><path d="M5 12V6c0-1.886 0-2.828.586-3.414S7.114 2 9 2h6c1.886 0 2.828 0 3.414.586S19 4.114 19 6v6"/><path stroke-linecap="round" stroke-linejoin="round" d="m8 10l1.612-4.605A.605.605 0 0 1 10.187 5c.262 0 .494.16.576.395L12.375 10M15 5v5M8.875 8.333H11.5"/></g></svg> </template>
CSS
.icon-ai-mail {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5%207l-1.218.813c-.874.582-1.311.873-1.548%201.317c-.237.445-.235.967-.231%202.01c.004%201.258.016%202.538.048%203.834c.077%203.075.115%204.612%201.246%205.742c1.13%201.13%202.688%201.17%205.804%201.248a116%20116%200%200%200%205.799%200c3.116-.078%204.674-.117%205.804-1.248c1.13-1.13%201.169-2.667%201.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19%207%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%2010l6.913%204.148C10.417%2015.05%2011.169%2015.5%2012%2015.5s1.583-.45%203.087-1.353L22%2010%22%2F%3E%3Cpath%20d%3D%22M5%2012V6c0-1.886%200-2.828.586-3.414S7.114%202%209%202h6c1.886%200%202.828%200%203.414.586S19%204.114%2019%206v6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8%2010l1.612-4.605A.605.605%200%200%201%2010.187%205c.262%200%20.494.16.576.395L12.375%2010M15%205v5M8.875%208.333H11.5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5%207l-1.218.813c-.874.582-1.311.873-1.548%201.317c-.237.445-.235.967-.231%202.01c.004%201.258.016%202.538.048%203.834c.077%203.075.115%204.612%201.246%205.742c1.13%201.13%202.688%201.17%205.804%201.248a116%20116%200%200%200%205.799%200c3.116-.078%204.674-.117%205.804-1.248c1.13-1.13%201.169-2.667%201.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19%207%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%2010l6.913%204.148C10.417%2015.05%2011.169%2015.5%2012%2015.5s1.583-.45%203.087-1.353L22%2010%22%2F%3E%3Cpath%20d%3D%22M5%2012V6c0-1.886%200-2.828.586-3.414S7.114%202%209%202h6c1.886%200%202.828%200%203.414.586S19%204.114%2019%206v6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8%2010l1.612-4.605A.605.605%200%200%201%2010.187%205c.262%200%20.494.16.576.395L12.375%2010M15%205v5M8.875%208.333H11.5%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/ai-mail.svg?color=%231a73e8&size=48