inprivate account icon
inprivate-account-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- inprivate-account-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Use the inprivate account icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.754 14a2.25 2.25 0 0 1 2.247 2.148v.102h-7.997v.999l7.975.001a3.75 3.75 0 0 1-.509 1.501l-7.466-.002v1l6.638.002c-1.56 1.506-3.79 2.25-6.642 2.25c-3.146 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578a2.25 2.25 0 0 1 2.249-2.25zM12 2a4.99 4.99 0 0 1 4 2h-3.997v.999L16.584 5c.204.468.339.972.392 1.5h-4.973v1l4.973.002a5 5 0 0 1-.392 1.5L12.003 9v1l3.997.001A5 5 0 1 1 12 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentInprivateAccount24Filled(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.754 14a2.25 2.25 0 0 1 2.247 2.148v.102h-7.997v.999l7.975.001a3.75 3.75 0 0 1-.509 1.501l-7.466-.002v1l6.638.002c-1.56 1.506-3.79 2.25-6.642 2.25c-3.146 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578a2.25 2.25 0 0 1 2.249-2.25zM12 2a4.99 4.99 0 0 1 4 2h-3.997v.999L16.584 5c.204.468.339.972.392 1.5h-4.973v1l4.973.002a5 5 0 0 1-.392 1.5L12.003 9v1l3.997.001A5 5 0 1 1 12 2"/></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.754 14a2.25 2.25 0 0 1 2.247 2.148v.102h-7.997v.999l7.975.001a3.75 3.75 0 0 1-.509 1.501l-7.466-.002v1l6.638.002c-1.56 1.506-3.79 2.25-6.642 2.25c-3.146 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578a2.25 2.25 0 0 1 2.249-2.25zM12 2a4.99 4.99 0 0 1 4 2h-3.997v.999L16.584 5c.204.468.339.972.392 1.5h-4.973v1l4.973.002a5 5 0 0 1-.392 1.5L12.003 9v1l3.997.001A5 5 0 1 1 12 2"/></svg> </template>
CSS
.icon-inprivate-account-24-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%22M17.754%2014a2.25%202.25%200%200%201%202.247%202.148v.102h-7.997v.999l7.975.001a3.75%203.75%200%200%201-.509%201.501l-7.466-.002v1l6.638.002c-1.56%201.506-3.79%202.25-6.642%202.25c-3.146%200-5.532-.905-7.098-2.74a3.75%203.75%200%200%201-.898-2.434v-.578a2.25%202.25%200%200%201%202.249-2.25zM12%202a4.99%204.99%200%200%201%204%202h-3.997v.999L16.584%205c.204.468.339.972.392%201.5h-4.973v1l4.973.002a5%205%200%200%201-.392%201.5L12.003%209v1l3.997.001A5%205%200%201%201%2012%202%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.754%2014a2.25%202.25%200%200%201%202.247%202.148v.102h-7.997v.999l7.975.001a3.75%203.75%200%200%201-.509%201.501l-7.466-.002v1l6.638.002c-1.56%201.506-3.79%202.25-6.642%202.25c-3.146%200-5.532-.905-7.098-2.74a3.75%203.75%200%200%201-.898-2.434v-.578a2.25%202.25%200%200%201%202.249-2.25zM12%202a4.99%204.99%200%200%201%204%202h-3.997v.999L16.584%205c.204.468.339.972.392%201.5h-4.973v1l4.973.002a5%205%200%200%201-.392%201.5L12.003%209v1l3.997.001A5%205%200%201%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/inprivate-account-24-filled.svg?color=%231a73e8&size=48