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

Name
person-text
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
person-text-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.323z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonText(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.323z"/></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.323z"/></svg>
</template>

CSS

.icon-person-text {
  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.323z%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.323z%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.svg?color=%231a73e8&size=48