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

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

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="M17.346 16.885q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.144H20.5q.213 0 .356.145t.144.356t-.144.356t-.356.144zm-2-4.385q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm-2-4.384q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.143q.144.144.144.357t-.144.356t-.356.144zm-6.692 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-.65m-2.846 5.958q-.343 0-.576-.233Q3 16.42 3 16.078v-.516q0-.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.621v.516q0 .343-.233.575q-.232.232-.575.232zm2.279-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 MaterialSymbolsLightPersonTextOutlineRounded(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="M17.346 16.885q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.144H20.5q.213 0 .356.145t.144.356t-.144.356t-.356.144zm-2-4.385q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm-2-4.384q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.143q.144.144.144.357t-.144.356t-.356.144zm-6.692 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-.65m-2.846 5.958q-.343 0-.576-.233Q3 16.42 3 16.078v-.516q0-.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.621v.516q0 .343-.233.575q-.232.232-.575.232zm2.279-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="M17.346 16.885q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.144H20.5q.213 0 .356.145t.144.356t-.144.356t-.356.144zm-2-4.385q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm-2-4.384q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.143q.144.144.144.357t-.144.356t-.356.144zm-6.692 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-.65m-2.846 5.958q-.343 0-.576-.233Q3 16.42 3 16.078v-.516q0-.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.621v.516q0 .343-.233.575q-.232.232-.575.232zm2.279-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-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%22M17.346%2016.885q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.144H20.5q.213%200%20.356.145t.144.356t-.144.356t-.356.144zm-2-4.385q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm-2-4.384q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.143q.144.144.144.357t-.144.356t-.356.144zm-6.692%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-.65m-2.846%205.958q-.343%200-.576-.233Q3%2016.42%203%2016.078v-.516q0-.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.621v.516q0%20.343-.233.575q-.232.232-.575.232zm2.279-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%22M17.346%2016.885q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.144H20.5q.213%200%20.356.145t.144.356t-.144.356t-.356.144zm-2-4.385q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm-2-4.384q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.143q.144.144.144.357t-.144.356t-.356.144zm-6.692%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-.65m-2.846%205.958q-.343%200-.576-.233Q3%2016.42%203%2016.078v-.516q0-.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.621v.516q0%20.343-.233.575q-.232.232-.575.232zm2.279-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-rounded.svg?color=%231a73e8&size=48