briefcase simple icon

briefcase-simple-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
briefcase-simple-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the briefcase simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M216.008 66H174V56a22.025 22.025 0 0 0-22-22h-48a22.025 22.025 0 0 0-22 22v10H40.008a14.016 14.016 0 0 0-14 14v128a14.016 14.016 0 0 0 14 14h176a14.016 14.016 0 0 0 14-14V80a14.016 14.016 0 0 0-14-14zM94 56a10.011 10.011 0 0 1 10-10h48a10.011 10.011 0 0 1 10 10v10H94zm124.008 152a2.003 2.003 0 0 1-2 2h-176a2.003 2.003 0 0 1-2-2V80a2.003 2.003 0 0 1 2-2h176a2.003 2.003 0 0 1 2 2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function PhBriefcaseSimpleLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M216.008 66H174V56a22.025 22.025 0 0 0-22-22h-48a22.025 22.025 0 0 0-22 22v10H40.008a14.016 14.016 0 0 0-14 14v128a14.016 14.016 0 0 0 14 14h176a14.016 14.016 0 0 0 14-14V80a14.016 14.016 0 0 0-14-14zM94 56a10.011 10.011 0 0 1 10-10h48a10.011 10.011 0 0 1 10 10v10H94zm124.008 152a2.003 2.003 0 0 1-2 2h-176a2.003 2.003 0 0 1-2-2V80a2.003 2.003 0 0 1 2-2h176a2.003 2.003 0 0 1 2 2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M216.008 66H174V56a22.025 22.025 0 0 0-22-22h-48a22.025 22.025 0 0 0-22 22v10H40.008a14.016 14.016 0 0 0-14 14v128a14.016 14.016 0 0 0 14 14h176a14.016 14.016 0 0 0 14-14V80a14.016 14.016 0 0 0-14-14zM94 56a10.011 10.011 0 0 1 10-10h48a10.011 10.011 0 0 1 10 10v10H94zm124.008 152a2.003 2.003 0 0 1-2 2h-176a2.003 2.003 0 0 1-2-2V80a2.003 2.003 0 0 1 2-2h176a2.003 2.003 0 0 1 2 2z" fill="currentColor"/></svg>
</template>

CSS

.icon-briefcase-simple-light {
  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%20256%20256%22%3E%3Cpath%20d%3D%22M216.008%2066H174V56a22.025%2022.025%200%200%200-22-22h-48a22.025%2022.025%200%200%200-22%2022v10H40.008a14.016%2014.016%200%200%200-14%2014v128a14.016%2014.016%200%200%200%2014%2014h176a14.016%2014.016%200%200%200%2014-14V80a14.016%2014.016%200%200%200-14-14zM94%2056a10.011%2010.011%200%200%201%2010-10h48a10.011%2010.011%200%200%201%2010%2010v10H94zm124.008%20152a2.003%202.003%200%200%201-2%202h-176a2.003%202.003%200%200%201-2-2V80a2.003%202.003%200%200%201%202-2h176a2.003%202.003%200%200%201%202%202z%22%20fill%3D%22currentColor%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%20256%20256%22%3E%3Cpath%20d%3D%22M216.008%2066H174V56a22.025%2022.025%200%200%200-22-22h-48a22.025%2022.025%200%200%200-22%2022v10H40.008a14.016%2014.016%200%200%200-14%2014v128a14.016%2014.016%200%200%200%2014%2014h176a14.016%2014.016%200%200%200%2014-14V80a14.016%2014.016%200%200%200-14-14zM94%2056a10.011%2010.011%200%200%201%2010-10h48a10.011%2010.011%200%200%201%2010%2010v10H94zm124.008%20152a2.003%202.003%200%200%201-2%202h-176a2.003%202.003%200%200%201-2-2V80a2.003%202.003%200%200%201%202-2h176a2.003%202.003%200%200%201%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/briefcase-simple-light.svg?color=%231a73e8&size=48