linux icon
linux from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- linux
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the linux icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5C10.488 5 6 9.488 6 15v8c0 1.117-.883 2-2 2v2c2.2 0 4-1.8 4-4v-8c0-4.43 3.57-8 8-8a8 8 0 0 1 2.875.531c-.293.414-.137 1.145.406 1.688c.586.586 1.39.734 1.782.344c.144-.145.187-.368.187-.594A7.98 7.98 0 0 1 24 15v8c0 2.2 1.8 4 4 4v-2c-1.117 0-2-.883-2-2v-8c0-5.512-4.488-10-10-10m-3 6c-1.52 0-2.668.852-3.25 1.875S9 15.047 9 16c0 1.355.414 2.348.875 2.969c.043.058.082.101.125.156c-.613.656-1 1.469-1 2.375c0 1.43.973 2.598 2.25 3.344S14.184 26 16 26s3.473-.41 4.75-1.156S23 22.93 23 21.5c0-.906-.387-1.719-1-2.375c.043-.055.082-.098.125-.156c.46-.621.875-1.614.875-2.969c0-.953-.168-2.102-.75-3.125A3.71 3.71 0 0 0 19 11a3.69 3.69 0 0 0-3 1.5a3.69 3.69 0 0 0-3-1.5m0 2c.867 0 1.21.313 1.531.875S15 15.293 15 16h2c0-.707.148-1.563.469-2.125S18.133 13 19 13s1.21.313 1.531.875S21 15.293 21 16c0 .96-.277 1.48-.5 1.781c-.07.098-.11.14-.156.188c-.227-.114-.446-.25-.688-.344c.211-.273.344-.672.344-1.125c0-.828-.45-1.5-1-1.5s-1 .672-1 1.5c0 .266.078.504.156.719A11 11 0 0 0 16 17c-.758 0-1.469.082-2.156.219c.078-.215.156-.453.156-.719c0-.828-.45-1.5-1-1.5s-1 .672-1 1.5c0 .453.133.852.344 1.125c-.242.094-.461.23-.688.344a1.3 1.3 0 0 1-.156-.188c-.223-.3-.5-.82-.5-1.781c0-.707.148-1.563.469-2.125S12.133 13 13 13m3 6c1.5 0 2.855.352 3.75.875S21 20.996 21 21.5s-.355 1.102-1.25 1.625S17.5 24 16 24s-2.855-.352-3.75-.875S11 22.004 11 21.5s.355-1.102 1.25-1.625S14.5 19 16 19m-2.5 1.438l-1 1.718S13.926 23 16 23s3.5-.844 3.5-.844l-1-1.718S17.547 21 16 21s-2.5-.563-2.5-.563z"/></svg>
React
import type { SVGProps } from "react";
export function LaLinux(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5C10.488 5 6 9.488 6 15v8c0 1.117-.883 2-2 2v2c2.2 0 4-1.8 4-4v-8c0-4.43 3.57-8 8-8a8 8 0 0 1 2.875.531c-.293.414-.137 1.145.406 1.688c.586.586 1.39.734 1.782.344c.144-.145.187-.368.187-.594A7.98 7.98 0 0 1 24 15v8c0 2.2 1.8 4 4 4v-2c-1.117 0-2-.883-2-2v-8c0-5.512-4.488-10-10-10m-3 6c-1.52 0-2.668.852-3.25 1.875S9 15.047 9 16c0 1.355.414 2.348.875 2.969c.043.058.082.101.125.156c-.613.656-1 1.469-1 2.375c0 1.43.973 2.598 2.25 3.344S14.184 26 16 26s3.473-.41 4.75-1.156S23 22.93 23 21.5c0-.906-.387-1.719-1-2.375c.043-.055.082-.098.125-.156c.46-.621.875-1.614.875-2.969c0-.953-.168-2.102-.75-3.125A3.71 3.71 0 0 0 19 11a3.69 3.69 0 0 0-3 1.5a3.69 3.69 0 0 0-3-1.5m0 2c.867 0 1.21.313 1.531.875S15 15.293 15 16h2c0-.707.148-1.563.469-2.125S18.133 13 19 13s1.21.313 1.531.875S21 15.293 21 16c0 .96-.277 1.48-.5 1.781c-.07.098-.11.14-.156.188c-.227-.114-.446-.25-.688-.344c.211-.273.344-.672.344-1.125c0-.828-.45-1.5-1-1.5s-1 .672-1 1.5c0 .266.078.504.156.719A11 11 0 0 0 16 17c-.758 0-1.469.082-2.156.219c.078-.215.156-.453.156-.719c0-.828-.45-1.5-1-1.5s-1 .672-1 1.5c0 .453.133.852.344 1.125c-.242.094-.461.23-.688.344a1.3 1.3 0 0 1-.156-.188c-.223-.3-.5-.82-.5-1.781c0-.707.148-1.563.469-2.125S12.133 13 13 13m3 6c1.5 0 2.855.352 3.75.875S21 20.996 21 21.5s-.355 1.102-1.25 1.625S17.5 24 16 24s-2.855-.352-3.75-.875S11 22.004 11 21.5s.355-1.102 1.25-1.625S14.5 19 16 19m-2.5 1.438l-1 1.718S13.926 23 16 23s3.5-.844 3.5-.844l-1-1.718S17.547 21 16 21s-2.5-.563-2.5-.563z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5C10.488 5 6 9.488 6 15v8c0 1.117-.883 2-2 2v2c2.2 0 4-1.8 4-4v-8c0-4.43 3.57-8 8-8a8 8 0 0 1 2.875.531c-.293.414-.137 1.145.406 1.688c.586.586 1.39.734 1.782.344c.144-.145.187-.368.187-.594A7.98 7.98 0 0 1 24 15v8c0 2.2 1.8 4 4 4v-2c-1.117 0-2-.883-2-2v-8c0-5.512-4.488-10-10-10m-3 6c-1.52 0-2.668.852-3.25 1.875S9 15.047 9 16c0 1.355.414 2.348.875 2.969c.043.058.082.101.125.156c-.613.656-1 1.469-1 2.375c0 1.43.973 2.598 2.25 3.344S14.184 26 16 26s3.473-.41 4.75-1.156S23 22.93 23 21.5c0-.906-.387-1.719-1-2.375c.043-.055.082-.098.125-.156c.46-.621.875-1.614.875-2.969c0-.953-.168-2.102-.75-3.125A3.71 3.71 0 0 0 19 11a3.69 3.69 0 0 0-3 1.5a3.69 3.69 0 0 0-3-1.5m0 2c.867 0 1.21.313 1.531.875S15 15.293 15 16h2c0-.707.148-1.563.469-2.125S18.133 13 19 13s1.21.313 1.531.875S21 15.293 21 16c0 .96-.277 1.48-.5 1.781c-.07.098-.11.14-.156.188c-.227-.114-.446-.25-.688-.344c.211-.273.344-.672.344-1.125c0-.828-.45-1.5-1-1.5s-1 .672-1 1.5c0 .266.078.504.156.719A11 11 0 0 0 16 17c-.758 0-1.469.082-2.156.219c.078-.215.156-.453.156-.719c0-.828-.45-1.5-1-1.5s-1 .672-1 1.5c0 .453.133.852.344 1.125c-.242.094-.461.23-.688.344a1.3 1.3 0 0 1-.156-.188c-.223-.3-.5-.82-.5-1.781c0-.707.148-1.563.469-2.125S12.133 13 13 13m3 6c1.5 0 2.855.352 3.75.875S21 20.996 21 21.5s-.355 1.102-1.25 1.625S17.5 24 16 24s-2.855-.352-3.75-.875S11 22.004 11 21.5s.355-1.102 1.25-1.625S14.5 19 16 19m-2.5 1.438l-1 1.718S13.926 23 16 23s3.5-.844 3.5-.844l-1-1.718S17.547 21 16 21s-2.5-.563-2.5-.563z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205C10.488%205%206%209.488%206%2015v8c0%201.117-.883%202-2%202v2c2.2%200%204-1.8%204-4v-8c0-4.43%203.57-8%208-8a8%208%200%200%201%202.875.531c-.293.414-.137%201.145.406%201.688c.586.586%201.39.734%201.782.344c.144-.145.187-.368.187-.594A7.98%207.98%200%200%201%2024%2015v8c0%202.2%201.8%204%204%204v-2c-1.117%200-2-.883-2-2v-8c0-5.512-4.488-10-10-10m-3%206c-1.52%200-2.668.852-3.25%201.875S9%2015.047%209%2016c0%201.355.414%202.348.875%202.969c.043.058.082.101.125.156c-.613.656-1%201.469-1%202.375c0%201.43.973%202.598%202.25%203.344S14.184%2026%2016%2026s3.473-.41%204.75-1.156S23%2022.93%2023%2021.5c0-.906-.387-1.719-1-2.375c.043-.055.082-.098.125-.156c.46-.621.875-1.614.875-2.969c0-.953-.168-2.102-.75-3.125A3.71%203.71%200%200%200%2019%2011a3.69%203.69%200%200%200-3%201.5a3.69%203.69%200%200%200-3-1.5m0%202c.867%200%201.21.313%201.531.875S15%2015.293%2015%2016h2c0-.707.148-1.563.469-2.125S18.133%2013%2019%2013s1.21.313%201.531.875S21%2015.293%2021%2016c0%20.96-.277%201.48-.5%201.781c-.07.098-.11.14-.156.188c-.227-.114-.446-.25-.688-.344c.211-.273.344-.672.344-1.125c0-.828-.45-1.5-1-1.5s-1%20.672-1%201.5c0%20.266.078.504.156.719A11%2011%200%200%200%2016%2017c-.758%200-1.469.082-2.156.219c.078-.215.156-.453.156-.719c0-.828-.45-1.5-1-1.5s-1%20.672-1%201.5c0%20.453.133.852.344%201.125c-.242.094-.461.23-.688.344a1.3%201.3%200%200%201-.156-.188c-.223-.3-.5-.82-.5-1.781c0-.707.148-1.563.469-2.125S12.133%2013%2013%2013m3%206c1.5%200%202.855.352%203.75.875S21%2020.996%2021%2021.5s-.355%201.102-1.25%201.625S17.5%2024%2016%2024s-2.855-.352-3.75-.875S11%2022.004%2011%2021.5s.355-1.102%201.25-1.625S14.5%2019%2016%2019m-2.5%201.438l-1%201.718S13.926%2023%2016%2023s3.5-.844%203.5-.844l-1-1.718S17.547%2021%2016%2021s-2.5-.563-2.5-.563z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205C10.488%205%206%209.488%206%2015v8c0%201.117-.883%202-2%202v2c2.2%200%204-1.8%204-4v-8c0-4.43%203.57-8%208-8a8%208%200%200%201%202.875.531c-.293.414-.137%201.145.406%201.688c.586.586%201.39.734%201.782.344c.144-.145.187-.368.187-.594A7.98%207.98%200%200%201%2024%2015v8c0%202.2%201.8%204%204%204v-2c-1.117%200-2-.883-2-2v-8c0-5.512-4.488-10-10-10m-3%206c-1.52%200-2.668.852-3.25%201.875S9%2015.047%209%2016c0%201.355.414%202.348.875%202.969c.043.058.082.101.125.156c-.613.656-1%201.469-1%202.375c0%201.43.973%202.598%202.25%203.344S14.184%2026%2016%2026s3.473-.41%204.75-1.156S23%2022.93%2023%2021.5c0-.906-.387-1.719-1-2.375c.043-.055.082-.098.125-.156c.46-.621.875-1.614.875-2.969c0-.953-.168-2.102-.75-3.125A3.71%203.71%200%200%200%2019%2011a3.69%203.69%200%200%200-3%201.5a3.69%203.69%200%200%200-3-1.5m0%202c.867%200%201.21.313%201.531.875S15%2015.293%2015%2016h2c0-.707.148-1.563.469-2.125S18.133%2013%2019%2013s1.21.313%201.531.875S21%2015.293%2021%2016c0%20.96-.277%201.48-.5%201.781c-.07.098-.11.14-.156.188c-.227-.114-.446-.25-.688-.344c.211-.273.344-.672.344-1.125c0-.828-.45-1.5-1-1.5s-1%20.672-1%201.5c0%20.266.078.504.156.719A11%2011%200%200%200%2016%2017c-.758%200-1.469.082-2.156.219c.078-.215.156-.453.156-.719c0-.828-.45-1.5-1-1.5s-1%20.672-1%201.5c0%20.453.133.852.344%201.125c-.242.094-.461.23-.688.344a1.3%201.3%200%200%201-.156-.188c-.223-.3-.5-.82-.5-1.781c0-.707.148-1.563.469-2.125S12.133%2013%2013%2013m3%206c1.5%200%202.855.352%203.75.875S21%2020.996%2021%2021.5s-.355%201.102-1.25%201.625S17.5%2024%2016%2024s-2.855-.352-3.75-.875S11%2022.004%2011%2021.5s.355-1.102%201.25-1.625S14.5%2019%2016%2019m-2.5%201.438l-1%201.718S13.926%2023%2016%2023s3.5-.844%203.5-.844l-1-1.718S17.547%2021%2016%2021s-2.5-.563-2.5-.563z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/linux.svg?color=%231a73e8&size=48