article person icon
article-person-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- article-person-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the article person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 9h10V7H7zM3 21V3h18v8.45q-.575-1.125-1.65-1.787T17 9q-1.125 0-2.1.525T13.275 11H7v2h5.525q-.05.5 0 1t.225 1H7v2h3.925q-.475.55-.7 1.213T10 19.6V21zm9 0v-1.4q0-.6.313-1.112t.887-.738q.9-.375 1.863-.562T17 17t1.938.188t1.862.562q.575.225.888.738T22 19.6V21zm3.225-5.725Q14.5 14.55 14.5 13.5t.725-1.775T17 11t1.775.725t.725 1.775t-.725 1.775T17 16t-1.775-.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsArticlePersonSharp(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="M7 9h10V7H7zM3 21V3h18v8.45q-.575-1.125-1.65-1.787T17 9q-1.125 0-2.1.525T13.275 11H7v2h5.525q-.05.5 0 1t.225 1H7v2h3.925q-.475.55-.7 1.213T10 19.6V21zm9 0v-1.4q0-.6.313-1.112t.887-.738q.9-.375 1.863-.562T17 17t1.938.188t1.862.562q.575.225.888.738T22 19.6V21zm3.225-5.725Q14.5 14.55 14.5 13.5t.725-1.775T17 11t1.775.725t.725 1.775t-.725 1.775T17 16t-1.775-.725"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 9h10V7H7zM3 21V3h18v8.45q-.575-1.125-1.65-1.787T17 9q-1.125 0-2.1.525T13.275 11H7v2h5.525q-.05.5 0 1t.225 1H7v2h3.925q-.475.55-.7 1.213T10 19.6V21zm9 0v-1.4q0-.6.313-1.112t.887-.738q.9-.375 1.863-.562T17 17t1.938.188t1.862.562q.575.225.888.738T22 19.6V21zm3.225-5.725Q14.5 14.55 14.5 13.5t.725-1.775T17 11t1.775.725t.725 1.775t-.725 1.775T17 16t-1.775-.725"/></svg> </template>
CSS
.icon-article-person-sharp {
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%22M7%209h10V7H7zM3%2021V3h18v8.45q-.575-1.125-1.65-1.787T17%209q-1.125%200-2.1.525T13.275%2011H7v2h5.525q-.05.5%200%201t.225%201H7v2h3.925q-.475.55-.7%201.213T10%2019.6V21zm9%200v-1.4q0-.6.313-1.112t.887-.738q.9-.375%201.863-.562T17%2017t1.938.188t1.862.562q.575.225.888.738T22%2019.6V21zm3.225-5.725Q14.5%2014.55%2014.5%2013.5t.725-1.775T17%2011t1.775.725t.725%201.775t-.725%201.775T17%2016t-1.775-.725%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%22M7%209h10V7H7zM3%2021V3h18v8.45q-.575-1.125-1.65-1.787T17%209q-1.125%200-2.1.525T13.275%2011H7v2h5.525q-.05.5%200%201t.225%201H7v2h3.925q-.475.55-.7%201.213T10%2019.6V21zm9%200v-1.4q0-.6.313-1.112t.887-.738q.9-.375%201.863-.562T17%2017t1.938.188t1.862.562q.575.225.888.738T22%2019.6V21zm3.225-5.725Q14.5%2014.55%2014.5%2013.5t.725-1.775T17%2011t1.775.725t.725%201.775t-.725%201.775T17%2016t-1.775-.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/article-person-sharp.svg?color=%231a73e8&size=48