mail-48 from Fluent UI System Color Icons by Microsoft Corporation · 48 · MIT Free for personal and commercial use.

Name
mail-48
Set
Fluent UI System Color Icons
Style
48
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the mail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#367af2" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGkQaeWcWX1)" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGhuEpQbOt1)" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGeHMneDHL1)" fill-opacity=".75" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGg2yfEdQT1)" fill-opacity=".7" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGKAZh8Gbs1)" d="M4.02 13.747A6.25 6.25 0 0 1 10.25 8h27.5A6.25 6.25 0 0 1 44 14.25v1.38L24.582 25.854a1.25 1.25 0 0 1-1.168-.002L4 15.551V14.25q0-.254.02-.503"/><defs><linearGradient id="SVGkQaeWcWX1" x1="31" x2="39.662" y1="19.5" y2="40.944" gradientUnits="userSpaceOnUse"><stop offset=".199" stop-color="#0094f0" stop-opacity="0"/><stop offset=".431" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGhuEpQbOt1" x1="18.286" x2="7.955" y1="18.008" y2="41.831" gradientUnits="userSpaceOnUse"><stop offset=".191" stop-color="#0094f0" stop-opacity="0"/><stop offset=".431" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGeHMneDHL1" x1="34.547" x2="36.228" y1="30.084" y2="42.272" gradientUnits="userSpaceOnUse"><stop stop-color="#2764e7" stop-opacity="0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGg2yfEdQT1" x1="30.191" x2="33.258" y1="18.439" y2="43.244" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGKAZh8Gbs1" x1="15.883" x2="28.057" y1="2.275" y2="34.261" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset=".462" stop-color="#29c3ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorMail48(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#367af2" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGkQaeWcWX1)" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGhuEpQbOt1)" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGeHMneDHL1)" fillOpacity=".75" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGg2yfEdQT1)" fillOpacity=".7" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGKAZh8Gbs1)" d="M4.02 13.747A6.25 6.25 0 0 1 10.25 8h27.5A6.25 6.25 0 0 1 44 14.25v1.38L24.582 25.854a1.25 1.25 0 0 1-1.168-.002L4 15.551V14.25q0-.254.02-.503"/><defs><linearGradient id="SVGkQaeWcWX1" x1="31" x2="39.662" y1="19.5" y2="40.944" gradientUnits="userSpaceOnUse"><stop offset=".199" stopColor="#0094f0" stopOpacity="0"/><stop offset=".431" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGhuEpQbOt1" x1="18.286" x2="7.955" y1="18.008" y2="41.831" gradientUnits="userSpaceOnUse"><stop offset=".191" stopColor="#0094f0" stopOpacity="0"/><stop offset=".431" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGeHMneDHL1" x1="34.547" x2="36.228" y1="30.084" y2="42.272" gradientUnits="userSpaceOnUse"><stop stopColor="#2764e7" stopOpacity="0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGg2yfEdQT1" x1="30.191" x2="33.258" y1="18.439" y2="43.244" gradientUnits="userSpaceOnUse"><stop offset=".533" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGKAZh8Gbs1" x1="15.883" x2="28.057" y1="2.275" y2="34.261" gradientUnits="userSpaceOnUse"><stop stopColor="#6ce0ff"/><stop offset=".462" stopColor="#29c3ff"/><stop offset="1" stopColor="#4894fe"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#367af2" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGkQaeWcWX1)" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGhuEpQbOt1)" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGeHMneDHL1)" fill-opacity=".75" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGg2yfEdQT1)" fill-opacity=".7" d="M4 15.42v18.33A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75V15.5L24.582 25.724a1.25 1.25 0 0 1-1.168-.002z"/><path fill="url(#SVGKAZh8Gbs1)" d="M4.02 13.747A6.25 6.25 0 0 1 10.25 8h27.5A6.25 6.25 0 0 1 44 14.25v1.38L24.582 25.854a1.25 1.25 0 0 1-1.168-.002L4 15.551V14.25q0-.254.02-.503"/><defs><linearGradient id="SVGkQaeWcWX1" x1="31" x2="39.662" y1="19.5" y2="40.944" gradientUnits="userSpaceOnUse"><stop offset=".199" stop-color="#0094f0" stop-opacity="0"/><stop offset=".431" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGhuEpQbOt1" x1="18.286" x2="7.955" y1="18.008" y2="41.831" gradientUnits="userSpaceOnUse"><stop offset=".191" stop-color="#0094f0" stop-opacity="0"/><stop offset=".431" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGeHMneDHL1" x1="34.547" x2="36.228" y1="30.084" y2="42.272" gradientUnits="userSpaceOnUse"><stop stop-color="#2764e7" stop-opacity="0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGg2yfEdQT1" x1="30.191" x2="33.258" y1="18.439" y2="43.244" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGKAZh8Gbs1" x1="15.883" x2="28.057" y1="2.275" y2="34.261" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset=".462" stop-color="#29c3ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-mail-48 {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23367af2%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkQaeWcWX1)%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhuEpQbOt1)%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGeHMneDHL1)%22%20fill-opacity%3D%22.75%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGg2yfEdQT1)%22%20fill-opacity%3D%22.7%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKAZh8Gbs1)%22%20d%3D%22M4.02%2013.747A6.25%206.25%200%200%201%2010.25%208h27.5A6.25%206.25%200%200%201%2044%2014.25v1.38L24.582%2025.854a1.25%201.25%200%200%201-1.168-.002L4%2015.551V14.25q0-.254.02-.503%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGkQaeWcWX1%22%20x1%3D%2231%22%20x2%3D%2239.662%22%20y1%3D%2219.5%22%20y2%3D%2240.944%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.199%22%20stop-color%3D%22%230094f0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.431%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGhuEpQbOt1%22%20x1%3D%2218.286%22%20x2%3D%227.955%22%20y1%3D%2218.008%22%20y2%3D%2241.831%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.191%22%20stop-color%3D%22%230094f0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.431%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGeHMneDHL1%22%20x1%3D%2234.547%22%20x2%3D%2236.228%22%20y1%3D%2230.084%22%20y2%3D%2242.272%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232764e7%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGg2yfEdQT1%22%20x1%3D%2230.191%22%20x2%3D%2233.258%22%20y1%3D%2218.439%22%20y2%3D%2243.244%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.533%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKAZh8Gbs1%22%20x1%3D%2215.883%22%20x2%3D%2228.057%22%20y1%3D%222.275%22%20y2%3D%2234.261%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%22.462%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23367af2%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkQaeWcWX1)%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhuEpQbOt1)%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGeHMneDHL1)%22%20fill-opacity%3D%22.75%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGg2yfEdQT1)%22%20fill-opacity%3D%22.7%22%20d%3D%22M4%2015.42v18.33A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75V15.5L24.582%2025.724a1.25%201.25%200%200%201-1.168-.002z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKAZh8Gbs1)%22%20d%3D%22M4.02%2013.747A6.25%206.25%200%200%201%2010.25%208h27.5A6.25%206.25%200%200%201%2044%2014.25v1.38L24.582%2025.854a1.25%201.25%200%200%201-1.168-.002L4%2015.551V14.25q0-.254.02-.503%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGkQaeWcWX1%22%20x1%3D%2231%22%20x2%3D%2239.662%22%20y1%3D%2219.5%22%20y2%3D%2240.944%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.199%22%20stop-color%3D%22%230094f0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.431%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGhuEpQbOt1%22%20x1%3D%2218.286%22%20x2%3D%227.955%22%20y1%3D%2218.008%22%20y2%3D%2241.831%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.191%22%20stop-color%3D%22%230094f0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.431%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGeHMneDHL1%22%20x1%3D%2234.547%22%20x2%3D%2236.228%22%20y1%3D%2230.084%22%20y2%3D%2242.272%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232764e7%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGg2yfEdQT1%22%20x1%3D%2230.191%22%20x2%3D%2233.258%22%20y1%3D%2218.439%22%20y2%3D%2243.244%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.533%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKAZh8Gbs1%22%20x1%3D%2215.883%22%20x2%3D%2228.057%22%20y1%3D%222.275%22%20y2%3D%2234.261%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%22.462%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/mail-48.svg?color=%231a73e8&size=48