briefcase7 icon

briefcase7 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
briefcase7
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the briefcase7 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M8 22h8c4.02 0 4.74-1.61 4.95-3.57l.75-8C21.97 7.99 21.27 6 17 6H7c-4.27 0-4.97 1.99-4.7 4.43l.75 8C3.26 20.39 3.98 22 8 22M8 6v-.8C8 3.43 8 2 11.2 2h1.6C16 2 16 3.43 16 5.2V6"/><path d="M14 13v1.02c0 1.09-.01 1.98-2 1.98c-1.98 0-2-.88-2-1.97V13c0-1 0-1 1-1h2c1 0 1 0 1 1m7.65-2A16.5 16.5 0 0 1 14 14.02M2.62 11.27c2.25 1.54 4.79 2.47 7.38 2.76"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBriefcase7(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M8 22h8c4.02 0 4.74-1.61 4.95-3.57l.75-8C21.97 7.99 21.27 6 17 6H7c-4.27 0-4.97 1.99-4.7 4.43l.75 8C3.26 20.39 3.98 22 8 22M8 6v-.8C8 3.43 8 2 11.2 2h1.6C16 2 16 3.43 16 5.2V6"/><path d="M14 13v1.02c0 1.09-.01 1.98-2 1.98c-1.98 0-2-.88-2-1.97V13c0-1 0-1 1-1h2c1 0 1 0 1 1m7.65-2A16.5 16.5 0 0 1 14 14.02M2.62 11.27c2.25 1.54 4.79 2.47 7.38 2.76"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M8 22h8c4.02 0 4.74-1.61 4.95-3.57l.75-8C21.97 7.99 21.27 6 17 6H7c-4.27 0-4.97 1.99-4.7 4.43l.75 8C3.26 20.39 3.98 22 8 22M8 6v-.8C8 3.43 8 2 11.2 2h1.6C16 2 16 3.43 16 5.2V6"/><path d="M14 13v1.02c0 1.09-.01 1.98-2 1.98c-1.98 0-2-.88-2-1.97V13c0-1 0-1 1-1h2c1 0 1 0 1 1m7.65-2A16.5 16.5 0 0 1 14 14.02M2.62 11.27c2.25 1.54 4.79 2.47 7.38 2.76"/></g></svg>
</template>

CSS

.icon-briefcase7 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2022h8c4.02%200%204.74-1.61%204.95-3.57l.75-8C21.97%207.99%2021.27%206%2017%206H7c-4.27%200-4.97%201.99-4.7%204.43l.75%208C3.26%2020.39%203.98%2022%208%2022M8%206v-.8C8%203.43%208%202%2011.2%202h1.6C16%202%2016%203.43%2016%205.2V6%22%2F%3E%3Cpath%20d%3D%22M14%2013v1.02c0%201.09-.01%201.98-2%201.98c-1.98%200-2-.88-2-1.97V13c0-1%200-1%201-1h2c1%200%201%200%201%201m7.65-2A16.5%2016.5%200%200%201%2014%2014.02M2.62%2011.27c2.25%201.54%204.79%202.47%207.38%202.76%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2022h8c4.02%200%204.74-1.61%204.95-3.57l.75-8C21.97%207.99%2021.27%206%2017%206H7c-4.27%200-4.97%201.99-4.7%204.43l.75%208C3.26%2020.39%203.98%2022%208%2022M8%206v-.8C8%203.43%208%202%2011.2%202h1.6C16%202%2016%203.43%2016%205.2V6%22%2F%3E%3Cpath%20d%3D%22M14%2013v1.02c0%201.09-.01%201.98-2%201.98c-1.98%200-2-.88-2-1.97V13c0-1%200-1%201-1h2c1%200%201%200%201%201m7.65-2A16.5%2016.5%200%200%201%2014%2014.02M2.62%2011.27c2.25%201.54%204.79%202.47%207.38%202.76%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/briefcase7.svg?color=%231a73e8&size=48