linux logo icon

linux-logo-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
linux-logo-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the linux logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 208h-56c-8-14.35-22.91-24-40-24s-32 9.65-40 24H32s32-40 32-120a64 64 0 0 1 128 0c0 80 32 120 32 120" opacity=".2"/><path d="M229 214.25a8 8 0 0 1-11.24-1.25C216.39 211.27 184 169.86 184 88a56 56 0 0 0-112 0c0 81.86-32.37 123.27-33.75 125a8 8 0 0 1-12.51-10c.15-.2 7.69-9.9 15.13-28.74C47.77 156.8 56 127.64 56 88a72 72 0 0 1 144 0c0 39.64 8.23 68.8 15.13 86.28c7.48 18.94 15.06 28.64 15.14 28.74a8 8 0 0 1-1.27 11.23M100 88a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 12a12 12 0 1 0-12 12a12 12 0 0 0 12-12m-68.42 28.84a8 8 0 0 0-7.15 14.31l32 16a7.94 7.94 0 0 0 7.15 0l32-16a8 8 0 0 0-7.16-14.31L128 143.05ZM128 176a54.07 54.07 0 0 0-47 28.11a8 8 0 1 0 14 7.78a37.35 37.35 0 0 1 66 0a8 8 0 0 0 14-7.78A54.07 54.07 0 0 0 128 176"/></g></svg>

React

import type { SVGProps } from "react";

export function PhLinuxLogoDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 208h-56c-8-14.35-22.91-24-40-24s-32 9.65-40 24H32s32-40 32-120a64 64 0 0 1 128 0c0 80 32 120 32 120" opacity=".2"/><path d="M229 214.25a8 8 0 0 1-11.24-1.25C216.39 211.27 184 169.86 184 88a56 56 0 0 0-112 0c0 81.86-32.37 123.27-33.75 125a8 8 0 0 1-12.51-10c.15-.2 7.69-9.9 15.13-28.74C47.77 156.8 56 127.64 56 88a72 72 0 0 1 144 0c0 39.64 8.23 68.8 15.13 86.28c7.48 18.94 15.06 28.64 15.14 28.74a8 8 0 0 1-1.27 11.23M100 88a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 12a12 12 0 1 0-12 12a12 12 0 0 0 12-12m-68.42 28.84a8 8 0 0 0-7.15 14.31l32 16a7.94 7.94 0 0 0 7.15 0l32-16a8 8 0 0 0-7.16-14.31L128 143.05ZM128 176a54.07 54.07 0 0 0-47 28.11a8 8 0 1 0 14 7.78a37.35 37.35 0 0 1 66 0a8 8 0 0 0 14-7.78A54.07 54.07 0 0 0 128 176"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 208h-56c-8-14.35-22.91-24-40-24s-32 9.65-40 24H32s32-40 32-120a64 64 0 0 1 128 0c0 80 32 120 32 120" opacity=".2"/><path d="M229 214.25a8 8 0 0 1-11.24-1.25C216.39 211.27 184 169.86 184 88a56 56 0 0 0-112 0c0 81.86-32.37 123.27-33.75 125a8 8 0 0 1-12.51-10c.15-.2 7.69-9.9 15.13-28.74C47.77 156.8 56 127.64 56 88a72 72 0 0 1 144 0c0 39.64 8.23 68.8 15.13 86.28c7.48 18.94 15.06 28.64 15.14 28.74a8 8 0 0 1-1.27 11.23M100 88a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 12a12 12 0 1 0-12 12a12 12 0 0 0 12-12m-68.42 28.84a8 8 0 0 0-7.15 14.31l32 16a7.94 7.94 0 0 0 7.15 0l32-16a8 8 0 0 0-7.16-14.31L128 143.05ZM128 176a54.07 54.07 0 0 0-47 28.11a8 8 0 1 0 14 7.78a37.35 37.35 0 0 1 66 0a8 8 0 0 0 14-7.78A54.07 54.07 0 0 0 128 176"/></g></svg>
</template>

CSS

.icon-linux-logo-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20208h-56c-8-14.35-22.91-24-40-24s-32%209.65-40%2024H32s32-40%2032-120a64%2064%200%200%201%20128%200c0%2080%2032%20120%2032%20120%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M229%20214.25a8%208%200%200%201-11.24-1.25C216.39%20211.27%20184%20169.86%20184%2088a56%2056%200%200%200-112%200c0%2081.86-32.37%20123.27-33.75%20125a8%208%200%200%201-12.51-10c.15-.2%207.69-9.9%2015.13-28.74C47.77%20156.8%2056%20127.64%2056%2088a72%2072%200%200%201%20144%200c0%2039.64%208.23%2068.8%2015.13%2086.28c7.48%2018.94%2015.06%2028.64%2015.14%2028.74a8%208%200%200%201-1.27%2011.23M100%2088a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m68%2012a12%2012%200%201%200-12%2012a12%2012%200%200%200%2012-12m-68.42%2028.84a8%208%200%200%200-7.15%2014.31l32%2016a7.94%207.94%200%200%200%207.15%200l32-16a8%208%200%200%200-7.16-14.31L128%20143.05ZM128%20176a54.07%2054.07%200%200%200-47%2028.11a8%208%200%201%200%2014%207.78a37.35%2037.35%200%200%201%2066%200a8%208%200%200%200%2014-7.78A54.07%2054.07%200%200%200%20128%20176%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20208h-56c-8-14.35-22.91-24-40-24s-32%209.65-40%2024H32s32-40%2032-120a64%2064%200%200%201%20128%200c0%2080%2032%20120%2032%20120%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M229%20214.25a8%208%200%200%201-11.24-1.25C216.39%20211.27%20184%20169.86%20184%2088a56%2056%200%200%200-112%200c0%2081.86-32.37%20123.27-33.75%20125a8%208%200%200%201-12.51-10c.15-.2%207.69-9.9%2015.13-28.74C47.77%20156.8%2056%20127.64%2056%2088a72%2072%200%200%201%20144%200c0%2039.64%208.23%2068.8%2015.13%2086.28c7.48%2018.94%2015.06%2028.64%2015.14%2028.74a8%208%200%200%201-1.27%2011.23M100%2088a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m68%2012a12%2012%200%201%200-12%2012a12%2012%200%200%200%2012-12m-68.42%2028.84a8%208%200%200%200-7.15%2014.31l32%2016a7.94%207.94%200%200%200%207.15%200l32-16a8%208%200%200%200-7.16-14.31L128%20143.05ZM128%20176a54.07%2054.07%200%200%200-47%2028.11a8%208%200%201%200%2014%207.78a37.35%2037.35%200%200%201%2066%200a8%208%200%200%200%2014-7.78A54.07%2054.07%200%200%200%20128%20176%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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