briefcase3 icon
briefcase3 from Reicon by REICON · Outline · School · MIT Free for personal and commercial use.
- Name
- briefcase3
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M6.775 5.25h10.45c.816 0 1.474 0 2.007.044c.55.045 1.031.14 1.477.368c.7.359 1.27.929 1.629 1.629c.228.446.323.928.368 1.477c.044.533.044 1.191.044 2.007v.119c.001.338.002.698-.128 1.02a1.75 1.75 0 0 1-.526.706a1.6 1.6 0 0 1-.347.21c-.003 1.612-.023 3.24-.168 4.636c-.085.82-.215 1.589-.422 2.244c-.203.646-.504 1.256-.979 1.679c-.823.732-1.86 1.055-3.153 1.21c-1.27.151-2.898.151-4.976.151h-.102c-2.078 0-3.706 0-4.976-.152c-1.294-.154-2.33-.477-3.153-1.209c-.476-.422-.776-1.033-.98-1.678c-.206-.656-.336-1.425-.421-2.245c-.145-1.395-.166-3.024-.169-4.637a1.6 1.6 0 0 1-.346-.209a1.75 1.75 0 0 1-.526-.706c-.13-.322-.13-.682-.128-1.02v-.119c0-.816 0-1.474.044-2.007c.045-.55.14-1.031.368-1.477a3.75 3.75 0 0 1 1.629-1.629c.445-.228.927-.323 1.476-.368c.534-.044 1.192-.044 2.008-.044m-3.023 8.059c.007 1.437.036 2.817.159 4.003c.08.77.196 1.427.36 1.948c.168.53.361.845.545 1.008c.495.44 1.178.703 2.335.84c1.17.14 2.709.142 4.849.142s3.678-.001 4.849-.141c1.157-.138 1.84-.402 2.335-.841c.183-.163.377-.478.544-1.008c.164-.52.281-1.178.361-1.948c.123-1.186.152-2.567.159-4.003l-4.998 1.499v.354c0 .51-.311.97-.786 1.16l-.7.28a4.75 4.75 0 0 1-3.528 0l-.7-.28a1.25 1.25 0 0 1-.786-1.16v-.354zm4.998-.067l-5.393-1.618a7 7 0 0 1-.43-.137a1 1 0 0 1-.085-.037a.25.25 0 0 1-.073-.099a1 1 0 0 1-.012-.091a7 7 0 0 1-.007-.452c0-.856 0-1.453.039-1.918c.037-.456.107-.717.208-.915a2.25 2.25 0 0 1 .977-.978c.199-.101.46-.17.916-.208c.465-.038 1.061-.039 1.918-.039h10.384c.856 0 1.453 0 1.918.039c.455.037.717.107.915.208c.42.215.762.557.978.978c.101.198.17.46.208.915c.038.465.039 1.062.039 1.918c0 .225 0 .355-.008.452a1 1 0 0 1-.011.091a.25.25 0 0 1-.074.099a1 1 0 0 1-.084.037a7 7 0 0 1-.43.137l-5.393 1.618V13c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25zm12.41-1.793l-.003.001zm.07-.096l.001-.002zm-18.46 0l-.001-.002zm.07.096l.002.001zm7.41 1.801v1.742l.543.217a3.25 3.25 0 0 0 2.414 0l.543-.217V13.25zM12 2.75a2.25 2.25 0 0 0-2.122 1.5a.75.75 0 0 1-1.414-.5a3.751 3.751 0 0 1 7.073 0a.75.75 0 0 1-1.415.5A2.25 2.25 0 0 0 12 2.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBriefcase3(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="M6.775 5.25h10.45c.816 0 1.474 0 2.007.044c.55.045 1.031.14 1.477.368c.7.359 1.27.929 1.629 1.629c.228.446.323.928.368 1.477c.044.533.044 1.191.044 2.007v.119c.001.338.002.698-.128 1.02a1.75 1.75 0 0 1-.526.706a1.6 1.6 0 0 1-.347.21c-.003 1.612-.023 3.24-.168 4.636c-.085.82-.215 1.589-.422 2.244c-.203.646-.504 1.256-.979 1.679c-.823.732-1.86 1.055-3.153 1.21c-1.27.151-2.898.151-4.976.151h-.102c-2.078 0-3.706 0-4.976-.152c-1.294-.154-2.33-.477-3.153-1.209c-.476-.422-.776-1.033-.98-1.678c-.206-.656-.336-1.425-.421-2.245c-.145-1.395-.166-3.024-.169-4.637a1.6 1.6 0 0 1-.346-.209a1.75 1.75 0 0 1-.526-.706c-.13-.322-.13-.682-.128-1.02v-.119c0-.816 0-1.474.044-2.007c.045-.55.14-1.031.368-1.477a3.75 3.75 0 0 1 1.629-1.629c.445-.228.927-.323 1.476-.368c.534-.044 1.192-.044 2.008-.044m-3.023 8.059c.007 1.437.036 2.817.159 4.003c.08.77.196 1.427.36 1.948c.168.53.361.845.545 1.008c.495.44 1.178.703 2.335.84c1.17.14 2.709.142 4.849.142s3.678-.001 4.849-.141c1.157-.138 1.84-.402 2.335-.841c.183-.163.377-.478.544-1.008c.164-.52.281-1.178.361-1.948c.123-1.186.152-2.567.159-4.003l-4.998 1.499v.354c0 .51-.311.97-.786 1.16l-.7.28a4.75 4.75 0 0 1-3.528 0l-.7-.28a1.25 1.25 0 0 1-.786-1.16v-.354zm4.998-.067l-5.393-1.618a7 7 0 0 1-.43-.137a1 1 0 0 1-.085-.037a.25.25 0 0 1-.073-.099a1 1 0 0 1-.012-.091a7 7 0 0 1-.007-.452c0-.856 0-1.453.039-1.918c.037-.456.107-.717.208-.915a2.25 2.25 0 0 1 .977-.978c.199-.101.46-.17.916-.208c.465-.038 1.061-.039 1.918-.039h10.384c.856 0 1.453 0 1.918.039c.455.037.717.107.915.208c.42.215.762.557.978.978c.101.198.17.46.208.915c.038.465.039 1.062.039 1.918c0 .225 0 .355-.008.452a1 1 0 0 1-.011.091a.25.25 0 0 1-.074.099a1 1 0 0 1-.084.037a7 7 0 0 1-.43.137l-5.393 1.618V13c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25zm12.41-1.793l-.003.001zm.07-.096l.001-.002zm-18.46 0l-.001-.002zm.07.096l.002.001zm7.41 1.801v1.742l.543.217a3.25 3.25 0 0 0 2.414 0l.543-.217V13.25zM12 2.75a2.25 2.25 0 0 0-2.122 1.5a.75.75 0 0 1-1.414-.5a3.751 3.751 0 0 1 7.073 0a.75.75 0 0 1-1.415.5A2.25 2.25 0 0 0 12 2.75" 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="M6.775 5.25h10.45c.816 0 1.474 0 2.007.044c.55.045 1.031.14 1.477.368c.7.359 1.27.929 1.629 1.629c.228.446.323.928.368 1.477c.044.533.044 1.191.044 2.007v.119c.001.338.002.698-.128 1.02a1.75 1.75 0 0 1-.526.706a1.6 1.6 0 0 1-.347.21c-.003 1.612-.023 3.24-.168 4.636c-.085.82-.215 1.589-.422 2.244c-.203.646-.504 1.256-.979 1.679c-.823.732-1.86 1.055-3.153 1.21c-1.27.151-2.898.151-4.976.151h-.102c-2.078 0-3.706 0-4.976-.152c-1.294-.154-2.33-.477-3.153-1.209c-.476-.422-.776-1.033-.98-1.678c-.206-.656-.336-1.425-.421-2.245c-.145-1.395-.166-3.024-.169-4.637a1.6 1.6 0 0 1-.346-.209a1.75 1.75 0 0 1-.526-.706c-.13-.322-.13-.682-.128-1.02v-.119c0-.816 0-1.474.044-2.007c.045-.55.14-1.031.368-1.477a3.75 3.75 0 0 1 1.629-1.629c.445-.228.927-.323 1.476-.368c.534-.044 1.192-.044 2.008-.044m-3.023 8.059c.007 1.437.036 2.817.159 4.003c.08.77.196 1.427.36 1.948c.168.53.361.845.545 1.008c.495.44 1.178.703 2.335.84c1.17.14 2.709.142 4.849.142s3.678-.001 4.849-.141c1.157-.138 1.84-.402 2.335-.841c.183-.163.377-.478.544-1.008c.164-.52.281-1.178.361-1.948c.123-1.186.152-2.567.159-4.003l-4.998 1.499v.354c0 .51-.311.97-.786 1.16l-.7.28a4.75 4.75 0 0 1-3.528 0l-.7-.28a1.25 1.25 0 0 1-.786-1.16v-.354zm4.998-.067l-5.393-1.618a7 7 0 0 1-.43-.137a1 1 0 0 1-.085-.037a.25.25 0 0 1-.073-.099a1 1 0 0 1-.012-.091a7 7 0 0 1-.007-.452c0-.856 0-1.453.039-1.918c.037-.456.107-.717.208-.915a2.25 2.25 0 0 1 .977-.978c.199-.101.46-.17.916-.208c.465-.038 1.061-.039 1.918-.039h10.384c.856 0 1.453 0 1.918.039c.455.037.717.107.915.208c.42.215.762.557.978.978c.101.198.17.46.208.915c.038.465.039 1.062.039 1.918c0 .225 0 .355-.008.452a1 1 0 0 1-.011.091a.25.25 0 0 1-.074.099a1 1 0 0 1-.084.037a7 7 0 0 1-.43.137l-5.393 1.618V13c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25zm12.41-1.793l-.003.001zm.07-.096l.001-.002zm-18.46 0l-.001-.002zm.07.096l.002.001zm7.41 1.801v1.742l.543.217a3.25 3.25 0 0 0 2.414 0l.543-.217V13.25zM12 2.75a2.25 2.25 0 0 0-2.122 1.5a.75.75 0 0 1-1.414-.5a3.751 3.751 0 0 1 7.073 0a.75.75 0 0 1-1.415.5A2.25 2.25 0 0 0 12 2.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-briefcase3 {
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%22M6.775%205.25h10.45c.816%200%201.474%200%202.007.044c.55.045%201.031.14%201.477.368c.7.359%201.27.929%201.629%201.629c.228.446.323.928.368%201.477c.044.533.044%201.191.044%202.007v.119c.001.338.002.698-.128%201.02a1.75%201.75%200%200%201-.526.706a1.6%201.6%200%200%201-.347.21c-.003%201.612-.023%203.24-.168%204.636c-.085.82-.215%201.589-.422%202.244c-.203.646-.504%201.256-.979%201.679c-.823.732-1.86%201.055-3.153%201.21c-1.27.151-2.898.151-4.976.151h-.102c-2.078%200-3.706%200-4.976-.152c-1.294-.154-2.33-.477-3.153-1.209c-.476-.422-.776-1.033-.98-1.678c-.206-.656-.336-1.425-.421-2.245c-.145-1.395-.166-3.024-.169-4.637a1.6%201.6%200%200%201-.346-.209a1.75%201.75%200%200%201-.526-.706c-.13-.322-.13-.682-.128-1.02v-.119c0-.816%200-1.474.044-2.007c.045-.55.14-1.031.368-1.477a3.75%203.75%200%200%201%201.629-1.629c.445-.228.927-.323%201.476-.368c.534-.044%201.192-.044%202.008-.044m-3.023%208.059c.007%201.437.036%202.817.159%204.003c.08.77.196%201.427.36%201.948c.168.53.361.845.545%201.008c.495.44%201.178.703%202.335.84c1.17.14%202.709.142%204.849.142s3.678-.001%204.849-.141c1.157-.138%201.84-.402%202.335-.841c.183-.163.377-.478.544-1.008c.164-.52.281-1.178.361-1.948c.123-1.186.152-2.567.159-4.003l-4.998%201.499v.354c0%20.51-.311.97-.786%201.16l-.7.28a4.75%204.75%200%200%201-3.528%200l-.7-.28a1.25%201.25%200%200%201-.786-1.16v-.354zm4.998-.067l-5.393-1.618a7%207%200%200%201-.43-.137a1%201%200%200%201-.085-.037a.25.25%200%200%201-.073-.099a1%201%200%200%201-.012-.091a7%207%200%200%201-.007-.452c0-.856%200-1.453.039-1.918c.037-.456.107-.717.208-.915a2.25%202.25%200%200%201%20.977-.978c.199-.101.46-.17.916-.208c.465-.038%201.061-.039%201.918-.039h10.384c.856%200%201.453%200%201.918.039c.455.037.717.107.915.208c.42.215.762.557.978.978c.101.198.17.46.208.915c.038.465.039%201.062.039%201.918c0%20.225%200%20.355-.008.452a1%201%200%200%201-.011.091a.25.25%200%200%201-.074.099a1%201%200%200%201-.084.037a7%207%200%200%201-.43.137l-5.393%201.618V13c0-.69-.56-1.25-1.25-1.25h-4c-.69%200-1.25.56-1.25%201.25zm12.41-1.793l-.003.001zm.07-.096l.001-.002zm-18.46%200l-.001-.002zm.07.096l.002.001zm7.41%201.801v1.742l.543.217a3.25%203.25%200%200%200%202.414%200l.543-.217V13.25zM12%202.75a2.25%202.25%200%200%200-2.122%201.5a.75.75%200%200%201-1.414-.5a3.751%203.751%200%200%201%207.073%200a.75.75%200%200%201-1.415.5A2.25%202.25%200%200%200%2012%202.75%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%22M6.775%205.25h10.45c.816%200%201.474%200%202.007.044c.55.045%201.031.14%201.477.368c.7.359%201.27.929%201.629%201.629c.228.446.323.928.368%201.477c.044.533.044%201.191.044%202.007v.119c.001.338.002.698-.128%201.02a1.75%201.75%200%200%201-.526.706a1.6%201.6%200%200%201-.347.21c-.003%201.612-.023%203.24-.168%204.636c-.085.82-.215%201.589-.422%202.244c-.203.646-.504%201.256-.979%201.679c-.823.732-1.86%201.055-3.153%201.21c-1.27.151-2.898.151-4.976.151h-.102c-2.078%200-3.706%200-4.976-.152c-1.294-.154-2.33-.477-3.153-1.209c-.476-.422-.776-1.033-.98-1.678c-.206-.656-.336-1.425-.421-2.245c-.145-1.395-.166-3.024-.169-4.637a1.6%201.6%200%200%201-.346-.209a1.75%201.75%200%200%201-.526-.706c-.13-.322-.13-.682-.128-1.02v-.119c0-.816%200-1.474.044-2.007c.045-.55.14-1.031.368-1.477a3.75%203.75%200%200%201%201.629-1.629c.445-.228.927-.323%201.476-.368c.534-.044%201.192-.044%202.008-.044m-3.023%208.059c.007%201.437.036%202.817.159%204.003c.08.77.196%201.427.36%201.948c.168.53.361.845.545%201.008c.495.44%201.178.703%202.335.84c1.17.14%202.709.142%204.849.142s3.678-.001%204.849-.141c1.157-.138%201.84-.402%202.335-.841c.183-.163.377-.478.544-1.008c.164-.52.281-1.178.361-1.948c.123-1.186.152-2.567.159-4.003l-4.998%201.499v.354c0%20.51-.311.97-.786%201.16l-.7.28a4.75%204.75%200%200%201-3.528%200l-.7-.28a1.25%201.25%200%200%201-.786-1.16v-.354zm4.998-.067l-5.393-1.618a7%207%200%200%201-.43-.137a1%201%200%200%201-.085-.037a.25.25%200%200%201-.073-.099a1%201%200%200%201-.012-.091a7%207%200%200%201-.007-.452c0-.856%200-1.453.039-1.918c.037-.456.107-.717.208-.915a2.25%202.25%200%200%201%20.977-.978c.199-.101.46-.17.916-.208c.465-.038%201.061-.039%201.918-.039h10.384c.856%200%201.453%200%201.918.039c.455.037.717.107.915.208c.42.215.762.557.978.978c.101.198.17.46.208.915c.038.465.039%201.062.039%201.918c0%20.225%200%20.355-.008.452a1%201%200%200%201-.011.091a.25.25%200%200%201-.074.099a1%201%200%200%201-.084.037a7%207%200%200%201-.43.137l-5.393%201.618V13c0-.69-.56-1.25-1.25-1.25h-4c-.69%200-1.25.56-1.25%201.25zm12.41-1.793l-.003.001zm.07-.096l.001-.002zm-18.46%200l-.001-.002zm.07.096l.002.001zm7.41%201.801v1.742l.543.217a3.25%203.25%200%200%200%202.414%200l.543-.217V13.25zM12%202.75a2.25%202.25%200%200%200-2.122%201.5a.75.75%200%200%201-1.414-.5a3.751%203.751%200%200%201%207.073%200a.75.75%200%200%201-1.415.5A2.25%202.25%200%200%200%2012%202.75%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/briefcase3.svg?color=%231a73e8&size=48