person text icon
person-text from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- person-text
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- person-text-sharp
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="M17 18v-2h5v2zm-2-5v-2h7v2zm-2-5V6h9v2zm-7.125 3.125Q5 10.25 5 9t.875-2.125T8 6t2.125.875T11 9t-.875 2.125T8 12t-2.125-.875M2 18v-1.9q0-.525.25-1t.7-.75q1.125-.675 2.388-1.012T8 13t2.663.338t2.387 1.012q.45.275.7.75t.25 1V18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPersonText(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 18v-2h5v2zm-2-5v-2h7v2zm-2-5V6h9v2zm-7.125 3.125Q5 10.25 5 9t.875-2.125T8 6t2.125.875T11 9t-.875 2.125T8 12t-2.125-.875M2 18v-1.9q0-.525.25-1t.7-.75q1.125-.675 2.388-1.012T8 13t2.663.338t2.387 1.012q.45.275.7.75t.25 1V18z"/></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 18v-2h5v2zm-2-5v-2h7v2zm-2-5V6h9v2zm-7.125 3.125Q5 10.25 5 9t.875-2.125T8 6t2.125.875T11 9t-.875 2.125T8 12t-2.125-.875M2 18v-1.9q0-.525.25-1t.7-.75q1.125-.675 2.388-1.012T8 13t2.663.338t2.387 1.012q.45.275.7.75t.25 1V18z"/></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%22M17%2018v-2h5v2zm-2-5v-2h7v2zm-2-5V6h9v2zm-7.125%203.125Q5%2010.25%205%209t.875-2.125T8%206t2.125.875T11%209t-.875%202.125T8%2012t-2.125-.875M2%2018v-1.9q0-.525.25-1t.7-.75q1.125-.675%202.388-1.012T8%2013t2.663.338t2.387%201.012q.45.275.7.75t.25%201V18z%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%2018v-2h5v2zm-2-5v-2h7v2zm-2-5V6h9v2zm-7.125%203.125Q5%2010.25%205%209t.875-2.125T8%206t2.125.875T11%209t-.875%202.125T8%2012t-2.125-.875M2%2018v-1.9q0-.525.25-1t.7-.75q1.125-.675%202.388-1.012T8%2013t2.663.338t2.387%201.012q.45.275.7.75t.25%201V18z%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.svg?color=%231a73e8&size=48