briefcase3 icon
briefcase3-filled from Reicon by REICON · Filled · School · MIT Free for personal and commercial use.
- Name
- briefcase3-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path fill-rule="evenodd" d="M12 2.75c-.978 0-1.813.625-2.122 1.5a.75.75 0 0 1-1.414-.5a3.751 3.751 0 0 1 7.073 0a.75.75 0 1 1-1.415.5A2.25 2.25 0 0 0 12 2.75" clip-rule="evenodd"/><path d="M14 12.5h-4a.5.5 0 0 0-.5.5v2.162a.5.5 0 0 0 .314.464l.7.28a4 4 0 0 0 2.972 0l.7-.28a.5.5 0 0 0 .314-.464V13a.5.5 0 0 0-.5-.5"/><path d="m8.01 15.37l-5.004-1.502c.03 3.114.212 5.983 1.312 6.96C5.636 22 7.758 22 12 22s6.364 0 7.682-1.172c1.1-.977 1.282-3.846 1.312-6.96l-5.005 1.501a2 2 0 0 1-1.246 1.65l-.7.28a5.5 5.5 0 0 1-4.086 0l-.7-.28a2 2 0 0 1-1.246-1.65M7.609 5h8.782c2.45 0 3.675 0 4.502.673q.24.195.434.434C22 6.934 22 8.159 22 10.609c0 .622 0 .932-.15 1.175a1 1 0 0 1-.1.134c-.19.214-.487.303-1.082.482L16 13.8V13a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8l-4.668-1.4c-.595-.179-.893-.268-1.082-.482a1 1 0 0 1-.1-.134C2 11.541 2 11.231 2 10.609c0-2.45 0-3.675.673-4.502q.195-.24.434-.434C3.934 5 5.159 5 7.609 5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBriefcase3Filled(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="M12 2.75c-.978 0-1.813.625-2.122 1.5a.75.75 0 0 1-1.414-.5a3.751 3.751 0 0 1 7.073 0a.75.75 0 1 1-1.415.5A2.25 2.25 0 0 0 12 2.75" clipRule="evenodd"/><path d="M14 12.5h-4a.5.5 0 0 0-.5.5v2.162a.5.5 0 0 0 .314.464l.7.28a4 4 0 0 0 2.972 0l.7-.28a.5.5 0 0 0 .314-.464V13a.5.5 0 0 0-.5-.5"/><path d="m8.01 15.37l-5.004-1.502c.03 3.114.212 5.983 1.312 6.96C5.636 22 7.758 22 12 22s6.364 0 7.682-1.172c1.1-.977 1.282-3.846 1.312-6.96l-5.005 1.501a2 2 0 0 1-1.246 1.65l-.7.28a5.5 5.5 0 0 1-4.086 0l-.7-.28a2 2 0 0 1-1.246-1.65M7.609 5h8.782c2.45 0 3.675 0 4.502.673q.24.195.434.434C22 6.934 22 8.159 22 10.609c0 .622 0 .932-.15 1.175a1 1 0 0 1-.1.134c-.19.214-.487.303-1.082.482L16 13.8V13a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8l-4.668-1.4c-.595-.179-.893-.268-1.082-.482a1 1 0 0 1-.1-.134C2 11.541 2 11.231 2 10.609c0-2.45 0-3.675.673-4.502q.195-.24.434-.434C3.934 5 5.159 5 7.609 5"/></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="M12 2.75c-.978 0-1.813.625-2.122 1.5a.75.75 0 0 1-1.414-.5a3.751 3.751 0 0 1 7.073 0a.75.75 0 1 1-1.415.5A2.25 2.25 0 0 0 12 2.75" clip-rule="evenodd"/><path d="M14 12.5h-4a.5.5 0 0 0-.5.5v2.162a.5.5 0 0 0 .314.464l.7.28a4 4 0 0 0 2.972 0l.7-.28a.5.5 0 0 0 .314-.464V13a.5.5 0 0 0-.5-.5"/><path d="m8.01 15.37l-5.004-1.502c.03 3.114.212 5.983 1.312 6.96C5.636 22 7.758 22 12 22s6.364 0 7.682-1.172c1.1-.977 1.282-3.846 1.312-6.96l-5.005 1.501a2 2 0 0 1-1.246 1.65l-.7.28a5.5 5.5 0 0 1-4.086 0l-.7-.28a2 2 0 0 1-1.246-1.65M7.609 5h8.782c2.45 0 3.675 0 4.502.673q.24.195.434.434C22 6.934 22 8.159 22 10.609c0 .622 0 .932-.15 1.175a1 1 0 0 1-.1.134c-.19.214-.487.303-1.082.482L16 13.8V13a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8l-4.668-1.4c-.595-.179-.893-.268-1.082-.482a1 1 0 0 1-.1-.134C2 11.541 2 11.231 2 10.609c0-2.45 0-3.675.673-4.502q.195-.24.434-.434C3.934 5 5.159 5 7.609 5"/></g></svg> </template>
CSS
.icon-briefcase3-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%22M12%202.75c-.978%200-1.813.625-2.122%201.5a.75.75%200%200%201-1.414-.5a3.751%203.751%200%200%201%207.073%200a.75.75%200%201%201-1.415.5A2.25%202.25%200%200%200%2012%202.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2012.5h-4a.5.5%200%200%200-.5.5v2.162a.5.5%200%200%200%20.314.464l.7.28a4%204%200%200%200%202.972%200l.7-.28a.5.5%200%200%200%20.314-.464V13a.5.5%200%200%200-.5-.5%22%2F%3E%3Cpath%20d%3D%22m8.01%2015.37l-5.004-1.502c.03%203.114.212%205.983%201.312%206.96C5.636%2022%207.758%2022%2012%2022s6.364%200%207.682-1.172c1.1-.977%201.282-3.846%201.312-6.96l-5.005%201.501a2%202%200%200%201-1.246%201.65l-.7.28a5.5%205.5%200%200%201-4.086%200l-.7-.28a2%202%200%200%201-1.246-1.65M7.609%205h8.782c2.45%200%203.675%200%204.502.673q.24.195.434.434C22%206.934%2022%208.159%2022%2010.609c0%20.622%200%20.932-.15%201.175a1%201%200%200%201-.1.134c-.19.214-.487.303-1.082.482L16%2013.8V13a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v.8l-4.668-1.4c-.595-.179-.893-.268-1.082-.482a1%201%200%200%201-.1-.134C2%2011.541%202%2011.231%202%2010.609c0-2.45%200-3.675.673-4.502q.195-.24.434-.434C3.934%205%205.159%205%207.609%205%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%22M12%202.75c-.978%200-1.813.625-2.122%201.5a.75.75%200%200%201-1.414-.5a3.751%203.751%200%200%201%207.073%200a.75.75%200%201%201-1.415.5A2.25%202.25%200%200%200%2012%202.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2012.5h-4a.5.5%200%200%200-.5.5v2.162a.5.5%200%200%200%20.314.464l.7.28a4%204%200%200%200%202.972%200l.7-.28a.5.5%200%200%200%20.314-.464V13a.5.5%200%200%200-.5-.5%22%2F%3E%3Cpath%20d%3D%22m8.01%2015.37l-5.004-1.502c.03%203.114.212%205.983%201.312%206.96C5.636%2022%207.758%2022%2012%2022s6.364%200%207.682-1.172c1.1-.977%201.282-3.846%201.312-6.96l-5.005%201.501a2%202%200%200%201-1.246%201.65l-.7.28a5.5%205.5%200%200%201-4.086%200l-.7-.28a2%202%200%200%201-1.246-1.65M7.609%205h8.782c2.45%200%203.675%200%204.502.673q.24.195.434.434C22%206.934%2022%208.159%2022%2010.609c0%20.622%200%20.932-.15%201.175a1%201%200%200%201-.1.134c-.19.214-.487.303-1.082.482L16%2013.8V13a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v.8l-4.668-1.4c-.595-.179-.893-.268-1.082-.482a1%201%200%200%201-.1-.134C2%2011.541%202%2011.231%202%2010.609c0-2.45%200-3.675.673-4.502q.195-.24.434-.434C3.934%205%205.159%205%207.609%205%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-filled.svg?color=%231a73e8&size=48