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/308852.svg" alt="Briefcase Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308852.svg" alt="Briefcase Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308852.svg" alt="Briefcase Svg icon" :width="24" :height="24" />
CSS background
.icon-briefcase---svg {
background-image: url('https://proicons.com/icon/308852.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 fill-rule="evenodd" clip-rule="evenodd" d="M11 2C9.34315 2 8 3.34315 8 5V6H4C3.44772 6 3 6.44772 3 7V14C3 14.8885 3.38625 15.6868 4 16.2361V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V16.2361C20.6137 15.6868 21 14.8885 21 14V7C21 6.44772 20.5523 6 20 6H16V5C16 3.34315 14.6569 2 13 2H11ZM14 6V5C14 4.44772 13.5523 4 13 4H11C10.4477 4 10 4.44772 10 5V6H14ZM6 19V17H18V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19ZM12 10.5C11.1716 10.5 10.5 11.1716 10.5 12V12.01C10.5 12.8384 11.1716 13.51 12 13.51H12.01C12.8384 13.51 13.51 12.8384 13.51 12.01V12C13.51 11.1716 12.8384 10.5 12.01 10.5H12Z" fill="#292929"/> </svg>
Copied!