briefcase check icon
briefcase-check-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- briefcase-check-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the briefcase check 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-3.54 11.5l6.59-6.59l-1.41-1.41l-5.18 5.17l-2.09-2.08L6.96 14z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBriefcaseCheckOutline(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-3.54 11.5l6.59-6.59l-1.41-1.41l-5.18 5.17l-2.09-2.08L6.96 14z"/></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-3.54 11.5l6.59-6.59l-1.41-1.41l-5.18 5.17l-2.09-2.08L6.96 14z"/></svg> </template>
CSS
.icon-briefcase-check-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-3.54%2011.5l6.59-6.59l-1.41-1.41l-5.18%205.17l-2.09-2.08L6.96%2014z%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-3.54%2011.5l6.59-6.59l-1.41-1.41l-5.18%205.17l-2.09-2.08L6.96%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/briefcase-check-outline.svg?color=%231a73e8&size=48