briefcase account icon
briefcase-account-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.
- Name
- briefcase-account-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Account / User
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- briefcase-person-outline, briefcase-user-outline
1 other variant in Material Design Icons
The same icon in other sets
More account / user icons from Material Design Icons
accountaccount-alertaccount-arrow-downaccount-arrow-leftaccount-arrow-rightaccount-arrow-upaccount-badgeaccount-boxaccount-box-edit-outlineaccount-box-minus-outlineaccount-box-multipleaccount-box-plus-outlineaccount-cancelaccount-cardaccount-cashaccount-checkaccount-childaccount-child-circleaccount-circleaccount-clockaccount-cogaccount-convertaccount-cowboy-hataccount-credit-card
Use the briefcase account icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6c.58 0 1.05.2 1.42.59c.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41c-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58c.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2zm-2 3a2.25 2.25 0 0 1 2.25 2.25c0 1.25-1.01 2.25-2.25 2.25a2.25 2.25 0 0 1-2.25-2.25C9.75 10 10.76 9 12 9m4.5 9h-9v-1.12c0-1.25 2-2.25 4.5-2.25s4.5 1 4.5 2.25z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBriefcaseAccountOutline(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="M20 6c.58 0 1.05.2 1.42.59c.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41c-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58c.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2zm-2 3a2.25 2.25 0 0 1 2.25 2.25c0 1.25-1.01 2.25-2.25 2.25a2.25 2.25 0 0 1-2.25-2.25C9.75 10 10.76 9 12 9m4.5 9h-9v-1.12c0-1.25 2-2.25 4.5-2.25s4.5 1 4.5 2.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6c.58 0 1.05.2 1.42.59c.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41c-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58c.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2zm-2 3a2.25 2.25 0 0 1 2.25 2.25c0 1.25-1.01 2.25-2.25 2.25a2.25 2.25 0 0 1-2.25-2.25C9.75 10 10.76 9 12 9m4.5 9h-9v-1.12c0-1.25 2-2.25 4.5-2.25s4.5 1 4.5 2.25z"/></svg> </template>
CSS
.icon-briefcase-account-outline {
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%22M20%206c.58%200%201.05.2%201.42.59c.38.41.58.86.58%201.41v11c0%20.55-.2%201-.58%201.41c-.37.39-.84.59-1.42.59H4c-.58%200-1.05-.2-1.42-.59C2.2%2020%202%2019.55%202%2019V8c0-.55.2-1%20.58-1.41C2.95%206.2%203.42%206%204%206h4V4c0-.58.2-1.05.58-1.42C8.95%202.2%209.42%202%2010%202h4c.58%200%201.05.2%201.42.58c.38.37.58.84.58%201.42v2zM4%208v11h16V8zm10-2V4h-4v2zm-2%203a2.25%202.25%200%200%201%202.25%202.25c0%201.25-1.01%202.25-2.25%202.25a2.25%202.25%200%200%201-2.25-2.25C9.75%2010%2010.76%209%2012%209m4.5%209h-9v-1.12c0-1.25%202-2.25%204.5-2.25s4.5%201%204.5%202.25z%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%22M20%206c.58%200%201.05.2%201.42.59c.38.41.58.86.58%201.41v11c0%20.55-.2%201-.58%201.41c-.37.39-.84.59-1.42.59H4c-.58%200-1.05-.2-1.42-.59C2.2%2020%202%2019.55%202%2019V8c0-.55.2-1%20.58-1.41C2.95%206.2%203.42%206%204%206h4V4c0-.58.2-1.05.58-1.42C8.95%202.2%209.42%202%2010%202h4c.58%200%201.05.2%201.42.58c.38.37.58.84.58%201.42v2zM4%208v11h16V8zm10-2V4h-4v2zm-2%203a2.25%202.25%200%200%201%202.25%202.25c0%201.25-1.01%202.25-2.25%202.25a2.25%202.25%200%200%201-2.25-2.25C9.75%2010%2010.76%209%2012%209m4.5%209h-9v-1.12c0-1.25%202-2.25%204.5-2.25s4.5%201%204.5%202.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/briefcase-account-outline.svg?color=%231a73e8&size=48