inprivate account icon
inprivate-account-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- inprivate-account-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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-8L12 15.499H6.253a.75.75 0 0 0-.75.75v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.219 2.214 5.957 2.214v-.751l6.642.001c-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.25zm1.716 4.751L12 18.75v-1.5h7.979a3.75 3.75 0 0 1-.509 1.501M12 2a4.99 4.99 0 0 1 4 2h-4v-.5a3.5 3.5 0 1 0 0 7V10l4 .001A5 5 0 1 1 12 2m4.975 5.5a5 5 0 0 1-.391 1.5H12V7.5zm-.39-2.5c.203.468.338.972.39 1.5H12V5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentInprivateAccount24Regular(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-8L12 15.499H6.253a.75.75 0 0 0-.75.75v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.219 2.214 5.957 2.214v-.751l6.642.001c-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.25zm1.716 4.751L12 18.75v-1.5h7.979a3.75 3.75 0 0 1-.509 1.501M12 2a4.99 4.99 0 0 1 4 2h-4v-.5a3.5 3.5 0 1 0 0 7V10l4 .001A5 5 0 1 1 12 2m4.975 5.5a5 5 0 0 1-.391 1.5H12V7.5zm-.39-2.5c.203.468.338.972.39 1.5H12V5z"/></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-8L12 15.499H6.253a.75.75 0 0 0-.75.75v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.219 2.214 5.957 2.214v-.751l6.642.001c-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.25zm1.716 4.751L12 18.75v-1.5h7.979a3.75 3.75 0 0 1-.509 1.501M12 2a4.99 4.99 0 0 1 4 2h-4v-.5a3.5 3.5 0 1 0 0 7V10l4 .001A5 5 0 1 1 12 2m4.975 5.5a5 5 0 0 1-.391 1.5H12V7.5zm-.39-2.5c.203.468.338.972.39 1.5H12V5z"/></svg> </template>
CSS
.icon-inprivate-account-24-regular {
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-8L12%2015.499H6.253a.75.75%200%200%200-.75.75v.578c0%20.535.192%201.053.54%201.46c1.253%201.468%203.219%202.214%205.957%202.214v-.751l6.642.001c-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.25zm1.716%204.751L12%2018.75v-1.5h7.979a3.75%203.75%200%200%201-.509%201.501M12%202a4.99%204.99%200%200%201%204%202h-4v-.5a3.5%203.5%200%201%200%200%207V10l4%20.001A5%205%200%201%201%2012%202m4.975%205.5a5%205%200%200%201-.391%201.5H12V7.5zm-.39-2.5c.203.468.338.972.39%201.5H12V5z%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-8L12%2015.499H6.253a.75.75%200%200%200-.75.75v.578c0%20.535.192%201.053.54%201.46c1.253%201.468%203.219%202.214%205.957%202.214v-.751l6.642.001c-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.25zm1.716%204.751L12%2018.75v-1.5h7.979a3.75%203.75%200%200%201-.509%201.501M12%202a4.99%204.99%200%200%201%204%202h-4v-.5a3.5%203.5%200%201%200%200%207V10l4%20.001A5%205%200%201%201%2012%202m4.975%205.5a5%205%200%200%201-.391%201.5H12V7.5zm-.39-2.5c.203.468.338.972.39%201.5H12V5z%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-regular.svg?color=%231a73e8&size=48