briefcase2 icon
briefcase2 from Reicon by REICON · Outline · School · MIT Free for personal and commercial use.
- Name
- briefcase2
- Set
- Reicon
- Style
- Outline
- Category
- School
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More school icons from Reicon
Use the briefcase2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.561 2.25h2.879c.113 0 .201 0 .285.005a2.75 2.75 0 0 1 2.385 1.72c.032.077.06.16.095.268l.032.097l.03.085c.177.49.613.83 1.068.875l.1.006c1.677.099 2.966.378 3.924 1.335c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.958-.957 2.248-1.236 3.924-1.335l.1-.006c.455-.044.892-.385 1.07-.875l.028-.085l.032-.097c.036-.107.064-.191.095-.269a2.75 2.75 0 0 1 2.385-1.719c.084-.005.172-.005.286-.005m-3.92 4.554q.068-.002.133-.008C7.647 6.75 8.697 6.75 10 6.75h4c1.303 0 2.353 0 3.226.046q.066.006.132.008c1.604.095 2.398.356 2.94.898a2.3 2.3 0 0 1 .477.7c-1.827 1.186-3.028 1.95-4.038 2.456A.75.75 0 0 0 15.25 11v.458c-2.12.64-4.38.64-6.5 0V11a.75.75 0 0 0-1.487-.142c-1.01-.505-2.21-1.27-4.038-2.457a2.3 2.3 0 0 1 .477-.7c.542-.541 1.336-.802 2.94-.897m-3.78 3.149c-.11.996-.111 2.286-.111 4.047c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.76-.001-3.05-.11-4.047c-1.887 1.223-3.181 2.032-4.39 2.552V13a.75.75 0 0 1-1.5.016a12.75 12.75 0 0 1-6.5 0A.75.75 0 0 1 7.25 13v-.495c-1.208-.52-2.503-1.33-4.39-2.552m12.131-4.702l-.971-.001H9.009a3 3 0 0 0 .174-.428l.003-.008l.026-.077a4 4 0 0 1 .07-.203a1.25 1.25 0 0 1 1.084-.782c.032-.002.072-.002.215-.002h2.838c.143 0 .183 0 .215.002c.482.03.904.334 1.085.782c.012.03.024.067.07.203l.028.085m.039.113q.058.163.136.316z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBriefcase2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.561 2.25h2.879c.113 0 .201 0 .285.005a2.75 2.75 0 0 1 2.385 1.72c.032.077.06.16.095.268l.032.097l.03.085c.177.49.613.83 1.068.875l.1.006c1.677.099 2.966.378 3.924 1.335c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.958-.957 2.248-1.236 3.924-1.335l.1-.006c.455-.044.892-.385 1.07-.875l.028-.085l.032-.097c.036-.107.064-.191.095-.269a2.75 2.75 0 0 1 2.385-1.719c.084-.005.172-.005.286-.005m-3.92 4.554q.068-.002.133-.008C7.647 6.75 8.697 6.75 10 6.75h4c1.303 0 2.353 0 3.226.046q.066.006.132.008c1.604.095 2.398.356 2.94.898a2.3 2.3 0 0 1 .477.7c-1.827 1.186-3.028 1.95-4.038 2.456A.75.75 0 0 0 15.25 11v.458c-2.12.64-4.38.64-6.5 0V11a.75.75 0 0 0-1.487-.142c-1.01-.505-2.21-1.27-4.038-2.457a2.3 2.3 0 0 1 .477-.7c.542-.541 1.336-.802 2.94-.897m-3.78 3.149c-.11.996-.111 2.286-.111 4.047c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.76-.001-3.05-.11-4.047c-1.887 1.223-3.181 2.032-4.39 2.552V13a.75.75 0 0 1-1.5.016a12.75 12.75 0 0 1-6.5 0A.75.75 0 0 1 7.25 13v-.495c-1.208-.52-2.503-1.33-4.39-2.552m12.131-4.702l-.971-.001H9.009a3 3 0 0 0 .174-.428l.003-.008l.026-.077a4 4 0 0 1 .07-.203a1.25 1.25 0 0 1 1.084-.782c.032-.002.072-.002.215-.002h2.838c.143 0 .183 0 .215.002c.482.03.904.334 1.085.782c.012.03.024.067.07.203l.028.085m.039.113q.058.163.136.316z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.561 2.25h2.879c.113 0 .201 0 .285.005a2.75 2.75 0 0 1 2.385 1.72c.032.077.06.16.095.268l.032.097l.03.085c.177.49.613.83 1.068.875l.1.006c1.677.099 2.966.378 3.924 1.335c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.958-.957 2.248-1.236 3.924-1.335l.1-.006c.455-.044.892-.385 1.07-.875l.028-.085l.032-.097c.036-.107.064-.191.095-.269a2.75 2.75 0 0 1 2.385-1.719c.084-.005.172-.005.286-.005m-3.92 4.554q.068-.002.133-.008C7.647 6.75 8.697 6.75 10 6.75h4c1.303 0 2.353 0 3.226.046q.066.006.132.008c1.604.095 2.398.356 2.94.898a2.3 2.3 0 0 1 .477.7c-1.827 1.186-3.028 1.95-4.038 2.456A.75.75 0 0 0 15.25 11v.458c-2.12.64-4.38.64-6.5 0V11a.75.75 0 0 0-1.487-.142c-1.01-.505-2.21-1.27-4.038-2.457a2.3 2.3 0 0 1 .477-.7c.542-.541 1.336-.802 2.94-.897m-3.78 3.149c-.11.996-.111 2.286-.111 4.047c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.76-.001-3.05-.11-4.047c-1.887 1.223-3.181 2.032-4.39 2.552V13a.75.75 0 0 1-1.5.016a12.75 12.75 0 0 1-6.5 0A.75.75 0 0 1 7.25 13v-.495c-1.208-.52-2.503-1.33-4.39-2.552m12.131-4.702l-.971-.001H9.009a3 3 0 0 0 .174-.428l.003-.008l.026-.077a4 4 0 0 1 .07-.203a1.25 1.25 0 0 1 1.084-.782c.032-.002.072-.002.215-.002h2.838c.143 0 .183 0 .215.002c.482.03.904.334 1.085.782c.012.03.024.067.07.203l.028.085m.039.113q.058.163.136.316z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-briefcase2 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.561%202.25h2.879c.113%200%20.201%200%20.285.005a2.75%202.75%200%200%201%202.385%201.72c.032.077.06.16.095.268l.032.097l.03.085c.177.49.613.83%201.068.875l.1.006c1.677.099%202.966.378%203.924%201.335c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.958-.957%202.248-1.236%203.924-1.335l.1-.006c.455-.044.892-.385%201.07-.875l.028-.085l.032-.097c.036-.107.064-.191.095-.269a2.75%202.75%200%200%201%202.385-1.719c.084-.005.172-.005.286-.005m-3.92%204.554q.068-.002.133-.008C7.647%206.75%208.697%206.75%2010%206.75h4c1.303%200%202.353%200%203.226.046q.066.006.132.008c1.604.095%202.398.356%202.94.898a2.3%202.3%200%200%201%20.477.7c-1.827%201.186-3.028%201.95-4.038%202.456A.75.75%200%200%200%2015.25%2011v.458c-2.12.64-4.38.64-6.5%200V11a.75.75%200%200%200-1.487-.142c-1.01-.505-2.21-1.27-4.038-2.457a2.3%202.3%200%200%201%20.477-.7c.542-.541%201.336-.802%202.94-.897m-3.78%203.149c-.11.996-.111%202.286-.111%204.047c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14h4c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.76-.001-3.05-.11-4.047c-1.887%201.223-3.181%202.032-4.39%202.552V13a.75.75%200%200%201-1.5.016a12.75%2012.75%200%200%201-6.5%200A.75.75%200%200%201%207.25%2013v-.495c-1.208-.52-2.503-1.33-4.39-2.552m12.131-4.702l-.971-.001H9.009a3%203%200%200%200%20.174-.428l.003-.008l.026-.077a4%204%200%200%201%20.07-.203a1.25%201.25%200%200%201%201.084-.782c.032-.002.072-.002.215-.002h2.838c.143%200%20.183%200%20.215.002c.482.03.904.334%201.085.782c.012.03.024.067.07.203l.028.085m.039.113q.058.163.136.316z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.561%202.25h2.879c.113%200%20.201%200%20.285.005a2.75%202.75%200%200%201%202.385%201.72c.032.077.06.16.095.268l.032.097l.03.085c.177.49.613.83%201.068.875l.1.006c1.677.099%202.966.378%203.924%201.335c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.112c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.958-.957%202.248-1.236%203.924-1.335l.1-.006c.455-.044.892-.385%201.07-.875l.028-.085l.032-.097c.036-.107.064-.191.095-.269a2.75%202.75%200%200%201%202.385-1.719c.084-.005.172-.005.286-.005m-3.92%204.554q.068-.002.133-.008C7.647%206.75%208.697%206.75%2010%206.75h4c1.303%200%202.353%200%203.226.046q.066.006.132.008c1.604.095%202.398.356%202.94.898a2.3%202.3%200%200%201%20.477.7c-1.827%201.186-3.028%201.95-4.038%202.456A.75.75%200%200%200%2015.25%2011v.458c-2.12.64-4.38.64-6.5%200V11a.75.75%200%200%200-1.487-.142c-1.01-.505-2.21-1.27-4.038-2.457a2.3%202.3%200%200%201%20.477-.7c.542-.541%201.336-.802%202.94-.897m-3.78%203.149c-.11.996-.111%202.286-.111%204.047c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14h4c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.76-.001-3.05-.11-4.047c-1.887%201.223-3.181%202.032-4.39%202.552V13a.75.75%200%200%201-1.5.016a12.75%2012.75%200%200%201-6.5%200A.75.75%200%200%201%207.25%2013v-.495c-1.208-.52-2.503-1.33-4.39-2.552m12.131-4.702l-.971-.001H9.009a3%203%200%200%200%20.174-.428l.003-.008l.026-.077a4%204%200%200%201%20.07-.203a1.25%201.25%200%200%201%201.084-.782c.032-.002.072-.002.215-.002h2.838c.143%200%20.183%200%20.215.002c.482.03.904.334%201.085.782c.012.03.024.067.07.203l.028.085m.039.113q.058.163.136.316z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/briefcase2.svg?color=%231a73e8&size=48