Linkedin Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Linkedin 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/306006.svg" alt="Linkedin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306006.svg" alt="Linkedin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306006.svg" alt="Linkedin icon" :width="24" :height="24" />
CSS background
.icon-linkedin {
background-image: url('https://proicons.com/icon/306006.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M871 62H130c-36 0-65 28-65 63v750c0 35 29 63 65 63h741c35 0 64-28 64-63V125c0-35-29-63-64-63zM329 795H198V400h131v395zm-66-449h-1c-44 0-72-30-72-68 0-39 29-69 74-69s73 30 73 69c0 38-28 68-74 68zm539 449H671V583c0-53-19-89-66-89-37 0-58 25-68 48-3 9-4 20-4 32v221H402s1-358 0-395h131v56c17-27 49-65 118-65 87 0 151 56 151 177v227z"/></svg>
Linkedin in other icon packs
Copied!