social linkedin icon

social-linkedin-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
social-linkedin-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the social linkedin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M182.8 384V212.9h-54.9V384h54.9zm-25.4-197c18.3 0 29.7-13.1 29.7-29.5-.3-16.7-11.4-29.5-29.4-29.5S128 140.8 128 157.5c0 16.4 11.4 29.5 29 29.5h.4z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"/><path d="M320.6 209c-29.1 0-41.6 16.4-49.6 27.8V213h-55v171h55v-97.4c0-5 .4-10 1.9-13.5 4-10 13-20.3 28.2-20.3 19.9 0 27.9 15.3 27.9 37.7V384h55v-99.9c0-51.3-27.2-75.1-63.4-75.1z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"/><path d="M417.2 64H96.8C79.3 64 64 76.6 64 93.9V415c0 17.4 15.3 32.9 32.8 32.9h320.3c17.6 0 30.8-15.6 30.8-32.9V93.9C448 76.6 434.7 64 417.2 64zM414 416H99.1c-1.8 0-3.1-1.4-3.1-3.1V98c0-1.1 1-2 2-2h316c1 0 2 1 2 2v316c0 .9-.9 2-2 2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialLinkedinOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M182.8 384V212.9h-54.9V384h54.9zm-25.4-197c18.3 0 29.7-13.1 29.7-29.5-.3-16.7-11.4-29.5-29.4-29.5S128 140.8 128 157.5c0 16.4 11.4 29.5 29 29.5h.4z" fillRule="evenodd" clipRule="evenodd" fill="currentColor"/><path d="M320.6 209c-29.1 0-41.6 16.4-49.6 27.8V213h-55v171h55v-97.4c0-5 .4-10 1.9-13.5 4-10 13-20.3 28.2-20.3 19.9 0 27.9 15.3 27.9 37.7V384h55v-99.9c0-51.3-27.2-75.1-63.4-75.1z" fillRule="evenodd" clipRule="evenodd" fill="currentColor"/><path d="M417.2 64H96.8C79.3 64 64 76.6 64 93.9V415c0 17.4 15.3 32.9 32.8 32.9h320.3c17.6 0 30.8-15.6 30.8-32.9V93.9C448 76.6 434.7 64 417.2 64zM414 416H99.1c-1.8 0-3.1-1.4-3.1-3.1V98c0-1.1 1-2 2-2h316c1 0 2 1 2 2v316c0 .9-.9 2-2 2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M182.8 384V212.9h-54.9V384h54.9zm-25.4-197c18.3 0 29.7-13.1 29.7-29.5-.3-16.7-11.4-29.5-29.4-29.5S128 140.8 128 157.5c0 16.4 11.4 29.5 29 29.5h.4z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"/><path d="M320.6 209c-29.1 0-41.6 16.4-49.6 27.8V213h-55v171h55v-97.4c0-5 .4-10 1.9-13.5 4-10 13-20.3 28.2-20.3 19.9 0 27.9 15.3 27.9 37.7V384h55v-99.9c0-51.3-27.2-75.1-63.4-75.1z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"/><path d="M417.2 64H96.8C79.3 64 64 76.6 64 93.9V415c0 17.4 15.3 32.9 32.8 32.9h320.3c17.6 0 30.8-15.6 30.8-32.9V93.9C448 76.6 434.7 64 417.2 64zM414 416H99.1c-1.8 0-3.1-1.4-3.1-3.1V98c0-1.1 1-2 2-2h316c1 0 2 1 2 2v316c0 .9-.9 2-2 2z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-linkedin-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M182.8%20384V212.9h-54.9V384h54.9zm-25.4-197c18.3%200%2029.7-13.1%2029.7-29.5-.3-16.7-11.4-29.5-29.4-29.5S128%20140.8%20128%20157.5c0%2016.4%2011.4%2029.5%2029%2029.5h.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320.6%20209c-29.1%200-41.6%2016.4-49.6%2027.8V213h-55v171h55v-97.4c0-5%20.4-10%201.9-13.5%204-10%2013-20.3%2028.2-20.3%2019.9%200%2027.9%2015.3%2027.9%2037.7V384h55v-99.9c0-51.3-27.2-75.1-63.4-75.1z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M417.2%2064H96.8C79.3%2064%2064%2076.6%2064%2093.9V415c0%2017.4%2015.3%2032.9%2032.8%2032.9h320.3c17.6%200%2030.8-15.6%2030.8-32.9V93.9C448%2076.6%20434.7%2064%20417.2%2064zM414%20416H99.1c-1.8%200-3.1-1.4-3.1-3.1V98c0-1.1%201-2%202-2h316c1%200%202%201%202%202v316c0%20.9-.9%202-2%202z%22%20fill%3D%22currentColor%22%2F%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%20512%20512%22%3E%3Cpath%20d%3D%22M182.8%20384V212.9h-54.9V384h54.9zm-25.4-197c18.3%200%2029.7-13.1%2029.7-29.5-.3-16.7-11.4-29.5-29.4-29.5S128%20140.8%20128%20157.5c0%2016.4%2011.4%2029.5%2029%2029.5h.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320.6%20209c-29.1%200-41.6%2016.4-49.6%2027.8V213h-55v171h55v-97.4c0-5%20.4-10%201.9-13.5%204-10%2013-20.3%2028.2-20.3%2019.9%200%2027.9%2015.3%2027.9%2037.7V384h55v-99.9c0-51.3-27.2-75.1-63.4-75.1z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M417.2%2064H96.8C79.3%2064%2064%2076.6%2064%2093.9V415c0%2017.4%2015.3%2032.9%2032.8%2032.9h320.3c17.6%200%2030.8-15.6%2030.8-32.9V93.9C448%2076.6%20434.7%2064%20417.2%2064zM414%20416H99.1c-1.8%200-3.1-1.4-3.1-3.1V98c0-1.1%201-2%202-2h316c1%200%202%201%202%202v316c0%20.9-.9%202-2%202z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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