outlook from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
outlook
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the outlook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M22 8v8c0 .6-.4 1-1 1h-7v4L2 19.2V4.8L14 3v4h7c.6 0 1 .4 1 1m-1 .1l-4 2.3l-3-1.7v1.6l3 1.7l4-2.3V8.1m-13.08.01c-2.1-.07-3.13 1.78-3.13 3.98s1.07 3.97 3.13 3.99c1.87.01 3.08-1.69 3.08-3.89c0-2.19-.87-4-3.08-4.08M7.61 9.7c.84 0 1.59.74 1.59 2.25c0 1.52-.75 2.36-1.59 2.36c-.83 0-1.51-1.11-1.51-2.36c0-1.24.68-2.25 1.51-2.25z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiOutlook(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M22 8v8c0 .6-.4 1-1 1h-7v4L2 19.2V4.8L14 3v4h7c.6 0 1 .4 1 1m-1 .1l-4 2.3l-3-1.7v1.6l3 1.7l4-2.3V8.1m-13.08.01c-2.1-.07-3.13 1.78-3.13 3.98s1.07 3.97 3.13 3.99c1.87.01 3.08-1.69 3.08-3.89c0-2.19-.87-4-3.08-4.08M7.61 9.7c.84 0 1.59.74 1.59 2.25c0 1.52-.75 2.36-1.59 2.36c-.83 0-1.51-1.11-1.51-2.36c0-1.24.68-2.25 1.51-2.25z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M22 8v8c0 .6-.4 1-1 1h-7v4L2 19.2V4.8L14 3v4h7c.6 0 1 .4 1 1m-1 .1l-4 2.3l-3-1.7v1.6l3 1.7l4-2.3V8.1m-13.08.01c-2.1-.07-3.13 1.78-3.13 3.98s1.07 3.97 3.13 3.99c1.87.01 3.08-1.69 3.08-3.89c0-2.19-.87-4-3.08-4.08M7.61 9.7c.84 0 1.59.74 1.59 2.25c0 1.52-.75 2.36-1.59 2.36c-.83 0-1.51-1.11-1.51-2.36c0-1.24.68-2.25 1.51-2.25z" fill="currentColor"/></svg>
</template>

CSS

.icon-outlook {
  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%3Cpath%20d%3D%22M22%208v8c0%20.6-.4%201-1%201h-7v4L2%2019.2V4.8L14%203v4h7c.6%200%201%20.4%201%201m-1%20.1l-4%202.3l-3-1.7v1.6l3%201.7l4-2.3V8.1m-13.08.01c-2.1-.07-3.13%201.78-3.13%203.98s1.07%203.97%203.13%203.99c1.87.01%203.08-1.69%203.08-3.89c0-2.19-.87-4-3.08-4.08M7.61%209.7c.84%200%201.59.74%201.59%202.25c0%201.52-.75%202.36-1.59%202.36c-.83%200-1.51-1.11-1.51-2.36c0-1.24.68-2.25%201.51-2.25z%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M22%208v8c0%20.6-.4%201-1%201h-7v4L2%2019.2V4.8L14%203v4h7c.6%200%201%20.4%201%201m-1%20.1l-4%202.3l-3-1.7v1.6l3%201.7l4-2.3V8.1m-13.08.01c-2.1-.07-3.13%201.78-3.13%203.98s1.07%203.97%203.13%203.99c1.87.01%203.08-1.69%203.08-3.89c0-2.19-.87-4-3.08-4.08M7.61%209.7c.84%200%201.59.74%201.59%202.25c0%201.52-.75%202.36-1.59%202.36c-.83%200-1.51-1.11-1.51-2.36c0-1.24.68-2.25%201.51-2.25z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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