linux from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.

Name
linux
Set
Iconoir
Style
Regular
Category
System
Viewbox
24×24
License
MIT

The same icon in other sets

More system icons from Iconoir

Use the linux 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-linecap="round" stroke-width="1.5"><path d="M2.5 20c1 0 2-.8 2-2v-7c0-3.5 3.1-7 7.5-7m9.5 16c-1 0-2-.8-2-2v-7c0-3.5-3.1-7-7.5-7"/><path stroke-linejoin="round" d="M12 19c2.761 0 5-1.12 5-2.5S14.761 14 12 14s-5 1.12-5 2.5S9.239 19 12 19"/><path stroke-linejoin="round" d="M7.75 15c-.463-.635-.75-1.52-.75-2.5C7 10.567 8.12 9 9.5 9s2.5 1.567 2.5 3.5c0 .455-.062.89-.175 1.29M16.25 15c.463-.635.75-1.52.75-2.5c0-1.933-1.12-3.5-2.5-3.5S12 10.567 12 12.5c0 .455.062.89.175 1.29M9.5 12v2m5-2v2"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirLinux(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" strokeLinecap="round" strokeWidth="1.5"><path d="M2.5 20c1 0 2-.8 2-2v-7c0-3.5 3.1-7 7.5-7m9.5 16c-1 0-2-.8-2-2v-7c0-3.5-3.1-7-7.5-7"/><path strokeLinejoin="round" d="M12 19c2.761 0 5-1.12 5-2.5S14.761 14 12 14s-5 1.12-5 2.5S9.239 19 12 19"/><path strokeLinejoin="round" d="M7.75 15c-.463-.635-.75-1.52-.75-2.5C7 10.567 8.12 9 9.5 9s2.5 1.567 2.5 3.5c0 .455-.062.89-.175 1.29M16.25 15c.463-.635.75-1.52.75-2.5c0-1.933-1.12-3.5-2.5-3.5S12 10.567 12 12.5c0 .455.062.89.175 1.29M9.5 12v2m5-2v2"/></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-linecap="round" stroke-width="1.5"><path d="M2.5 20c1 0 2-.8 2-2v-7c0-3.5 3.1-7 7.5-7m9.5 16c-1 0-2-.8-2-2v-7c0-3.5-3.1-7-7.5-7"/><path stroke-linejoin="round" d="M12 19c2.761 0 5-1.12 5-2.5S14.761 14 12 14s-5 1.12-5 2.5S9.239 19 12 19"/><path stroke-linejoin="round" d="M7.75 15c-.463-.635-.75-1.52-.75-2.5C7 10.567 8.12 9 9.5 9s2.5 1.567 2.5 3.5c0 .455-.062.89-.175 1.29M16.25 15c.463-.635.75-1.52.75-2.5c0-1.933-1.12-3.5-2.5-3.5S12 10.567 12 12.5c0 .455.062.89.175 1.29M9.5 12v2m5-2v2"/></g></svg>
</template>

CSS

.icon-linux {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%2020c1%200%202-.8%202-2v-7c0-3.5%203.1-7%207.5-7m9.5%2016c-1%200-2-.8-2-2v-7c0-3.5-3.1-7-7.5-7%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2019c2.761%200%205-1.12%205-2.5S14.761%2014%2012%2014s-5%201.12-5%202.5S9.239%2019%2012%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.75%2015c-.463-.635-.75-1.52-.75-2.5C7%2010.567%208.12%209%209.5%209s2.5%201.567%202.5%203.5c0%20.455-.062.89-.175%201.29M16.25%2015c.463-.635.75-1.52.75-2.5c0-1.933-1.12-3.5-2.5-3.5S12%2010.567%2012%2012.5c0%20.455.062.89.175%201.29M9.5%2012v2m5-2v2%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%2020c1%200%202-.8%202-2v-7c0-3.5%203.1-7%207.5-7m9.5%2016c-1%200-2-.8-2-2v-7c0-3.5-3.1-7-7.5-7%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2019c2.761%200%205-1.12%205-2.5S14.761%2014%2012%2014s-5%201.12-5%202.5S9.239%2019%2012%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.75%2015c-.463-.635-.75-1.52-.75-2.5C7%2010.567%208.12%209%209.5%209s2.5%201.567%202.5%203.5c0%20.455-.062.89-.175%201.29M16.25%2015c.463-.635.75-1.52.75-2.5c0-1.933-1.12-3.5-2.5-3.5S12%2010.567%2012%2012.5c0%20.455.062.89.175%201.29M9.5%2012v2m5-2v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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