inbox text person icon

inbox-text-person-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
inbox-text-person-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the inbox text person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16q-.825 0-1.412-.587T16 14t.588-1.412T18 12t1.413.588T20 14t-.587 1.413T18 16m.075 1q.7 0 1.375.138t1.325.437q.5.225.863.638t.362.962q0 .35-.238.588t-.587.237H14.8q-.35 0-.575-.238T14 19.176q0-.55.35-.975t.85-.625q.675-.275 1.413-.425t1.462-.15M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.025q0 .425-.288.7T20 10t-.712-.288T19 9V5H5v9h3.55q.3 0 .525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0 .525-.425.838t-.925.137q-.65-.2-1.138-.65T8 16H5v3h5.4q.425 0 .713.288T11.4 20t-.288.713T10.4 21zm0-2h6.325zM8 8.75h8q.425 0 .713-.288T17 7.75t-.288-.712T16 6.75H8q-.425 0-.712.288T7 7.75t.288.713T8 8.75m0 3.5h5.6q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425 0-.712.288T7 11.25t.288.713t.712.287"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInboxTextPersonOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16q-.825 0-1.412-.587T16 14t.588-1.412T18 12t1.413.588T20 14t-.587 1.413T18 16m.075 1q.7 0 1.375.138t1.325.437q.5.225.863.638t.362.962q0 .35-.238.588t-.587.237H14.8q-.35 0-.575-.238T14 19.176q0-.55.35-.975t.85-.625q.675-.275 1.413-.425t1.462-.15M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.025q0 .425-.288.7T20 10t-.712-.288T19 9V5H5v9h3.55q.3 0 .525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0 .525-.425.838t-.925.137q-.65-.2-1.138-.65T8 16H5v3h5.4q.425 0 .713.288T11.4 20t-.288.713T10.4 21zm0-2h6.325zM8 8.75h8q.425 0 .713-.288T17 7.75t-.288-.712T16 6.75H8q-.425 0-.712.288T7 7.75t.288.713T8 8.75m0 3.5h5.6q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425 0-.712.288T7 11.25t.288.713t.712.287"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16q-.825 0-1.412-.587T16 14t.588-1.412T18 12t1.413.588T20 14t-.587 1.413T18 16m.075 1q.7 0 1.375.138t1.325.437q.5.225.863.638t.362.962q0 .35-.238.588t-.587.237H14.8q-.35 0-.575-.238T14 19.176q0-.55.35-.975t.85-.625q.675-.275 1.413-.425t1.462-.15M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.025q0 .425-.288.7T20 10t-.712-.288T19 9V5H5v9h3.55q.3 0 .525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0 .525-.425.838t-.925.137q-.65-.2-1.138-.65T8 16H5v3h5.4q.425 0 .713.288T11.4 20t-.288.713T10.4 21zm0-2h6.325zM8 8.75h8q.425 0 .713-.288T17 7.75t-.288-.712T16 6.75H8q-.425 0-.712.288T7 7.75t.288.713T8 8.75m0 3.5h5.6q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425 0-.712.288T7 11.25t.288.713t.712.287"/></svg>
</template>

CSS

.icon-inbox-text-person-outline-rounded {
  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%20fill%3D%22currentColor%22%20d%3D%22M18%2016q-.825%200-1.412-.587T16%2014t.588-1.412T18%2012t1.413.588T20%2014t-.587%201.413T18%2016m.075%201q.7%200%201.375.138t1.325.437q.5.225.863.638t.362.962q0%20.35-.238.588t-.587.237H14.8q-.35%200-.575-.238T14%2019.176q0-.55.35-.975t.85-.625q.675-.275%201.413-.425t1.462-.15M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4.025q0%20.425-.288.7T20%2010t-.712-.288T19%209V5H5v9h3.55q.3%200%20.525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0%20.525-.425.838t-.925.137q-.65-.2-1.138-.65T8%2016H5v3h5.4q.425%200%20.713.288T11.4%2020t-.288.713T10.4%2021zm0-2h6.325zM8%208.75h8q.425%200%20.713-.288T17%207.75t-.288-.712T16%206.75H8q-.425%200-.712.288T7%207.75t.288.713T8%208.75m0%203.5h5.6q.425%200%20.713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425%200-.712.288T7%2011.25t.288.713t.712.287%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%20fill%3D%22currentColor%22%20d%3D%22M18%2016q-.825%200-1.412-.587T16%2014t.588-1.412T18%2012t1.413.588T20%2014t-.587%201.413T18%2016m.075%201q.7%200%201.375.138t1.325.437q.5.225.863.638t.362.962q0%20.35-.238.588t-.587.237H14.8q-.35%200-.575-.238T14%2019.176q0-.55.35-.975t.85-.625q.675-.275%201.413-.425t1.462-.15M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4.025q0%20.425-.288.7T20%2010t-.712-.288T19%209V5H5v9h3.55q.3%200%20.525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0%20.525-.425.838t-.925.137q-.65-.2-1.138-.65T8%2016H5v3h5.4q.425%200%20.713.288T11.4%2020t-.288.713T10.4%2021zm0-2h6.325zM8%208.75h8q.425%200%20.713-.288T17%207.75t-.288-.712T16%206.75H8q-.425%200-.712.288T7%207.75t.288.713T8%208.75m0%203.5h5.6q.425%200%20.713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425%200-.712.288T7%2011.25t.288.713t.712.287%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/inbox-text-person-outline-rounded.svg?color=%231a73e8&size=48