briefcase-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
briefcase-off-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the briefcase off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.058-1.057a3.7 3.7 0 0 1-1.411.277H5.754a3.75 3.75 0 0 1-3.75-3.75v-10.5A3.75 3.75 0 0 1 5.754 7h.185L2.22 3.28a.75.75 0 0 1 0-1.06m1.284 19.03a2.25 2.25 0 0 0 2.25 2.25H22.25q.09 0 .18-.009l-6.174-6.174c-.268.411-.73.683-1.257.683h-2a1.5 1.5 0 0 1-1.5-1.5V16H5.754a3.74 3.74 0 0 1-2.25-.75zM16.25 2.5a2.25 2.25 0 0 1 2.25 2.25V7h3.751a3.75 3.75 0 0 1 3.75 3.75v10.5c0 .467-.086.914-.242 1.326l-1.262-1.262l.004-.064v-6.001a3.73 3.73 0 0 1-2.25.751h-3.068l-1.5-1.5h4.568a2.25 2.25 0 0 0 2.25-2.25v-1.5a2.25 2.25 0 0 0-2.25-2.25H11.683L9.5 6.317V4.75a2.25 2.25 0 0 1 2.25-2.25zm-10.496 6a2.25 2.25 0 0 0-2.25 2.25v1.5a2.25 2.25 0 0 0 2.25 2.25H11.5c0-.527.271-.99.682-1.258L7.439 8.5zM11.75 4a.75.75 0 0 0-.75.75V7h6V4.75a.75.75 0 0 0-.75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBriefcaseOff28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.058-1.057a3.7 3.7 0 0 1-1.411.277H5.754a3.75 3.75 0 0 1-3.75-3.75v-10.5A3.75 3.75 0 0 1 5.754 7h.185L2.22 3.28a.75.75 0 0 1 0-1.06m1.284 19.03a2.25 2.25 0 0 0 2.25 2.25H22.25q.09 0 .18-.009l-6.174-6.174c-.268.411-.73.683-1.257.683h-2a1.5 1.5 0 0 1-1.5-1.5V16H5.754a3.74 3.74 0 0 1-2.25-.75zM16.25 2.5a2.25 2.25 0 0 1 2.25 2.25V7h3.751a3.75 3.75 0 0 1 3.75 3.75v10.5c0 .467-.086.914-.242 1.326l-1.262-1.262l.004-.064v-6.001a3.73 3.73 0 0 1-2.25.751h-3.068l-1.5-1.5h4.568a2.25 2.25 0 0 0 2.25-2.25v-1.5a2.25 2.25 0 0 0-2.25-2.25H11.683L9.5 6.317V4.75a2.25 2.25 0 0 1 2.25-2.25zm-10.496 6a2.25 2.25 0 0 0-2.25 2.25v1.5a2.25 2.25 0 0 0 2.25 2.25H11.5c0-.527.271-.99.682-1.258L7.439 8.5zM11.75 4a.75.75 0 0 0-.75.75V7h6V4.75a.75.75 0 0 0-.75-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.058-1.057a3.7 3.7 0 0 1-1.411.277H5.754a3.75 3.75 0 0 1-3.75-3.75v-10.5A3.75 3.75 0 0 1 5.754 7h.185L2.22 3.28a.75.75 0 0 1 0-1.06m1.284 19.03a2.25 2.25 0 0 0 2.25 2.25H22.25q.09 0 .18-.009l-6.174-6.174c-.268.411-.73.683-1.257.683h-2a1.5 1.5 0 0 1-1.5-1.5V16H5.754a3.74 3.74 0 0 1-2.25-.75zM16.25 2.5a2.25 2.25 0 0 1 2.25 2.25V7h3.751a3.75 3.75 0 0 1 3.75 3.75v10.5c0 .467-.086.914-.242 1.326l-1.262-1.262l.004-.064v-6.001a3.73 3.73 0 0 1-2.25.751h-3.068l-1.5-1.5h4.568a2.25 2.25 0 0 0 2.25-2.25v-1.5a2.25 2.25 0 0 0-2.25-2.25H11.683L9.5 6.317V4.75a2.25 2.25 0 0 1 2.25-2.25zm-10.496 6a2.25 2.25 0 0 0-2.25 2.25v1.5a2.25 2.25 0 0 0 2.25 2.25H11.5c0-.527.271-.99.682-1.258L7.439 8.5zM11.75 4a.75.75 0 0 0-.75.75V7h6V4.75a.75.75 0 0 0-.75-.75z"/></svg>
</template>

CSS

.icon-briefcase-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-1.058-1.057a3.7%203.7%200%200%201-1.411.277H5.754a3.75%203.75%200%200%201-3.75-3.75v-10.5A3.75%203.75%200%200%201%205.754%207h.185L2.22%203.28a.75.75%200%200%201%200-1.06m1.284%2019.03a2.25%202.25%200%200%200%202.25%202.25H22.25q.09%200%20.18-.009l-6.174-6.174c-.268.411-.73.683-1.257.683h-2a1.5%201.5%200%200%201-1.5-1.5V16H5.754a3.74%203.74%200%200%201-2.25-.75zM16.25%202.5a2.25%202.25%200%200%201%202.25%202.25V7h3.751a3.75%203.75%200%200%201%203.75%203.75v10.5c0%20.467-.086.914-.242%201.326l-1.262-1.262l.004-.064v-6.001a3.73%203.73%200%200%201-2.25.751h-3.068l-1.5-1.5h4.568a2.25%202.25%200%200%200%202.25-2.25v-1.5a2.25%202.25%200%200%200-2.25-2.25H11.683L9.5%206.317V4.75a2.25%202.25%200%200%201%202.25-2.25zm-10.496%206a2.25%202.25%200%200%200-2.25%202.25v1.5a2.25%202.25%200%200%200%202.25%202.25H11.5c0-.527.271-.99.682-1.258L7.439%208.5zM11.75%204a.75.75%200%200%200-.75.75V7h6V4.75a.75.75%200%200%200-.75-.75z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-1.058-1.057a3.7%203.7%200%200%201-1.411.277H5.754a3.75%203.75%200%200%201-3.75-3.75v-10.5A3.75%203.75%200%200%201%205.754%207h.185L2.22%203.28a.75.75%200%200%201%200-1.06m1.284%2019.03a2.25%202.25%200%200%200%202.25%202.25H22.25q.09%200%20.18-.009l-6.174-6.174c-.268.411-.73.683-1.257.683h-2a1.5%201.5%200%200%201-1.5-1.5V16H5.754a3.74%203.74%200%200%201-2.25-.75zM16.25%202.5a2.25%202.25%200%200%201%202.25%202.25V7h3.751a3.75%203.75%200%200%201%203.75%203.75v10.5c0%20.467-.086.914-.242%201.326l-1.262-1.262l.004-.064v-6.001a3.73%203.73%200%200%201-2.25.751h-3.068l-1.5-1.5h4.568a2.25%202.25%200%200%200%202.25-2.25v-1.5a2.25%202.25%200%200%200-2.25-2.25H11.683L9.5%206.317V4.75a2.25%202.25%200%200%201%202.25-2.25zm-10.496%206a2.25%202.25%200%200%200-2.25%202.25v1.5a2.25%202.25%200%200%200%202.25%202.25H11.5c0-.527.271-.99.682-1.258L7.439%208.5zM11.75%204a.75.75%200%200%200-.75.75V7h6V4.75a.75.75%200%200%200-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/briefcase-off-28-regular.svg?color=%231a73e8&size=48