Briefcase Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Briefcase Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309764.svg" alt="Briefcase Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309764.svg" alt="Briefcase Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309764.svg" alt="Briefcase Svg icon" :width="24" :height="24" />
CSS background
.icon-briefcase---svg {
background-image: url('https://proicons.com/icon/309764.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 16H19V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V16Z" stroke="#292929" stroke-linejoin="round"/> <path d="M4 7H20V14C20 15.1046 19.1046 16 18 16H6C4.89543 16 4 15.1046 4 14V7Z" stroke="#292929" stroke-linejoin="round"/> <rect x="12" y="12" width="0.01" height="0.01" stroke="#292929" stroke-width="1.5" stroke-linejoin="round"/> <path d="M9 5C9 3.89543 9.89543 3 11 3H13C14.1046 3 15 3.89543 15 5V7H9V5Z" stroke="#292929" stroke-linejoin="round"/> </svg>
Copied!