linkedin emoji
linkedin from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
linkedin-fillAkar Iconslinkedin-filledAnt Design IconslinkedinBootstrap IconslinkedinBoxicons BrandslinkedinCoreUI BrandslinkedinDeviconlinkedin-fillEva IconslinkedinFont Awesome 6 BrandslinkedinFont Awesome BrandslinkedinFeather Iconslinkedin-solidFlowbite IconslinkedinIconoirlinkedinJam IconslinkedinLine AwesomelinkedinMaterial Line IconslinkedinSVG LogoslinkedinLucidelinkedinMage IconslinkedinMaterial Design Iconslinkedin-fillMingCute IconlinkedinMyna UI IconslinkedinPixelarticonslinkedinPrime Iconslinkedin-fillRemix Icon
More extras openmoji icons from OpenMoji
Use the linkedin emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="50" height="50" x="11" y="11" fill="#61b2e4" rx="3"/><path fill="#fff" d="M20 30h6v21h-6z"/><circle cx="23" cy="22" r="3.5" fill="#fff"/><path fill="#fff" d="M42.5 35c-2.209 0-4 1.168-4 4.5V51h-6V30h6v2.21h-.002A7.98 7.98 0 0 1 44.5 29.5c4.418 0 8 3.3 8 9V51h-6V39.5c0-3.332-1.79-4.5-4-4.5"/><g fill="none" stroke="#000" stroke-width="2"><rect width="50" height="50" x="11" y="11" stroke-miterlimit="10" rx="3"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 30h6v21h-6z"/><circle cx="23" cy="22" r="3.5" stroke-linecap="round" stroke-linejoin="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M42.5 35c-2.209 0-4 1.168-4 4.5V51h-6V30h6v2.21h-.002A7.98 7.98 0 0 1 44.5 29.5c4.418 0 8 3.3 8 9V51h-6V39.5c0-3.332-1.79-4.5-4-4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLinkedin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="50" height="50" x="11" y="11" fill="#61b2e4" rx="3"/><path fill="#fff" d="M20 30h6v21h-6z"/><circle cx="23" cy="22" r="3.5" fill="#fff"/><path fill="#fff" d="M42.5 35c-2.209 0-4 1.168-4 4.5V51h-6V30h6v2.21h-.002A7.98 7.98 0 0 1 44.5 29.5c4.418 0 8 3.3 8 9V51h-6V39.5c0-3.332-1.79-4.5-4-4.5"/><g fill="none" stroke="#000" strokeWidth="2"><rect width="50" height="50" x="11" y="11" strokeMiterlimit="10" rx="3"/><path strokeLinecap="round" strokeLinejoin="round" d="M20 30h6v21h-6z"/><circle cx="23" cy="22" r="3.5" strokeLinecap="round" strokeLinejoin="round"/><path strokeLinecap="round" strokeLinejoin="round" d="M42.5 35c-2.209 0-4 1.168-4 4.5V51h-6V30h6v2.21h-.002A7.98 7.98 0 0 1 44.5 29.5c4.418 0 8 3.3 8 9V51h-6V39.5c0-3.332-1.79-4.5-4-4.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="50" height="50" x="11" y="11" fill="#61b2e4" rx="3"/><path fill="#fff" d="M20 30h6v21h-6z"/><circle cx="23" cy="22" r="3.5" fill="#fff"/><path fill="#fff" d="M42.5 35c-2.209 0-4 1.168-4 4.5V51h-6V30h6v2.21h-.002A7.98 7.98 0 0 1 44.5 29.5c4.418 0 8 3.3 8 9V51h-6V39.5c0-3.332-1.79-4.5-4-4.5"/><g fill="none" stroke="#000" stroke-width="2"><rect width="50" height="50" x="11" y="11" stroke-miterlimit="10" rx="3"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 30h6v21h-6z"/><circle cx="23" cy="22" r="3.5" stroke-linecap="round" stroke-linejoin="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M42.5 35c-2.209 0-4 1.168-4 4.5V51h-6V30h6v2.21h-.002A7.98 7.98 0 0 1 44.5 29.5c4.418 0 8 3.3 8 9V51h-6V39.5c0-3.332-1.79-4.5-4-4.5"/></g></svg> </template>
CSS
.icon-linkedin {
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%2072%2072%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20x%3D%2211%22%20y%3D%2211%22%20fill%3D%22%2361b2e4%22%20rx%3D%223%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2030h6v21h-6z%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2222%22%20r%3D%223.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.5%2035c-2.209%200-4%201.168-4%204.5V51h-6V30h6v2.21h-.002A7.98%207.98%200%200%201%2044.5%2029.5c4.418%200%208%203.3%208%209V51h-6V39.5c0-3.332-1.79-4.5-4-4.5%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20x%3D%2211%22%20y%3D%2211%22%20stroke-miterlimit%3D%2210%22%20rx%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2030h6v21h-6z%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2222%22%20r%3D%223.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.5%2035c-2.209%200-4%201.168-4%204.5V51h-6V30h6v2.21h-.002A7.98%207.98%200%200%201%2044.5%2029.5c4.418%200%208%203.3%208%209V51h-6V39.5c0-3.332-1.79-4.5-4-4.5%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%2072%2072%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20x%3D%2211%22%20y%3D%2211%22%20fill%3D%22%2361b2e4%22%20rx%3D%223%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2030h6v21h-6z%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2222%22%20r%3D%223.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.5%2035c-2.209%200-4%201.168-4%204.5V51h-6V30h6v2.21h-.002A7.98%207.98%200%200%201%2044.5%2029.5c4.418%200%208%203.3%208%209V51h-6V39.5c0-3.332-1.79-4.5-4-4.5%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20x%3D%2211%22%20y%3D%2211%22%20stroke-miterlimit%3D%2210%22%20rx%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2030h6v21h-6z%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2222%22%20r%3D%223.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.5%2035c-2.209%200-4%201.168-4%204.5V51h-6V30h6v2.21h-.002A7.98%207.98%200%200%201%2044.5%2029.5c4.418%200%208%203.3%208%209V51h-6V39.5c0-3.332-1.79-4.5-4-4.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/linkedin.svg?color=%231a73e8&size=48