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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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="M18 18q-.425 0-.712-.288T17 17t.288-.712T18 16h3q.425 0 .713.288T22 17t-.288.713T21 18zm-2-5q-.425 0-.712-.288T15 12t.288-.712T16 11h5q.425 0 .713.288T22 12t-.288.713T21 13zm-2-5q-.425 0-.712-.288T13 7t.288-.712T14 6h7q.425 0 .713.288T22 7t-.288.713T21 8zm-8.125 3.125Q5 10.25 5 9t.875-2.125T8 6t2.125.875T11 9t-.875 2.125T8 12t-2.125-.875M3 18q-.425 0-.712-.288T2 17v-.9q0-.525.25-1t.7-.75q1.125-.675 2.388-1.012T8 13t2.663.338t2.387 1.012q.45.275.7.75t.25 1v.9q0 .425-.288.713T13 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonTextRounded(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 18q-.425 0-.712-.288T17 17t.288-.712T18 16h3q.425 0 .713.288T22 17t-.288.713T21 18zm-2-5q-.425 0-.712-.288T15 12t.288-.712T16 11h5q.425 0 .713.288T22 12t-.288.713T21 13zm-2-5q-.425 0-.712-.288T13 7t.288-.712T14 6h7q.425 0 .713.288T22 7t-.288.713T21 8zm-8.125 3.125Q5 10.25 5 9t.875-2.125T8 6t2.125.875T11 9t-.875 2.125T8 12t-2.125-.875M3 18q-.425 0-.712-.288T2 17v-.9q0-.525.25-1t.7-.75q1.125-.675 2.388-1.012T8 13t2.663.338t2.387 1.012q.45.275.7.75t.25 1v.9q0 .425-.288.713T13 18z"/></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 18q-.425 0-.712-.288T17 17t.288-.712T18 16h3q.425 0 .713.288T22 17t-.288.713T21 18zm-2-5q-.425 0-.712-.288T15 12t.288-.712T16 11h5q.425 0 .713.288T22 12t-.288.713T21 13zm-2-5q-.425 0-.712-.288T13 7t.288-.712T14 6h7q.425 0 .713.288T22 7t-.288.713T21 8zm-8.125 3.125Q5 10.25 5 9t.875-2.125T8 6t2.125.875T11 9t-.875 2.125T8 12t-2.125-.875M3 18q-.425 0-.712-.288T2 17v-.9q0-.525.25-1t.7-.75q1.125-.675 2.388-1.012T8 13t2.663.338t2.387 1.012q.45.275.7.75t.25 1v.9q0 .425-.288.713T13 18z"/></svg>
</template>

CSS

.icon-person-text-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%2018q-.425%200-.712-.288T17%2017t.288-.712T18%2016h3q.425%200%20.713.288T22%2017t-.288.713T21%2018zm-2-5q-.425%200-.712-.288T15%2012t.288-.712T16%2011h5q.425%200%20.713.288T22%2012t-.288.713T21%2013zm-2-5q-.425%200-.712-.288T13%207t.288-.712T14%206h7q.425%200%20.713.288T22%207t-.288.713T21%208zm-8.125%203.125Q5%2010.25%205%209t.875-2.125T8%206t2.125.875T11%209t-.875%202.125T8%2012t-2.125-.875M3%2018q-.425%200-.712-.288T2%2017v-.9q0-.525.25-1t.7-.75q1.125-.675%202.388-1.012T8%2013t2.663.338t2.387%201.012q.45.275.7.75t.25%201v.9q0%20.425-.288.713T13%2018z%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%2018q-.425%200-.712-.288T17%2017t.288-.712T18%2016h3q.425%200%20.713.288T22%2017t-.288.713T21%2018zm-2-5q-.425%200-.712-.288T15%2012t.288-.712T16%2011h5q.425%200%20.713.288T22%2012t-.288.713T21%2013zm-2-5q-.425%200-.712-.288T13%207t.288-.712T14%206h7q.425%200%20.713.288T22%207t-.288.713T21%208zm-8.125%203.125Q5%2010.25%205%209t.875-2.125T8%206t2.125.875T11%209t-.875%202.125T8%2012t-2.125-.875M3%2018q-.425%200-.712-.288T2%2017v-.9q0-.525.25-1t.7-.75q1.125-.675%202.388-1.012T8%2013t2.663.338t2.387%201.012q.45.275.7.75t.25%201v.9q0%20.425-.288.713T13%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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