briefcase3 icon

briefcase3-duotone from Reicon by REICON · Duotone · School · MIT Free for personal and commercial use.

Name
briefcase3-duotone
Set
Reicon
Style
Duotone
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

More school icons from Reicon

Use the briefcase3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M17.192 6H6.808c-1.688 0-2.531 0-3.175.33A3 3 0 0 0 2.33 7.633C2 8.277 2 9.12 2 10.808c0 .429 0 .643.073.824a1 1 0 0 0 .3.404c.153.122.358.183.77.307L8.5 13.95v1.213c0 .765.46 1.471 1.187 1.767l.56.227a4.65 4.65 0 0 0 3.506 0l.56-.227a1.91 1.91 0 0 0 1.187-1.767V13.95l5.358-1.607c.41-.124.616-.185.768-.307a1 1 0 0 0 .3-.404c.074-.18.074-.395.074-.824c0-1.688 0-2.531-.33-3.175a3 3 0 0 0-1.303-1.303C19.723 6 18.88 6 17.192 6M13.6 13h-3.2c-.22 0-.4.182-.4.406v1.757c0 .166.1.315.251.377l.56.228c.764.31 1.614.31 2.377 0l.56-.228a.41.41 0 0 0 .252-.377v-1.757a.403.403 0 0 0-.4-.406" clip-rule="evenodd"/><path fill="currentColor" d="m20.958 12.313l-.034.01L15.5 13.95v1.213c0 .765-.46 1.471-1.187 1.767l-.56.227a4.65 4.65 0 0 1-3.506 0l-.56-.227A1.91 1.91 0 0 1 8.5 15.163V13.95L3 12.3c0 3.675.035 7.388 1.318 8.528C5.636 22 7.758 22 12 22s6.364 0 7.682-1.172c1.283-1.14 1.317-4.853 1.318-8.528z" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M9.17 4a3.001 3.001 0 0 1 5.66 0" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBriefcase3Duotone(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"><path fill="currentColor" fillRule="evenodd" d="M17.192 6H6.808c-1.688 0-2.531 0-3.175.33A3 3 0 0 0 2.33 7.633C2 8.277 2 9.12 2 10.808c0 .429 0 .643.073.824a1 1 0 0 0 .3.404c.153.122.358.183.77.307L8.5 13.95v1.213c0 .765.46 1.471 1.187 1.767l.56.227a4.65 4.65 0 0 0 3.506 0l.56-.227a1.91 1.91 0 0 0 1.187-1.767V13.95l5.358-1.607c.41-.124.616-.185.768-.307a1 1 0 0 0 .3-.404c.074-.18.074-.395.074-.824c0-1.688 0-2.531-.33-3.175a3 3 0 0 0-1.303-1.303C19.723 6 18.88 6 17.192 6M13.6 13h-3.2c-.22 0-.4.182-.4.406v1.757c0 .166.1.315.251.377l.56.228c.764.31 1.614.31 2.377 0l.56-.228a.41.41 0 0 0 .252-.377v-1.757a.403.403 0 0 0-.4-.406" clipRule="evenodd"/><path fill="currentColor" d="m20.958 12.313l-.034.01L15.5 13.95v1.213c0 .765-.46 1.471-1.187 1.767l-.56.227a4.65 4.65 0 0 1-3.506 0l-.56-.227A1.91 1.91 0 0 1 8.5 15.163V13.95L3 12.3c0 3.675.035 7.388 1.318 8.528C5.636 22 7.758 22 12 22s6.364 0 7.682-1.172c1.283-1.14 1.317-4.853 1.318-8.528z" opacity=".5"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M9.17 4a3.001 3.001 0 0 1 5.66 0" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M17.192 6H6.808c-1.688 0-2.531 0-3.175.33A3 3 0 0 0 2.33 7.633C2 8.277 2 9.12 2 10.808c0 .429 0 .643.073.824a1 1 0 0 0 .3.404c.153.122.358.183.77.307L8.5 13.95v1.213c0 .765.46 1.471 1.187 1.767l.56.227a4.65 4.65 0 0 0 3.506 0l.56-.227a1.91 1.91 0 0 0 1.187-1.767V13.95l5.358-1.607c.41-.124.616-.185.768-.307a1 1 0 0 0 .3-.404c.074-.18.074-.395.074-.824c0-1.688 0-2.531-.33-3.175a3 3 0 0 0-1.303-1.303C19.723 6 18.88 6 17.192 6M13.6 13h-3.2c-.22 0-.4.182-.4.406v1.757c0 .166.1.315.251.377l.56.228c.764.31 1.614.31 2.377 0l.56-.228a.41.41 0 0 0 .252-.377v-1.757a.403.403 0 0 0-.4-.406" clip-rule="evenodd"/><path fill="currentColor" d="m20.958 12.313l-.034.01L15.5 13.95v1.213c0 .765-.46 1.471-1.187 1.767l-.56.227a4.65 4.65 0 0 1-3.506 0l-.56-.227A1.91 1.91 0 0 1 8.5 15.163V13.95L3 12.3c0 3.675.035 7.388 1.318 8.528C5.636 22 7.758 22 12 22s6.364 0 7.682-1.172c1.283-1.14 1.317-4.853 1.318-8.528z" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M9.17 4a3.001 3.001 0 0 1 5.66 0" opacity=".5"/></g></svg>
</template>

CSS

.icon-briefcase3-duotone {
  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%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.192%206H6.808c-1.688%200-2.531%200-3.175.33A3%203%200%200%200%202.33%207.633C2%208.277%202%209.12%202%2010.808c0%20.429%200%20.643.073.824a1%201%200%200%200%20.3.404c.153.122.358.183.77.307L8.5%2013.95v1.213c0%20.765.46%201.471%201.187%201.767l.56.227a4.65%204.65%200%200%200%203.506%200l.56-.227a1.91%201.91%200%200%200%201.187-1.767V13.95l5.358-1.607c.41-.124.616-.185.768-.307a1%201%200%200%200%20.3-.404c.074-.18.074-.395.074-.824c0-1.688%200-2.531-.33-3.175a3%203%200%200%200-1.303-1.303C19.723%206%2018.88%206%2017.192%206M13.6%2013h-3.2c-.22%200-.4.182-.4.406v1.757c0%20.166.1.315.251.377l.56.228c.764.31%201.614.31%202.377%200l.56-.228a.41.41%200%200%200%20.252-.377v-1.757a.403.403%200%200%200-.4-.406%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.958%2012.313l-.034.01L15.5%2013.95v1.213c0%20.765-.46%201.471-1.187%201.767l-.56.227a4.65%204.65%200%200%201-3.506%200l-.56-.227A1.91%201.91%200%200%201%208.5%2015.163V13.95L3%2012.3c0%203.675.035%207.388%201.318%208.528C5.636%2022%207.758%2022%2012%2022s6.364%200%207.682-1.172c1.283-1.14%201.317-4.853%201.318-8.528z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.17%204a3.001%203.001%200%200%201%205.66%200%22%20opacity%3D%22.5%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%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.192%206H6.808c-1.688%200-2.531%200-3.175.33A3%203%200%200%200%202.33%207.633C2%208.277%202%209.12%202%2010.808c0%20.429%200%20.643.073.824a1%201%200%200%200%20.3.404c.153.122.358.183.77.307L8.5%2013.95v1.213c0%20.765.46%201.471%201.187%201.767l.56.227a4.65%204.65%200%200%200%203.506%200l.56-.227a1.91%201.91%200%200%200%201.187-1.767V13.95l5.358-1.607c.41-.124.616-.185.768-.307a1%201%200%200%200%20.3-.404c.074-.18.074-.395.074-.824c0-1.688%200-2.531-.33-3.175a3%203%200%200%200-1.303-1.303C19.723%206%2018.88%206%2017.192%206M13.6%2013h-3.2c-.22%200-.4.182-.4.406v1.757c0%20.166.1.315.251.377l.56.228c.764.31%201.614.31%202.377%200l.56-.228a.41.41%200%200%200%20.252-.377v-1.757a.403.403%200%200%200-.4-.406%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.958%2012.313l-.034.01L15.5%2013.95v1.213c0%20.765-.46%201.471-1.187%201.767l-.56.227a4.65%204.65%200%200%201-3.506%200l-.56-.227A1.91%201.91%200%200%201%208.5%2015.163V13.95L3%2012.3c0%203.675.035%207.388%201.318%208.528C5.636%2022%207.758%2022%2012%2022s6.364%200%207.682-1.172c1.283-1.14%201.317-4.853%201.318-8.528z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.17%204a3.001%203.001%200%200%201%205.66%200%22%20opacity%3D%22.5%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/briefcase3-duotone.svg?color=%231a73e8&size=48