mail inbox arrow down icon

mail-inbox-arrow-down-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
mail-inbox-arrow-down-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail inbox arrow down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.022 5H6a2 2 0 0 0-2 2v4h3.5a.5.5 0 0 1 .5.5v.011l.004.06a2.6 2.6 0 0 0 .256.955c.126.254.308.492.572.667c.26.174.63.307 1.168.307s.907-.133 1.168-.307c.264-.175.446-.413.572-.667c.076-.152.13-.305.169-.448a3 3 0 0 0 .09-.566l.001-.013a.5.5 0 0 1 .5-.499H16v-.6a5.5 5.5 0 0 0 1-.657V15a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h2.207a5.5 5.5 0 0 0-.185 1m-.972 7H4v3a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3h-3.05a3.6 3.6 0 0 1-.315.974a2.7 2.7 0 0 1-.912 1.051c-.443.295-1.01.475-1.723.475c-.712 0-1.28-.18-1.723-.475a2.7 2.7 0 0 1-.912-1.051A3.6 3.6 0 0 1 7.05 12m6.45-2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-2.354-4.146a.5.5 0 0 1 .708-.708L13 6.293V3.5a.5.5 0 0 1 1 0v2.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.351.146h-.006a.5.5 0 0 1-.348-.144l-.003-.003z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailInboxArrowDown20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.022 5H6a2 2 0 0 0-2 2v4h3.5a.5.5 0 0 1 .5.5v.011l.004.06a2.6 2.6 0 0 0 .256.955c.126.254.308.492.572.667c.26.174.63.307 1.168.307s.907-.133 1.168-.307c.264-.175.446-.413.572-.667c.076-.152.13-.305.169-.448a3 3 0 0 0 .09-.566l.001-.013a.5.5 0 0 1 .5-.499H16v-.6a5.5 5.5 0 0 0 1-.657V15a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h2.207a5.5 5.5 0 0 0-.185 1m-.972 7H4v3a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3h-3.05a3.6 3.6 0 0 1-.315.974a2.7 2.7 0 0 1-.912 1.051c-.443.295-1.01.475-1.723.475c-.712 0-1.28-.18-1.723-.475a2.7 2.7 0 0 1-.912-1.051A3.6 3.6 0 0 1 7.05 12m6.45-2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-2.354-4.146a.5.5 0 0 1 .708-.708L13 6.293V3.5a.5.5 0 0 1 1 0v2.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.351.146h-.006a.5.5 0 0 1-.348-.144l-.003-.003z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.022 5H6a2 2 0 0 0-2 2v4h3.5a.5.5 0 0 1 .5.5v.011l.004.06a2.6 2.6 0 0 0 .256.955c.126.254.308.492.572.667c.26.174.63.307 1.168.307s.907-.133 1.168-.307c.264-.175.446-.413.572-.667c.076-.152.13-.305.169-.448a3 3 0 0 0 .09-.566l.001-.013a.5.5 0 0 1 .5-.499H16v-.6a5.5 5.5 0 0 0 1-.657V15a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h2.207a5.5 5.5 0 0 0-.185 1m-.972 7H4v3a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3h-3.05a3.6 3.6 0 0 1-.315.974a2.7 2.7 0 0 1-.912 1.051c-.443.295-1.01.475-1.723.475c-.712 0-1.28-.18-1.723-.475a2.7 2.7 0 0 1-.912-1.051A3.6 3.6 0 0 1 7.05 12m6.45-2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-2.354-4.146a.5.5 0 0 1 .708-.708L13 6.293V3.5a.5.5 0 0 1 1 0v2.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.351.146h-.006a.5.5 0 0 1-.348-.144l-.003-.003z"/></svg>
</template>

CSS

.icon-mail-inbox-arrow-down-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.022%205H6a2%202%200%200%200-2%202v4h3.5a.5.5%200%200%201%20.5.5v.011l.004.06a2.6%202.6%200%200%200%20.256.955c.126.254.308.492.572.667c.26.174.63.307%201.168.307s.907-.133%201.168-.307c.264-.175.446-.413.572-.667c.076-.152.13-.305.169-.448a3%203%200%200%200%20.09-.566l.001-.013a.5.5%200%200%201%20.5-.499H16v-.6a5.5%205.5%200%200%200%201-.657V15a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3h2.207a5.5%205.5%200%200%200-.185%201m-.972%207H4v3a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-3h-3.05a3.6%203.6%200%200%201-.315.974a2.7%202.7%200%200%201-.912%201.051c-.443.295-1.01.475-1.723.475c-.712%200-1.28-.18-1.723-.475a2.7%202.7%200%200%201-.912-1.051A3.6%203.6%200%200%201%207.05%2012m6.45-2a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-2.354-4.146a.5.5%200%200%201%20.708-.708L13%206.293V3.5a.5.5%200%200%201%201%200v2.793l1.146-1.147a.5.5%200%200%201%20.708.708l-2%202a.5.5%200%200%201-.351.146h-.006a.5.5%200%200%201-.348-.144l-.003-.003z%22%2F%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.022%205H6a2%202%200%200%200-2%202v4h3.5a.5.5%200%200%201%20.5.5v.011l.004.06a2.6%202.6%200%200%200%20.256.955c.126.254.308.492.572.667c.26.174.63.307%201.168.307s.907-.133%201.168-.307c.264-.175.446-.413.572-.667c.076-.152.13-.305.169-.448a3%203%200%200%200%20.09-.566l.001-.013a.5.5%200%200%201%20.5-.499H16v-.6a5.5%205.5%200%200%200%201-.657V15a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3h2.207a5.5%205.5%200%200%200-.185%201m-.972%207H4v3a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-3h-3.05a3.6%203.6%200%200%201-.315.974a2.7%202.7%200%200%201-.912%201.051c-.443.295-1.01.475-1.723.475c-.712%200-1.28-.18-1.723-.475a2.7%202.7%200%200%201-.912-1.051A3.6%203.6%200%200%201%207.05%2012m6.45-2a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-2.354-4.146a.5.5%200%200%201%20.708-.708L13%206.293V3.5a.5.5%200%200%201%201%200v2.793l1.146-1.147a.5.5%200%200%201%20.708.708l-2%202a.5.5%200%200%201-.351.146h-.006a.5.5%200%200%201-.348-.144l-.003-.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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