mail validation 02 icon
mail-validation-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mail-validation-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mail validation 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="m2 4.5l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 4.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 17.5s.5 0 1 1c0 0 1.588-2.5 3-3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M22 17a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z"/><path fill="currentColor" d="m9.102 2.037l.02.75zM2.016 9.04l.75.015zm12.892-7.003l.019-.75zm7.086 7.003l.75-.016zM9.084 19.75a.75.75 0 0 0 .037-1.5zm-7.068-7.753l.75-.016zm19.229-1.489a.75.75 0 1 0 1.5.02zM9.12 2.786c1.93-.048 3.839-.048 5.768 0l.038-1.5c-1.954-.048-3.89-.048-5.843 0zM1.266 9.024a70 70 0 0 0 0 2.99l1.5-.033a68 68 0 0 1 0-2.926zm7.818-7.737c-1.553.039-2.8.068-3.796.242c-1.03.18-1.867.525-2.574 1.236l1.063 1.057c.425-.427.941-.67 1.769-.815c.862-.15 1.978-.18 3.575-.22zM2.766 9.055c.033-1.558.058-2.644.204-3.486c.14-.806.38-1.317.807-1.747L2.714 2.765c-.704.707-1.046 1.533-1.222 2.548c-.17.979-.194 2.197-.226 3.71zm12.123-6.269c1.598.04 2.714.07 3.575.22c.828.145 1.344.39 1.769.816l1.064-1.057c-.708-.711-1.545-1.056-2.575-1.236c-.996-.174-2.243-.203-3.795-.242zm7.855 6.238c-.032-1.514-.056-2.732-.226-3.711c-.175-1.015-.518-1.84-1.221-2.548l-1.064 1.057c.428.43.668.941.808 1.747c.145.842.17 1.928.204 3.487zM9.121 18.25c-1.597-.04-2.713-.07-3.575-.22c-.828-.145-1.344-.389-1.769-.816l-1.063 1.058c.707.711 1.544 1.056 2.574 1.235c.997.174 2.243.204 3.796.243zm-7.855-6.237c.032 1.513.056 2.732.226 3.71c.176 1.015.518 1.841 1.222 2.55l1.063-1.059c-.427-.43-.667-.94-.807-1.747c-.146-.841-.171-1.927-.204-3.486zm20.728-1.495l.75.01v-.01l.001-.03l.001-.112a64 64 0 0 0-.002-1.352l-1.5.032a39 39 0 0 1 .002 1.305v.108l-.001.03v.009z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMailValidation02(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"><path stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="m2 4.5l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 4.5"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15 17.5s.5 0 1 1c0 0 1.588-2.5 3-3"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M22 17a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z"/><path fill="currentColor" d="m9.102 2.037l.02.75zM2.016 9.04l.75.015zm12.892-7.003l.019-.75zm7.086 7.003l.75-.016zM9.084 19.75a.75.75 0 0 0 .037-1.5zm-7.068-7.753l.75-.016zm19.229-1.489a.75.75 0 1 0 1.5.02zM9.12 2.786c1.93-.048 3.839-.048 5.768 0l.038-1.5c-1.954-.048-3.89-.048-5.843 0zM1.266 9.024a70 70 0 0 0 0 2.99l1.5-.033a68 68 0 0 1 0-2.926zm7.818-7.737c-1.553.039-2.8.068-3.796.242c-1.03.18-1.867.525-2.574 1.236l1.063 1.057c.425-.427.941-.67 1.769-.815c.862-.15 1.978-.18 3.575-.22zM2.766 9.055c.033-1.558.058-2.644.204-3.486c.14-.806.38-1.317.807-1.747L2.714 2.765c-.704.707-1.046 1.533-1.222 2.548c-.17.979-.194 2.197-.226 3.71zm12.123-6.269c1.598.04 2.714.07 3.575.22c.828.145 1.344.39 1.769.816l1.064-1.057c-.708-.711-1.545-1.056-2.575-1.236c-.996-.174-2.243-.203-3.795-.242zm7.855 6.238c-.032-1.514-.056-2.732-.226-3.711c-.175-1.015-.518-1.84-1.221-2.548l-1.064 1.057c.428.43.668.941.808 1.747c.145.842.17 1.928.204 3.487zM9.121 18.25c-1.597-.04-2.713-.07-3.575-.22c-.828-.145-1.344-.389-1.769-.816l-1.063 1.058c.707.711 1.544 1.056 2.574 1.235c.997.174 2.243.204 3.796.243zm-7.855-6.237c.032 1.513.056 2.732.226 3.71c.176 1.015.518 1.841 1.222 2.55l1.063-1.059c-.427-.43-.667-.94-.807-1.747c-.146-.841-.171-1.927-.204-3.486zm20.728-1.495l.75.01v-.01l.001-.03l.001-.112a64 64 0 0 0-.002-1.352l-1.5.032a39 39 0 0 1 .002 1.305v.108l-.001.03v.009z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="m2 4.5l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 4.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 17.5s.5 0 1 1c0 0 1.588-2.5 3-3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M22 17a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z"/><path fill="currentColor" d="m9.102 2.037l.02.75zM2.016 9.04l.75.015zm12.892-7.003l.019-.75zm7.086 7.003l.75-.016zM9.084 19.75a.75.75 0 0 0 .037-1.5zm-7.068-7.753l.75-.016zm19.229-1.489a.75.75 0 1 0 1.5.02zM9.12 2.786c1.93-.048 3.839-.048 5.768 0l.038-1.5c-1.954-.048-3.89-.048-5.843 0zM1.266 9.024a70 70 0 0 0 0 2.99l1.5-.033a68 68 0 0 1 0-2.926zm7.818-7.737c-1.553.039-2.8.068-3.796.242c-1.03.18-1.867.525-2.574 1.236l1.063 1.057c.425-.427.941-.67 1.769-.815c.862-.15 1.978-.18 3.575-.22zM2.766 9.055c.033-1.558.058-2.644.204-3.486c.14-.806.38-1.317.807-1.747L2.714 2.765c-.704.707-1.046 1.533-1.222 2.548c-.17.979-.194 2.197-.226 3.71zm12.123-6.269c1.598.04 2.714.07 3.575.22c.828.145 1.344.39 1.769.816l1.064-1.057c-.708-.711-1.545-1.056-2.575-1.236c-.996-.174-2.243-.203-3.795-.242zm7.855 6.238c-.032-1.514-.056-2.732-.226-3.711c-.175-1.015-.518-1.84-1.221-2.548l-1.064 1.057c.428.43.668.941.808 1.747c.145.842.17 1.928.204 3.487zM9.121 18.25c-1.597-.04-2.713-.07-3.575-.22c-.828-.145-1.344-.389-1.769-.816l-1.063 1.058c.707.711 1.544 1.056 2.574 1.235c.997.174 2.243.204 3.796.243zm-7.855-6.237c.032 1.513.056 2.732.226 3.71c.176 1.015.518 1.841 1.222 2.55l1.063-1.059c-.427-.43-.667-.94-.807-1.747c-.146-.841-.171-1.927-.204-3.486zm20.728-1.495l.75.01v-.01l.001-.03l.001-.112a64 64 0 0 0-.002-1.352l-1.5.032a39 39 0 0 1 .002 1.305v.108l-.001.03v.009z"/></g></svg> </template>
CSS
.icon-mail-validation-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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m2%204.5l6.913%203.917c2.549%201.444%203.625%201.444%206.174%200L22%204.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%2017.5s.5%200%201%201c0%200%201.588-2.5%203-3%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2017a5%205%200%201%201-10%200a5%205%200%200%201%2010%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.102%202.037l.02.75zM2.016%209.04l.75.015zm12.892-7.003l.019-.75zm7.086%207.003l.75-.016zM9.084%2019.75a.75.75%200%200%200%20.037-1.5zm-7.068-7.753l.75-.016zm19.229-1.489a.75.75%200%201%200%201.5.02zM9.12%202.786c1.93-.048%203.839-.048%205.768%200l.038-1.5c-1.954-.048-3.89-.048-5.843%200zM1.266%209.024a70%2070%200%200%200%200%202.99l1.5-.033a68%2068%200%200%201%200-2.926zm7.818-7.737c-1.553.039-2.8.068-3.796.242c-1.03.18-1.867.525-2.574%201.236l1.063%201.057c.425-.427.941-.67%201.769-.815c.862-.15%201.978-.18%203.575-.22zM2.766%209.055c.033-1.558.058-2.644.204-3.486c.14-.806.38-1.317.807-1.747L2.714%202.765c-.704.707-1.046%201.533-1.222%202.548c-.17.979-.194%202.197-.226%203.71zm12.123-6.269c1.598.04%202.714.07%203.575.22c.828.145%201.344.39%201.769.816l1.064-1.057c-.708-.711-1.545-1.056-2.575-1.236c-.996-.174-2.243-.203-3.795-.242zm7.855%206.238c-.032-1.514-.056-2.732-.226-3.711c-.175-1.015-.518-1.84-1.221-2.548l-1.064%201.057c.428.43.668.941.808%201.747c.145.842.17%201.928.204%203.487zM9.121%2018.25c-1.597-.04-2.713-.07-3.575-.22c-.828-.145-1.344-.389-1.769-.816l-1.063%201.058c.707.711%201.544%201.056%202.574%201.235c.997.174%202.243.204%203.796.243zm-7.855-6.237c.032%201.513.056%202.732.226%203.71c.176%201.015.518%201.841%201.222%202.55l1.063-1.059c-.427-.43-.667-.94-.807-1.747c-.146-.841-.171-1.927-.204-3.486zm20.728-1.495l.75.01v-.01l.001-.03l.001-.112a64%2064%200%200%200-.002-1.352l-1.5.032a39%2039%200%200%201%20.002%201.305v.108l-.001.03v.009z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m2%204.5l6.913%203.917c2.549%201.444%203.625%201.444%206.174%200L22%204.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%2017.5s.5%200%201%201c0%200%201.588-2.5%203-3%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2017a5%205%200%201%201-10%200a5%205%200%200%201%2010%200Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.102%202.037l.02.75zM2.016%209.04l.75.015zm12.892-7.003l.019-.75zm7.086%207.003l.75-.016zM9.084%2019.75a.75.75%200%200%200%20.037-1.5zm-7.068-7.753l.75-.016zm19.229-1.489a.75.75%200%201%200%201.5.02zM9.12%202.786c1.93-.048%203.839-.048%205.768%200l.038-1.5c-1.954-.048-3.89-.048-5.843%200zM1.266%209.024a70%2070%200%200%200%200%202.99l1.5-.033a68%2068%200%200%201%200-2.926zm7.818-7.737c-1.553.039-2.8.068-3.796.242c-1.03.18-1.867.525-2.574%201.236l1.063%201.057c.425-.427.941-.67%201.769-.815c.862-.15%201.978-.18%203.575-.22zM2.766%209.055c.033-1.558.058-2.644.204-3.486c.14-.806.38-1.317.807-1.747L2.714%202.765c-.704.707-1.046%201.533-1.222%202.548c-.17.979-.194%202.197-.226%203.71zm12.123-6.269c1.598.04%202.714.07%203.575.22c.828.145%201.344.39%201.769.816l1.064-1.057c-.708-.711-1.545-1.056-2.575-1.236c-.996-.174-2.243-.203-3.795-.242zm7.855%206.238c-.032-1.514-.056-2.732-.226-3.711c-.175-1.015-.518-1.84-1.221-2.548l-1.064%201.057c.428.43.668.941.808%201.747c.145.842.17%201.928.204%203.487zM9.121%2018.25c-1.597-.04-2.713-.07-3.575-.22c-.828-.145-1.344-.389-1.769-.816l-1.063%201.058c.707.711%201.544%201.056%202.574%201.235c.997.174%202.243.204%203.796.243zm-7.855-6.237c.032%201.513.056%202.732.226%203.71c.176%201.015.518%201.841%201.222%202.55l1.063-1.059c-.427-.43-.667-.94-.807-1.747c-.146-.841-.171-1.927-.204-3.486zm20.728-1.495l.75.01v-.01l.001-.03l.001-.112a64%2064%200%200%200-.002-1.352l-1.5.032a39%2039%200%200%201%20.002%201.305v.108l-.001.03v.009z%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-validation-02.svg?color=%231a73e8&size=48