briefcase5 icon

briefcase5-filled from Reicon by REICON · Filled · Business · MIT Free for personal and commercial use.

Name
briefcase5-filled
Set
Reicon
Style
Filled
Category
Business
Viewbox
24×24
License
MIT

1 other variant in Reicon

More business icons from Reicon

Use the briefcase5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.37 1.25h3.259c.395 0 .736 0 1.017.023c.297.024.591.078.875.222c.424.216.768.56.983.984c.145.283.199.578.223.875c.02.252.023.552.023.896h1.281c.674 0 1.224 0 1.672.037c.463.037.881.118 1.272.317a3.25 3.25 0 0 1 1.42 1.42c.2.391.28.81.318 1.273c.037.447.037.998.037 1.672v2.324c0 .468-.001.873-.018 1.223a2 2 0 0 1-1.982 1.734h-6.5a2.25 2.25 0 0 0-4.5 0h-6.5a2 2 0 0 1-1.983-1.736A23 23 0 0 1 1.25 11.5V8.969c0-.674 0-1.225.036-1.672c.038-.463.119-.882.318-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.447-.037.998-.037 1.671-.037H7.25c0-.344.002-.644.023-.896c.024-.297.077-.592.222-.875a2.25 2.25 0 0 1 .983-.984a2.3 2.3 0 0 1 .875-.222c.281-.023.623-.023 1.018-.023m4.862 2.226c.015.187.017.425.018.774h-6.5c0-.349.002-.587.018-.774c.016-.204.045-.28.063-.316a.75.75 0 0 1 .328-.328c.037-.02.113-.047.317-.064c.212-.017.491-.018.924-.018h3.2c.432 0 .711 0 .924.018c.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316" clip-rule="evenodd"/><path d="M1.75 15.413v1.42c0 .882 0 1.59.047 2.163c.048.588.149 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.47.24.982.341 1.57.39c.573.046 1.28.046 2.163.046h8.665c.883 0 1.59 0 2.163-.047c.589-.048 1.1-.15 1.57-.389a4 4 0 0 0 1.749-1.748c.24-.471.34-.982.389-1.57c.047-.573.047-1.281.047-2.164v-1.419a3.5 3.5 0 0 1-1.5.337h-6.5a2.25 2.25 0 0 1-4.5 0h-6.5c-.537 0-1.046-.12-1.5-.337"/><path d="M12.75 14.25v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 1.5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBriefcase5Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.37 1.25h3.259c.395 0 .736 0 1.017.023c.297.024.591.078.875.222c.424.216.768.56.983.984c.145.283.199.578.223.875c.02.252.023.552.023.896h1.281c.674 0 1.224 0 1.672.037c.463.037.881.118 1.272.317a3.25 3.25 0 0 1 1.42 1.42c.2.391.28.81.318 1.273c.037.447.037.998.037 1.672v2.324c0 .468-.001.873-.018 1.223a2 2 0 0 1-1.982 1.734h-6.5a2.25 2.25 0 0 0-4.5 0h-6.5a2 2 0 0 1-1.983-1.736A23 23 0 0 1 1.25 11.5V8.969c0-.674 0-1.225.036-1.672c.038-.463.119-.882.318-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.447-.037.998-.037 1.671-.037H7.25c0-.344.002-.644.023-.896c.024-.297.077-.592.222-.875a2.25 2.25 0 0 1 .983-.984a2.3 2.3 0 0 1 .875-.222c.281-.023.623-.023 1.018-.023m4.862 2.226c.015.187.017.425.018.774h-6.5c0-.349.002-.587.018-.774c.016-.204.045-.28.063-.316a.75.75 0 0 1 .328-.328c.037-.02.113-.047.317-.064c.212-.017.491-.018.924-.018h3.2c.432 0 .711 0 .924.018c.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316" clipRule="evenodd"/><path d="M1.75 15.413v1.42c0 .882 0 1.59.047 2.163c.048.588.149 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.47.24.982.341 1.57.39c.573.046 1.28.046 2.163.046h8.665c.883 0 1.59 0 2.163-.047c.589-.048 1.1-.15 1.57-.389a4 4 0 0 0 1.749-1.748c.24-.471.34-.982.389-1.57c.047-.573.047-1.281.047-2.164v-1.419a3.5 3.5 0 0 1-1.5.337h-6.5a2.25 2.25 0 0 1-4.5 0h-6.5c-.537 0-1.046-.12-1.5-.337"/><path d="M12.75 14.25v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 1.5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.37 1.25h3.259c.395 0 .736 0 1.017.023c.297.024.591.078.875.222c.424.216.768.56.983.984c.145.283.199.578.223.875c.02.252.023.552.023.896h1.281c.674 0 1.224 0 1.672.037c.463.037.881.118 1.272.317a3.25 3.25 0 0 1 1.42 1.42c.2.391.28.81.318 1.273c.037.447.037.998.037 1.672v2.324c0 .468-.001.873-.018 1.223a2 2 0 0 1-1.982 1.734h-6.5a2.25 2.25 0 0 0-4.5 0h-6.5a2 2 0 0 1-1.983-1.736A23 23 0 0 1 1.25 11.5V8.969c0-.674 0-1.225.036-1.672c.038-.463.119-.882.318-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.447-.037.998-.037 1.671-.037H7.25c0-.344.002-.644.023-.896c.024-.297.077-.592.222-.875a2.25 2.25 0 0 1 .983-.984a2.3 2.3 0 0 1 .875-.222c.281-.023.623-.023 1.018-.023m4.862 2.226c.015.187.017.425.018.774h-6.5c0-.349.002-.587.018-.774c.016-.204.045-.28.063-.316a.75.75 0 0 1 .328-.328c.037-.02.113-.047.317-.064c.212-.017.491-.018.924-.018h3.2c.432 0 .711 0 .924.018c.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316" clip-rule="evenodd"/><path d="M1.75 15.413v1.42c0 .882 0 1.59.047 2.163c.048.588.149 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.47.24.982.341 1.57.39c.573.046 1.28.046 2.163.046h8.665c.883 0 1.59 0 2.163-.047c.589-.048 1.1-.15 1.57-.389a4 4 0 0 0 1.749-1.748c.24-.471.34-.982.389-1.57c.047-.573.047-1.281.047-2.164v-1.419a3.5 3.5 0 0 1-1.5.337h-6.5a2.25 2.25 0 0 1-4.5 0h-6.5c-.537 0-1.046-.12-1.5-.337"/><path d="M12.75 14.25v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 1.5 0"/></g></svg>
</template>

CSS

.icon-briefcase5-filled {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.37%201.25h3.259c.395%200%20.736%200%201.017.023c.297.024.591.078.875.222c.424.216.768.56.983.984c.145.283.199.578.223.875c.02.252.023.552.023.896h1.281c.674%200%201.224%200%201.672.037c.463.037.881.118%201.272.317a3.25%203.25%200%200%201%201.42%201.42c.2.391.28.81.318%201.273c.037.447.037.998.037%201.672v2.324c0%20.468-.001.873-.018%201.223a2%202%200%200%201-1.982%201.734h-6.5a2.25%202.25%200%200%200-4.5%200h-6.5a2%202%200%200%201-1.983-1.736A23%2023%200%200%201%201.25%2011.5V8.969c0-.674%200-1.225.036-1.672c.038-.463.119-.882.318-1.272a3.25%203.25%200%200%201%201.42-1.42c.391-.2.81-.28%201.273-.318c.447-.037.998-.037%201.671-.037H7.25c0-.344.002-.644.023-.896c.024-.297.077-.592.222-.875a2.25%202.25%200%200%201%20.983-.984a2.3%202.3%200%200%201%20.875-.222c.281-.023.623-.023%201.018-.023m4.862%202.226c.015.187.017.425.018.774h-6.5c0-.349.002-.587.018-.774c.016-.204.045-.28.063-.316a.75.75%200%200%201%20.328-.328c.037-.02.113-.047.317-.064c.212-.017.491-.018.924-.018h3.2c.432%200%20.711%200%20.924.018c.204.017.28.045.316.064a.75.75%200%200%201%20.328.328c.019.037.047.112.064.316%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1.75%2015.413v1.42c0%20.882%200%201.59.047%202.163c.048.588.149%201.099.389%201.57a4%204%200%200%200%201.748%201.748c.47.24.982.341%201.57.39c.573.046%201.28.046%202.163.046h8.665c.883%200%201.59%200%202.163-.047c.589-.048%201.1-.15%201.57-.389a4%204%200%200%200%201.749-1.748c.24-.471.34-.982.389-1.57c.047-.573.047-1.281.047-2.164v-1.419a3.5%203.5%200%200%201-1.5.337h-6.5a2.25%202.25%200%200%201-4.5%200h-6.5c-.537%200-1.046-.12-1.5-.337%22%2F%3E%3Cpath%20d%3D%22M12.75%2014.25v1.5a.75.75%200%200%201-1.5%200v-1.5a.75.75%200%200%201%201.5%200%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.37%201.25h3.259c.395%200%20.736%200%201.017.023c.297.024.591.078.875.222c.424.216.768.56.983.984c.145.283.199.578.223.875c.02.252.023.552.023.896h1.281c.674%200%201.224%200%201.672.037c.463.037.881.118%201.272.317a3.25%203.25%200%200%201%201.42%201.42c.2.391.28.81.318%201.273c.037.447.037.998.037%201.672v2.324c0%20.468-.001.873-.018%201.223a2%202%200%200%201-1.982%201.734h-6.5a2.25%202.25%200%200%200-4.5%200h-6.5a2%202%200%200%201-1.983-1.736A23%2023%200%200%201%201.25%2011.5V8.969c0-.674%200-1.225.036-1.672c.038-.463.119-.882.318-1.272a3.25%203.25%200%200%201%201.42-1.42c.391-.2.81-.28%201.273-.318c.447-.037.998-.037%201.671-.037H7.25c0-.344.002-.644.023-.896c.024-.297.077-.592.222-.875a2.25%202.25%200%200%201%20.983-.984a2.3%202.3%200%200%201%20.875-.222c.281-.023.623-.023%201.018-.023m4.862%202.226c.015.187.017.425.018.774h-6.5c0-.349.002-.587.018-.774c.016-.204.045-.28.063-.316a.75.75%200%200%201%20.328-.328c.037-.02.113-.047.317-.064c.212-.017.491-.018.924-.018h3.2c.432%200%20.711%200%20.924.018c.204.017.28.045.316.064a.75.75%200%200%201%20.328.328c.019.037.047.112.064.316%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1.75%2015.413v1.42c0%20.882%200%201.59.047%202.163c.048.588.149%201.099.389%201.57a4%204%200%200%200%201.748%201.748c.47.24.982.341%201.57.39c.573.046%201.28.046%202.163.046h8.665c.883%200%201.59%200%202.163-.047c.589-.048%201.1-.15%201.57-.389a4%204%200%200%200%201.749-1.748c.24-.471.34-.982.389-1.57c.047-.573.047-1.281.047-2.164v-1.419a3.5%203.5%200%200%201-1.5.337h-6.5a2.25%202.25%200%200%201-4.5%200h-6.5c-.537%200-1.046-.12-1.5-.337%22%2F%3E%3Cpath%20d%3D%22M12.75%2014.25v1.5a.75.75%200%200%201-1.5%200v-1.5a.75.75%200%200%201%201.5%200%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/briefcase5-filled.svg?color=%231a73e8&size=48

Briefcase5 filled icon — Reicon · IconsDB