linux logo icon
linux-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- linux-logo-bold
- Set
- Phosphor
- Style
- Bold
- 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"><path fill="currentColor" d="M231.49 217.38a12 12 0 0 1-16.89-1.9C213.19 213.72 180 171.24 180 88a52 52 0 1 0-104 0c0 83.24-33.21 125.72-34.62 127.48a12 12 0 0 1-18.78-14.95C23 200 52 162.06 52 88a76 76 0 1 1 152 0c0 74.19 29.1 112.16 29.4 112.54a12 12 0 0 1-1.91 16.84M104 120a16 16 0 1 0-16-16a16 16 0 0 0 16 16m64-16a16 16 0 1 0-16 16a16 16 0 0 0 16-16m-72.74 51l28 12a12 12 0 0 0 9.45 0l28-12a12 12 0 0 0-9.45-22l-23.27 10l-23.27-10a12 12 0 0 0-9.46 22M128 184a57.12 57.12 0 0 0-38.66 15.15a12 12 0 0 0 16.23 17.69a32.86 32.86 0 0 1 44.85 0a12 12 0 1 0 16.23-17.69A57.1 57.1 0 0 0 128 184"/></svg>
React
import type { SVGProps } from "react";
export function PhLinuxLogoBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M231.49 217.38a12 12 0 0 1-16.89-1.9C213.19 213.72 180 171.24 180 88a52 52 0 1 0-104 0c0 83.24-33.21 125.72-34.62 127.48a12 12 0 0 1-18.78-14.95C23 200 52 162.06 52 88a76 76 0 1 1 152 0c0 74.19 29.1 112.16 29.4 112.54a12 12 0 0 1-1.91 16.84M104 120a16 16 0 1 0-16-16a16 16 0 0 0 16 16m64-16a16 16 0 1 0-16 16a16 16 0 0 0 16-16m-72.74 51l28 12a12 12 0 0 0 9.45 0l28-12a12 12 0 0 0-9.45-22l-23.27 10l-23.27-10a12 12 0 0 0-9.46 22M128 184a57.12 57.12 0 0 0-38.66 15.15a12 12 0 0 0 16.23 17.69a32.86 32.86 0 0 1 44.85 0a12 12 0 1 0 16.23-17.69A57.1 57.1 0 0 0 128 184"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M231.49 217.38a12 12 0 0 1-16.89-1.9C213.19 213.72 180 171.24 180 88a52 52 0 1 0-104 0c0 83.24-33.21 125.72-34.62 127.48a12 12 0 0 1-18.78-14.95C23 200 52 162.06 52 88a76 76 0 1 1 152 0c0 74.19 29.1 112.16 29.4 112.54a12 12 0 0 1-1.91 16.84M104 120a16 16 0 1 0-16-16a16 16 0 0 0 16 16m64-16a16 16 0 1 0-16 16a16 16 0 0 0 16-16m-72.74 51l28 12a12 12 0 0 0 9.45 0l28-12a12 12 0 0 0-9.45-22l-23.27 10l-23.27-10a12 12 0 0 0-9.46 22M128 184a57.12 57.12 0 0 0-38.66 15.15a12 12 0 0 0 16.23 17.69a32.86 32.86 0 0 1 44.85 0a12 12 0 1 0 16.23-17.69A57.1 57.1 0 0 0 128 184"/></svg> </template>
CSS
.icon-linux-logo-bold {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M231.49%20217.38a12%2012%200%200%201-16.89-1.9C213.19%20213.72%20180%20171.24%20180%2088a52%2052%200%201%200-104%200c0%2083.24-33.21%20125.72-34.62%20127.48a12%2012%200%200%201-18.78-14.95C23%20200%2052%20162.06%2052%2088a76%2076%200%201%201%20152%200c0%2074.19%2029.1%20112.16%2029.4%20112.54a12%2012%200%200%201-1.91%2016.84M104%20120a16%2016%200%201%200-16-16a16%2016%200%200%200%2016%2016m64-16a16%2016%200%201%200-16%2016a16%2016%200%200%200%2016-16m-72.74%2051l28%2012a12%2012%200%200%200%209.45%200l28-12a12%2012%200%200%200-9.45-22l-23.27%2010l-23.27-10a12%2012%200%200%200-9.46%2022M128%20184a57.12%2057.12%200%200%200-38.66%2015.15a12%2012%200%200%200%2016.23%2017.69a32.86%2032.86%200%200%201%2044.85%200a12%2012%200%201%200%2016.23-17.69A57.1%2057.1%200%200%200%20128%20184%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M231.49%20217.38a12%2012%200%200%201-16.89-1.9C213.19%20213.72%20180%20171.24%20180%2088a52%2052%200%201%200-104%200c0%2083.24-33.21%20125.72-34.62%20127.48a12%2012%200%200%201-18.78-14.95C23%20200%2052%20162.06%2052%2088a76%2076%200%201%201%20152%200c0%2074.19%2029.1%20112.16%2029.4%20112.54a12%2012%200%200%201-1.91%2016.84M104%20120a16%2016%200%201%200-16-16a16%2016%200%200%200%2016%2016m64-16a16%2016%200%201%200-16%2016a16%2016%200%200%200%2016-16m-72.74%2051l28%2012a12%2012%200%200%200%209.45%200l28-12a12%2012%200%200%200-9.45-22l-23.27%2010l-23.27-10a12%2012%200%200%200-9.46%2022M128%20184a57.12%2057.12%200%200%200-38.66%2015.15a12%2012%200%200%200%2016.23%2017.69a32.86%2032.86%200%200%201%2044.85%200a12%2012%200%201%200%2016.23-17.69A57.1%2057.1%200%200%200%20128%20184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/linux-logo-bold.svg?color=%231a73e8&size=48