account box icon
account-box-outline-sharp from Material Symbols by Google · Outline Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- account-box-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the account box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17.85q1.35-1.325 3.138-2.087T12 15t3.863.763T19 17.85V5H5zm9.475-5.875Q15.5 10.95 15.5 9.5t-1.025-2.475T12 6T9.525 7.025T8.5 9.5t1.025 2.475T12 13t2.475-1.025M3 21V3h18v18zm7.938-10.437Q10.5 10.125 10.5 9.5t.438-1.062T12 8t1.063.438T13.5 9.5t-.437 1.063T12 11t-1.062-.437M6.725 19h10.55q-1.1-.975-2.487-1.487T12 17t-2.812.513T6.725 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAccountBoxOutlineSharp(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="M5 17.85q1.35-1.325 3.138-2.087T12 15t3.863.763T19 17.85V5H5zm9.475-5.875Q15.5 10.95 15.5 9.5t-1.025-2.475T12 6T9.525 7.025T8.5 9.5t1.025 2.475T12 13t2.475-1.025M3 21V3h18v18zm7.938-10.437Q10.5 10.125 10.5 9.5t.438-1.062T12 8t1.063.438T13.5 9.5t-.437 1.063T12 11t-1.062-.437M6.725 19h10.55q-1.1-.975-2.487-1.487T12 17t-2.812.513T6.725 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17.85q1.35-1.325 3.138-2.087T12 15t3.863.763T19 17.85V5H5zm9.475-5.875Q15.5 10.95 15.5 9.5t-1.025-2.475T12 6T9.525 7.025T8.5 9.5t1.025 2.475T12 13t2.475-1.025M3 21V3h18v18zm7.938-10.437Q10.5 10.125 10.5 9.5t.438-1.062T12 8t1.063.438T13.5 9.5t-.437 1.063T12 11t-1.062-.437M6.725 19h10.55q-1.1-.975-2.487-1.487T12 17t-2.812.513T6.725 19"/></svg> </template>
CSS
.icon-account-box-outline-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%22M5%2017.85q1.35-1.325%203.138-2.087T12%2015t3.863.763T19%2017.85V5H5zm9.475-5.875Q15.5%2010.95%2015.5%209.5t-1.025-2.475T12%206T9.525%207.025T8.5%209.5t1.025%202.475T12%2013t2.475-1.025M3%2021V3h18v18zm7.938-10.437Q10.5%2010.125%2010.5%209.5t.438-1.062T12%208t1.063.438T13.5%209.5t-.437%201.063T12%2011t-1.062-.437M6.725%2019h10.55q-1.1-.975-2.487-1.487T12%2017t-2.812.513T6.725%2019%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%22M5%2017.85q1.35-1.325%203.138-2.087T12%2015t3.863.763T19%2017.85V5H5zm9.475-5.875Q15.5%2010.95%2015.5%209.5t-1.025-2.475T12%206T9.525%207.025T8.5%209.5t1.025%202.475T12%2013t2.475-1.025M3%2021V3h18v18zm7.938-10.437Q10.5%2010.125%2010.5%209.5t.438-1.062T12%208t1.063.438T13.5%209.5t-.437%201.063T12%2011t-1.062-.437M6.725%2019h10.55q-1.1-.975-2.487-1.487T12%2017t-2.812.513T6.725%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/account-box-outline-sharp.svg?color=%231a73e8&size=48