portrait icon
portrait-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- portrait-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the portrait icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4v5H2V2h7v2zm16 0v5h2V2h-7v2zM4 15v5h5v2H2v-7zm16 5v-5h2v7h-7v-2zM12 7a3 3 0 0 1 1.318 5.696A4.5 4.5 0 0 1 16.5 17v.997h-9V17c0-2.027 1.34-3.74 3.182-4.304A3 3 0 0 1 12 7"/></svg>
React
import type { SVGProps } from "react";
export function TdesignPortraitFilled(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="M4 4v5H2V2h7v2zm16 0v5h2V2h-7v2zM4 15v5h5v2H2v-7zm16 5v-5h2v7h-7v-2zM12 7a3 3 0 0 1 1.318 5.696A4.5 4.5 0 0 1 16.5 17v.997h-9V17c0-2.027 1.34-3.74 3.182-4.304A3 3 0 0 1 12 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4v5H2V2h7v2zm16 0v5h2V2h-7v2zM4 15v5h5v2H2v-7zm16 5v-5h2v7h-7v-2zM12 7a3 3 0 0 1 1.318 5.696A4.5 4.5 0 0 1 16.5 17v.997h-9V17c0-2.027 1.34-3.74 3.182-4.304A3 3 0 0 1 12 7"/></svg> </template>
CSS
.icon-portrait-filled {
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%22M4%204v5H2V2h7v2zm16%200v5h2V2h-7v2zM4%2015v5h5v2H2v-7zm16%205v-5h2v7h-7v-2zM12%207a3%203%200%200%201%201.318%205.696A4.5%204.5%200%200%201%2016.5%2017v.997h-9V17c0-2.027%201.34-3.74%203.182-4.304A3%203%200%200%201%2012%207%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%22M4%204v5H2V2h7v2zm16%200v5h2V2h-7v2zM4%2015v5h5v2H2v-7zm16%205v-5h2v7h-7v-2zM12%207a3%203%200%200%201%201.318%205.696A4.5%204.5%200%200%201%2016.5%2017v.997h-9V17c0-2.027%201.34-3.74%203.182-4.304A3%203%200%200%201%2012%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/portrait-filled.svg?color=%231a73e8&size=48