personalcard icon
personalcard-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- personalcard-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the personalcard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3H6C3.79 3 2 4.78 2 6.97v10.06C2 19.22 3.79 21 6 21h12c2.21 0 4-1.78 4-3.97V6.97C22 4.78 20.21 3 18 3M8.5 7.17c1.27 0 2.31 1.04 2.31 2.31s-1.04 2.31-2.31 2.31s-2.31-1.04-2.31-2.31S7.23 7.17 8.5 7.17m3.87 9.49c-.09.1-.23.16-.37.16H5c-.14 0-.28-.06-.37-.16a.52.52 0 0 1-.13-.38a3.55 3.55 0 0 1 3.19-3.17a8.7 8.7 0 0 1 1.61 0c1.68.16 3.03 1.49 3.19 3.17c.02.14-.03.28-.12.38m6.63.09h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m0-4h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPersonalcardFilled(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 3H6C3.79 3 2 4.78 2 6.97v10.06C2 19.22 3.79 21 6 21h12c2.21 0 4-1.78 4-3.97V6.97C22 4.78 20.21 3 18 3M8.5 7.17c1.27 0 2.31 1.04 2.31 2.31s-1.04 2.31-2.31 2.31s-2.31-1.04-2.31-2.31S7.23 7.17 8.5 7.17m3.87 9.49c-.09.1-.23.16-.37.16H5c-.14 0-.28-.06-.37-.16a.52.52 0 0 1-.13-.38a3.55 3.55 0 0 1 3.19-3.17a8.7 8.7 0 0 1 1.61 0c1.68.16 3.03 1.49 3.19 3.17c.02.14-.03.28-.12.38m6.63.09h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m0-4h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></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 3H6C3.79 3 2 4.78 2 6.97v10.06C2 19.22 3.79 21 6 21h12c2.21 0 4-1.78 4-3.97V6.97C22 4.78 20.21 3 18 3M8.5 7.17c1.27 0 2.31 1.04 2.31 2.31s-1.04 2.31-2.31 2.31s-2.31-1.04-2.31-2.31S7.23 7.17 8.5 7.17m3.87 9.49c-.09.1-.23.16-.37.16H5c-.14 0-.28-.06-.37-.16a.52.52 0 0 1-.13-.38a3.55 3.55 0 0 1 3.19-3.17a8.7 8.7 0 0 1 1.61 0c1.68.16 3.03 1.49 3.19 3.17c.02.14-.03.28-.12.38m6.63.09h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m0-4h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg> </template>
CSS
.icon-personalcard-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%22M18%203H6C3.79%203%202%204.78%202%206.97v10.06C2%2019.22%203.79%2021%206%2021h12c2.21%200%204-1.78%204-3.97V6.97C22%204.78%2020.21%203%2018%203M8.5%207.17c1.27%200%202.31%201.04%202.31%202.31s-1.04%202.31-2.31%202.31s-2.31-1.04-2.31-2.31S7.23%207.17%208.5%207.17m3.87%209.49c-.09.1-.23.16-.37.16H5c-.14%200-.28-.06-.37-.16a.52.52%200%200%201-.13-.38a3.55%203.55%200%200%201%203.19-3.17a8.7%208.7%200%200%201%201.61%200c1.68.16%203.03%201.49%203.19%203.17c.02.14-.03.28-.12.38m6.63.09h-2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m0-4h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m0-4h-5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75%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%203H6C3.79%203%202%204.78%202%206.97v10.06C2%2019.22%203.79%2021%206%2021h12c2.21%200%204-1.78%204-3.97V6.97C22%204.78%2020.21%203%2018%203M8.5%207.17c1.27%200%202.31%201.04%202.31%202.31s-1.04%202.31-2.31%202.31s-2.31-1.04-2.31-2.31S7.23%207.17%208.5%207.17m3.87%209.49c-.09.1-.23.16-.37.16H5c-.14%200-.28-.06-.37-.16a.52.52%200%200%201-.13-.38a3.55%203.55%200%200%201%203.19-3.17a8.7%208.7%200%200%201%201.61%200c1.68.16%203.03%201.49%203.19%203.17c.02.14-.03.28-.12.38m6.63.09h-2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m0-4h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m0-4h-5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/personalcard-filled.svg?color=%231a73e8&size=48