briefcase icon
briefcase-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- briefcase-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
briefcaseAkar IconsbriefcaseBootstrap IconsbriefcaseBoxIcons v2briefcaseBoxIcons v2 SolidbriefcaseCodiconsbriefcaseEmoji One (Colored)briefcaseElement Plusbriefcase-fillEva IconsbriefcaseFramework7 IconsbriefcaseFont Awesome 6 SolidbriefcaseFont Awesome SolidbriefcaseFeather Iconsbriefcase-outlineFlowbite Iconsbriefcase-12-filledFluent UI System Iconsbriefcase-16Fluent UI System Color IconsbriefcaseFluent EmojibriefcaseFluent Emoji FlatbriefcaseFluent Emoji High ContrastbriefcaseFirefox OS Emojibriefcasecss.ggbriefcaseHeroIconsbriefcaseHumbleiconsbriefcaseIconParkbriefcaseIconPark Outline
Related icons in Myna UI Icons
Use the briefcase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.3 7.35h-.915c-1.888 0-2.761.433-3.173.91c-.408.473-.534 1.188-.424 2.203a14.5 14.5 0 0 0 5.639 2.064a2.75 2.75 0 0 1 5.148.006c1.966-.274 3.89-.96 5.634-2.04c.116-1.03-.01-1.755-.421-2.233c-.412-.477-1.285-.91-3.173-.91zm-6 3.315c-.13-1.158-.054-2.422.777-3.385c.834-.968 2.254-1.43 4.308-1.43h.173c0-.378 0-.798.053-1.192c.055-.41.174-.853.454-1.25c.589-.83 1.655-1.158 3.197-1.158h1.476c1.542 0 2.608.329 3.197 1.159c.28.396.4.838.454 1.25c.053.393.053.813.053 1.191h.173c2.054 0 3.474.462 4.308 1.43c.831.963.907 2.227.776 3.385l-.693 7.204c-.102.933-.344 1.973-1.212 2.746c-.856.763-2.174 1.135-4.102 1.135H8.308c-1.929 0-3.246-.372-4.102-1.135c-.868-.773-1.11-1.812-1.212-2.746l-.002-.01zM14.943 5.85c0-.396-.002-.714-.04-.993c-.037-.278-.103-.456-.191-.58c-.15-.212-.56-.527-1.973-.527h-1.476c-1.412 0-1.823.315-1.973.526c-.088.125-.154.303-.191.581c-.038.28-.04.597-.04.993zM12 12.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MynauiBriefcaseSolid(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" d="M8.3 7.35h-.915c-1.888 0-2.761.433-3.173.91c-.408.473-.534 1.188-.424 2.203a14.5 14.5 0 0 0 5.639 2.064a2.75 2.75 0 0 1 5.148.006c1.966-.274 3.89-.96 5.634-2.04c.116-1.03-.01-1.755-.421-2.233c-.412-.477-1.285-.91-3.173-.91zm-6 3.315c-.13-1.158-.054-2.422.777-3.385c.834-.968 2.254-1.43 4.308-1.43h.173c0-.378 0-.798.053-1.192c.055-.41.174-.853.454-1.25c.589-.83 1.655-1.158 3.197-1.158h1.476c1.542 0 2.608.329 3.197 1.159c.28.396.4.838.454 1.25c.053.393.053.813.053 1.191h.173c2.054 0 3.474.462 4.308 1.43c.831.963.907 2.227.776 3.385l-.693 7.204c-.102.933-.344 1.973-1.212 2.746c-.856.763-2.174 1.135-4.102 1.135H8.308c-1.929 0-3.246-.372-4.102-1.135c-.868-.773-1.11-1.812-1.212-2.746l-.002-.01zM14.943 5.85c0-.396-.002-.714-.04-.993c-.037-.278-.103-.456-.191-.58c-.15-.212-.56-.527-1.973-.527h-1.476c-1.412 0-1.823.315-1.973.526c-.088.125-.154.303-.191.581c-.038.28-.04.597-.04.993zM12 12.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.3 7.35h-.915c-1.888 0-2.761.433-3.173.91c-.408.473-.534 1.188-.424 2.203a14.5 14.5 0 0 0 5.639 2.064a2.75 2.75 0 0 1 5.148.006c1.966-.274 3.89-.96 5.634-2.04c.116-1.03-.01-1.755-.421-2.233c-.412-.477-1.285-.91-3.173-.91zm-6 3.315c-.13-1.158-.054-2.422.777-3.385c.834-.968 2.254-1.43 4.308-1.43h.173c0-.378 0-.798.053-1.192c.055-.41.174-.853.454-1.25c.589-.83 1.655-1.158 3.197-1.158h1.476c1.542 0 2.608.329 3.197 1.159c.28.396.4.838.454 1.25c.053.393.053.813.053 1.191h.173c2.054 0 3.474.462 4.308 1.43c.831.963.907 2.227.776 3.385l-.693 7.204c-.102.933-.344 1.973-1.212 2.746c-.856.763-2.174 1.135-4.102 1.135H8.308c-1.929 0-3.246-.372-4.102-1.135c-.868-.773-1.11-1.812-1.212-2.746l-.002-.01zM14.943 5.85c0-.396-.002-.714-.04-.993c-.037-.278-.103-.456-.191-.58c-.15-.212-.56-.527-1.973-.527h-1.476c-1.412 0-1.823.315-1.973.526c-.088.125-.154.303-.191.581c-.038.28-.04.597-.04.993zM12 12.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg> </template>
CSS
.icon-briefcase-solid {
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%20d%3D%22M8.3%207.35h-.915c-1.888%200-2.761.433-3.173.91c-.408.473-.534%201.188-.424%202.203a14.5%2014.5%200%200%200%205.639%202.064a2.75%202.75%200%200%201%205.148.006c1.966-.274%203.89-.96%205.634-2.04c.116-1.03-.01-1.755-.421-2.233c-.412-.477-1.285-.91-3.173-.91zm-6%203.315c-.13-1.158-.054-2.422.777-3.385c.834-.968%202.254-1.43%204.308-1.43h.173c0-.378%200-.798.053-1.192c.055-.41.174-.853.454-1.25c.589-.83%201.655-1.158%203.197-1.158h1.476c1.542%200%202.608.329%203.197%201.159c.28.396.4.838.454%201.25c.053.393.053.813.053%201.191h.173c2.054%200%203.474.462%204.308%201.43c.831.963.907%202.227.776%203.385l-.693%207.204c-.102.933-.344%201.973-1.212%202.746c-.856.763-2.174%201.135-4.102%201.135H8.308c-1.929%200-3.246-.372-4.102-1.135c-.868-.773-1.11-1.812-1.212-2.746l-.002-.01zM14.943%205.85c0-.396-.002-.714-.04-.993c-.037-.278-.103-.456-.191-.58c-.15-.212-.56-.527-1.973-.527h-1.476c-1.412%200-1.823.315-1.973.526c-.088.125-.154.303-.191.581c-.038.28-.04.597-.04.993zM12%2012.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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%20d%3D%22M8.3%207.35h-.915c-1.888%200-2.761.433-3.173.91c-.408.473-.534%201.188-.424%202.203a14.5%2014.5%200%200%200%205.639%202.064a2.75%202.75%200%200%201%205.148.006c1.966-.274%203.89-.96%205.634-2.04c.116-1.03-.01-1.755-.421-2.233c-.412-.477-1.285-.91-3.173-.91zm-6%203.315c-.13-1.158-.054-2.422.777-3.385c.834-.968%202.254-1.43%204.308-1.43h.173c0-.378%200-.798.053-1.192c.055-.41.174-.853.454-1.25c.589-.83%201.655-1.158%203.197-1.158h1.476c1.542%200%202.608.329%203.197%201.159c.28.396.4.838.454%201.25c.053.393.053.813.053%201.191h.173c2.054%200%203.474.462%204.308%201.43c.831.963.907%202.227.776%203.385l-.693%207.204c-.102.933-.344%201.973-1.212%202.746c-.856.763-2.174%201.135-4.102%201.135H8.308c-1.929%200-3.246-.372-4.102-1.135c-.868-.773-1.11-1.812-1.212-2.746l-.002-.01zM14.943%205.85c0-.396-.002-.714-.04-.993c-.037-.278-.103-.456-.191-.58c-.15-.212-.56-.527-1.973-.527h-1.476c-1.412%200-1.823.315-1.973.526c-.088.125-.154.303-.191.581c-.038.28-.04.597-.04.993zM12%2012.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/briefcase-solid.svg?color=%231a73e8&size=48