briefcase variant off icon
briefcase-variant-off-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- briefcase-variant-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the briefcase variant off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6.8L8.1 4.9L10 3h4l2 2v2h4c1.1 0 2 .9 2 2v5c0 .73-.41 1.37-1 1.72v2.08L17.2 14H20V9h-7.8l-2-2H14V5h-4zm12.11 14.66l-1.27 1.27L19.1 21H5c-1.11 0-2-.89-2-2v-3.27c-.6-.35-1-.98-1-1.73V9c0-1.1.9-2 2-2h1.11l-4-4l1.28-1.27zM11 15h2v-.11L11.11 13H11zm-2-1v-3h.11l-2-2H4v5zm8.11 5L15 16.89V17H9v-1H5v3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBriefcaseVariantOffOutline(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="M10 6.8L8.1 4.9L10 3h4l2 2v2h4c1.1 0 2 .9 2 2v5c0 .73-.41 1.37-1 1.72v2.08L17.2 14H20V9h-7.8l-2-2H14V5h-4zm12.11 14.66l-1.27 1.27L19.1 21H5c-1.11 0-2-.89-2-2v-3.27c-.6-.35-1-.98-1-1.73V9c0-1.1.9-2 2-2h1.11l-4-4l1.28-1.27zM11 15h2v-.11L11.11 13H11zm-2-1v-3h.11l-2-2H4v5zm8.11 5L15 16.89V17H9v-1H5v3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6.8L8.1 4.9L10 3h4l2 2v2h4c1.1 0 2 .9 2 2v5c0 .73-.41 1.37-1 1.72v2.08L17.2 14H20V9h-7.8l-2-2H14V5h-4zm12.11 14.66l-1.27 1.27L19.1 21H5c-1.11 0-2-.89-2-2v-3.27c-.6-.35-1-.98-1-1.73V9c0-1.1.9-2 2-2h1.11l-4-4l1.28-1.27zM11 15h2v-.11L11.11 13H11zm-2-1v-3h.11l-2-2H4v5zm8.11 5L15 16.89V17H9v-1H5v3z"/></svg> </template>
CSS
.icon-briefcase-variant-off-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%22M10%206.8L8.1%204.9L10%203h4l2%202v2h4c1.1%200%202%20.9%202%202v5c0%20.73-.41%201.37-1%201.72v2.08L17.2%2014H20V9h-7.8l-2-2H14V5h-4zm12.11%2014.66l-1.27%201.27L19.1%2021H5c-1.11%200-2-.89-2-2v-3.27c-.6-.35-1-.98-1-1.73V9c0-1.1.9-2%202-2h1.11l-4-4l1.28-1.27zM11%2015h2v-.11L11.11%2013H11zm-2-1v-3h.11l-2-2H4v5zm8.11%205L15%2016.89V17H9v-1H5v3z%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%22M10%206.8L8.1%204.9L10%203h4l2%202v2h4c1.1%200%202%20.9%202%202v5c0%20.73-.41%201.37-1%201.72v2.08L17.2%2014H20V9h-7.8l-2-2H14V5h-4zm12.11%2014.66l-1.27%201.27L19.1%2021H5c-1.11%200-2-.89-2-2v-3.27c-.6-.35-1-.98-1-1.73V9c0-1.1.9-2%202-2h1.11l-4-4l1.28-1.27zM11%2015h2v-.11L11.11%2013H11zm-2-1v-3h.11l-2-2H4v5zm8.11%205L15%2016.89V17H9v-1H5v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/briefcase-variant-off-outline.svg?color=%231a73e8&size=48