linkedin 02 icon

linkedin-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
linkedin-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the linkedin 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4.5 9.5H4c-.943 0-1.414 0-1.707.293S2 10.557 2 11.5V20c0 .943 0 1.414.293 1.707S3.057 22 4 22h.5c.943 0 1.414 0 1.707-.293S6.5 20.943 6.5 20v-8.5c0-.943 0-1.414-.293-1.707S5.443 9.5 4.5 9.5Zm2-5.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0Z"/><path stroke-linejoin="round" d="M12.326 9.5H11.5c-.943 0-1.414 0-1.707.293S9.5 10.557 9.5 11.5V20c0 .943 0 1.414.293 1.707S10.557 22 11.5 22h.5c.943 0 1.414 0 1.707-.293S14 20.943 14 20v-3.5c0-1.657.528-3 2.088-3c.78 0 1.412.672 1.412 1.5v4.5c0 .943 0 1.414.293 1.707s.764.293 1.707.293h.499c.942 0 1.414 0 1.707-.293c.292-.293.293-.764.293-1.706L22 14c0-2.486-2.364-4.5-4.703-4.5c-1.332 0-2.52.652-3.297 1.673c0-.63 0-.945-.137-1.179a1 1 0 0 0-.358-.358c-.234-.137-.549-.137-1.179-.137Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLinkedin02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M4.5 9.5H4c-.943 0-1.414 0-1.707.293S2 10.557 2 11.5V20c0 .943 0 1.414.293 1.707S3.057 22 4 22h.5c.943 0 1.414 0 1.707-.293S6.5 20.943 6.5 20v-8.5c0-.943 0-1.414-.293-1.707S5.443 9.5 4.5 9.5Zm2-5.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0Z"/><path strokeLinejoin="round" d="M12.326 9.5H11.5c-.943 0-1.414 0-1.707.293S9.5 10.557 9.5 11.5V20c0 .943 0 1.414.293 1.707S10.557 22 11.5 22h.5c.943 0 1.414 0 1.707-.293S14 20.943 14 20v-3.5c0-1.657.528-3 2.088-3c.78 0 1.412.672 1.412 1.5v4.5c0 .943 0 1.414.293 1.707s.764.293 1.707.293h.499c.942 0 1.414 0 1.707-.293c.292-.293.293-.764.293-1.706L22 14c0-2.486-2.364-4.5-4.703-4.5c-1.332 0-2.52.652-3.297 1.673c0-.63 0-.945-.137-1.179a1 1 0 0 0-.358-.358c-.234-.137-.549-.137-1.179-.137Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4.5 9.5H4c-.943 0-1.414 0-1.707.293S2 10.557 2 11.5V20c0 .943 0 1.414.293 1.707S3.057 22 4 22h.5c.943 0 1.414 0 1.707-.293S6.5 20.943 6.5 20v-8.5c0-.943 0-1.414-.293-1.707S5.443 9.5 4.5 9.5Zm2-5.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0Z"/><path stroke-linejoin="round" d="M12.326 9.5H11.5c-.943 0-1.414 0-1.707.293S9.5 10.557 9.5 11.5V20c0 .943 0 1.414.293 1.707S10.557 22 11.5 22h.5c.943 0 1.414 0 1.707-.293S14 20.943 14 20v-3.5c0-1.657.528-3 2.088-3c.78 0 1.412.672 1.412 1.5v4.5c0 .943 0 1.414.293 1.707s.764.293 1.707.293h.499c.942 0 1.414 0 1.707-.293c.292-.293.293-.764.293-1.706L22 14c0-2.486-2.364-4.5-4.703-4.5c-1.332 0-2.52.652-3.297 1.673c0-.63 0-.945-.137-1.179a1 1 0 0 0-.358-.358c-.234-.137-.549-.137-1.179-.137Z"/></g></svg>
</template>

CSS

.icon-linkedin-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.5%209.5H4c-.943%200-1.414%200-1.707.293S2%2010.557%202%2011.5V20c0%20.943%200%201.414.293%201.707S3.057%2022%204%2022h.5c.943%200%201.414%200%201.707-.293S6.5%2020.943%206.5%2020v-8.5c0-.943%200-1.414-.293-1.707S5.443%209.5%204.5%209.5Zm2-5.25a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.326%209.5H11.5c-.943%200-1.414%200-1.707.293S9.5%2010.557%209.5%2011.5V20c0%20.943%200%201.414.293%201.707S10.557%2022%2011.5%2022h.5c.943%200%201.414%200%201.707-.293S14%2020.943%2014%2020v-3.5c0-1.657.528-3%202.088-3c.78%200%201.412.672%201.412%201.5v4.5c0%20.943%200%201.414.293%201.707s.764.293%201.707.293h.499c.942%200%201.414%200%201.707-.293c.292-.293.293-.764.293-1.706L22%2014c0-2.486-2.364-4.5-4.703-4.5c-1.332%200-2.52.652-3.297%201.673c0-.63%200-.945-.137-1.179a1%201%200%200%200-.358-.358c-.234-.137-.549-.137-1.179-.137Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.5%209.5H4c-.943%200-1.414%200-1.707.293S2%2010.557%202%2011.5V20c0%20.943%200%201.414.293%201.707S3.057%2022%204%2022h.5c.943%200%201.414%200%201.707-.293S6.5%2020.943%206.5%2020v-8.5c0-.943%200-1.414-.293-1.707S5.443%209.5%204.5%209.5Zm2-5.25a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.326%209.5H11.5c-.943%200-1.414%200-1.707.293S9.5%2010.557%209.5%2011.5V20c0%20.943%200%201.414.293%201.707S10.557%2022%2011.5%2022h.5c.943%200%201.414%200%201.707-.293S14%2020.943%2014%2020v-3.5c0-1.657.528-3%202.088-3c.78%200%201.412.672%201.412%201.5v4.5c0%20.943%200%201.414.293%201.707s.764.293%201.707.293h.499c.942%200%201.414%200%201.707-.293c.292-.293.293-.764.293-1.706L22%2014c0-2.486-2.364-4.5-4.703-4.5c-1.332%200-2.52.652-3.297%201.673c0-.63%200-.945-.137-1.179a1%201%200%200%200-.358-.358c-.234-.137-.549-.137-1.179-.137Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/linkedin-02.svg?color=%231a73e8&size=48