person-text-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
person-text-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
person-text-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the person text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.846 16.885v-1H21v1zm-2-4.385v-1H21v1zm-2-4.384v-1H21v1zm-6.192 2.812Q6 10.278 6 9.35t.65-1.582q.649-.654 1.576-.654t1.582.65t.654 1.577t-.65 1.581t-1.577.654t-1.581-.65M3 16.886V15.56q0-.326.164-.621q.163-.296.44-.475q1.048-.598 2.195-.916t2.432-.318t2.432.318t2.195.917q.277.178.44.474q.164.295.164.621v1.323zm3.087-2.356q-1.062.298-2.052.855v.5h8.392v-.5q-.99-.557-2.052-.855q-1.061-.298-2.144-.298t-2.144.298m3.01-4.316q.365-.365.365-.867t-.365-.866t-.866-.364t-.866.364T7 9.346t.365.867t.866.364t.866-.364m-.866 5.672"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonTextOutline(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="M16.846 16.885v-1H21v1zm-2-4.385v-1H21v1zm-2-4.384v-1H21v1zm-6.192 2.812Q6 10.278 6 9.35t.65-1.582q.649-.654 1.576-.654t1.582.65t.654 1.577t-.65 1.581t-1.577.654t-1.581-.65M3 16.886V15.56q0-.326.164-.621q.163-.296.44-.475q1.048-.598 2.195-.916t2.432-.318t2.432.318t2.195.917q.277.178.44.474q.164.295.164.621v1.323zm3.087-2.356q-1.062.298-2.052.855v.5h8.392v-.5q-.99-.557-2.052-.855q-1.061-.298-2.144-.298t-2.144.298m3.01-4.316q.365-.365.365-.867t-.365-.866t-.866-.364t-.866.364T7 9.346t.365.867t.866.364t.866-.364m-.866 5.672"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.846 16.885v-1H21v1zm-2-4.385v-1H21v1zm-2-4.384v-1H21v1zm-6.192 2.812Q6 10.278 6 9.35t.65-1.582q.649-.654 1.576-.654t1.582.65t.654 1.577t-.65 1.581t-1.577.654t-1.581-.65M3 16.886V15.56q0-.326.164-.621q.163-.296.44-.475q1.048-.598 2.195-.916t2.432-.318t2.432.318t2.195.917q.277.178.44.474q.164.295.164.621v1.323zm3.087-2.356q-1.062.298-2.052.855v.5h8.392v-.5q-.99-.557-2.052-.855q-1.061-.298-2.144-.298t-2.144.298m3.01-4.316q.365-.365.365-.867t-.365-.866t-.866-.364t-.866.364T7 9.346t.365.867t.866.364t.866-.364m-.866 5.672"/></svg>
</template>

CSS

.icon-person-text-outline {
  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%22M16.846%2016.885v-1H21v1zm-2-4.385v-1H21v1zm-2-4.384v-1H21v1zm-6.192%202.812Q6%2010.278%206%209.35t.65-1.582q.649-.654%201.576-.654t1.582.65t.654%201.577t-.65%201.581t-1.577.654t-1.581-.65M3%2016.886V15.56q0-.326.164-.621q.163-.296.44-.475q1.048-.598%202.195-.916t2.432-.318t2.432.318t2.195.917q.277.178.44.474q.164.295.164.621v1.323zm3.087-2.356q-1.062.298-2.052.855v.5h8.392v-.5q-.99-.557-2.052-.855q-1.061-.298-2.144-.298t-2.144.298m3.01-4.316q.365-.365.365-.867t-.365-.866t-.866-.364t-.866.364T7%209.346t.365.867t.866.364t.866-.364m-.866%205.672%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%22M16.846%2016.885v-1H21v1zm-2-4.385v-1H21v1zm-2-4.384v-1H21v1zm-6.192%202.812Q6%2010.278%206%209.35t.65-1.582q.649-.654%201.576-.654t1.582.65t.654%201.577t-.65%201.581t-1.577.654t-1.581-.65M3%2016.886V15.56q0-.326.164-.621q.163-.296.44-.475q1.048-.598%202.195-.916t2.432-.318t2.432.318t2.195.917q.277.178.44.474q.164.295.164.621v1.323zm3.087-2.356q-1.062.298-2.052.855v.5h8.392v-.5q-.99-.557-2.052-.855q-1.061-.298-2.144-.298t-2.144.298m3.01-4.316q.365-.365.365-.867t-.365-.866t-.866-.364t-.866.364T7%209.346t.365.867t.866.364t.866-.364m-.866%205.672%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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