linux icon
linux from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- linux
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
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="m29.895 23.542l-1.724-3.447a2 2 0 0 0-1.789-1.106h-.468a14.9 14.9 0 0 0-1.82-4.597C23.065 12.442 22 10.428 22 8a6 6 0 0 0-12 0a13 13 0 0 1-2.049 6.215a14.7 14.7 0 0 0-1.87 4.776h-.463a2 2 0 0 0-1.789 1.106l-1.723 3.447a1 1 0 0 0 .097 1.05l4.029 5.326a3 3 0 0 0 3.848.652l1.874-1.124A13.8 13.8 0 0 0 16 30a13.8 13.8 0 0 0 4.049-.553l1.871 1.123a3 3 0 0 0 1.539.43a3.04 3.04 0 0 0 2.338-1.119l4-5.288a1 1 0 0 0 .098-1.051m-7.569-8.216a14.8 14.8 0 0 1 1.56 3.663h-2.148a16.7 16.7 0 0 0-.98-2.645a12.7 12.7 0 0 1-.879-2.446a9 9 0 0 0 1.003-1.427l.039-.072a31 31 0 0 0 1.405 2.927M12 21a9.4 9.4 0 0 1 1.073-3.852c.256-.582.516-1.175.726-1.799a4.05 4.05 0 0 0 4.402 0c.21.624.47 1.217.726 1.8A9.4 9.4 0 0 1 20 21c0 1.288-.415 3-4 3s-4-1.712-4-3m6.51-8.575A3.63 3.63 0 0 1 16 14a3.63 3.63 0 0 1-2.51-1.576a7.64 7.64 0 0 1 5.02 0ZM12 8a4 4 0 0 1 8 0a11 11 0 0 0 .467 3.115a8 8 0 0 0-1.467-.63V8h-2v2.054a9.3 9.3 0 0 0-2 0V8h-2v2.485a8 8 0 0 0-1.478.637A10.7 10.7 0 0 0 12 8m-2.285 7.16a30 30 0 0 0 1.354-2.78l.049.09a9 9 0 0 0 1.003 1.428a12.7 12.7 0 0 1-.879 2.445a16.7 16.7 0 0 0-.98 2.648H8.104a14 14 0 0 1 1.61-3.832m1.37 12.477l-2.034 1.22a.99.99 0 0 1-1.253-.18l-3.626-4.794l1.446-2.892h3.706l2.166 5.394a1.004 1.004 0 0 1-.405 1.252m2.316.117a2.96 2.96 0 0 0-.056-2.11A9 9 0 0 0 16 26a9 9 0 0 0 2.656-.356a3 3 0 0 0-.054 2.11a13.9 13.9 0 0 1-5.2 0Zm10.83.884a.996.996 0 0 1-1.282.217l-2.034-1.22a1.01 1.01 0 0 1-.396-1.273l2.157-5.373h3.705l1.446 2.892Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLinux(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="m29.895 23.542l-1.724-3.447a2 2 0 0 0-1.789-1.106h-.468a14.9 14.9 0 0 0-1.82-4.597C23.065 12.442 22 10.428 22 8a6 6 0 0 0-12 0a13 13 0 0 1-2.049 6.215a14.7 14.7 0 0 0-1.87 4.776h-.463a2 2 0 0 0-1.789 1.106l-1.723 3.447a1 1 0 0 0 .097 1.05l4.029 5.326a3 3 0 0 0 3.848.652l1.874-1.124A13.8 13.8 0 0 0 16 30a13.8 13.8 0 0 0 4.049-.553l1.871 1.123a3 3 0 0 0 1.539.43a3.04 3.04 0 0 0 2.338-1.119l4-5.288a1 1 0 0 0 .098-1.051m-7.569-8.216a14.8 14.8 0 0 1 1.56 3.663h-2.148a16.7 16.7 0 0 0-.98-2.645a12.7 12.7 0 0 1-.879-2.446a9 9 0 0 0 1.003-1.427l.039-.072a31 31 0 0 0 1.405 2.927M12 21a9.4 9.4 0 0 1 1.073-3.852c.256-.582.516-1.175.726-1.799a4.05 4.05 0 0 0 4.402 0c.21.624.47 1.217.726 1.8A9.4 9.4 0 0 1 20 21c0 1.288-.415 3-4 3s-4-1.712-4-3m6.51-8.575A3.63 3.63 0 0 1 16 14a3.63 3.63 0 0 1-2.51-1.576a7.64 7.64 0 0 1 5.02 0ZM12 8a4 4 0 0 1 8 0a11 11 0 0 0 .467 3.115a8 8 0 0 0-1.467-.63V8h-2v2.054a9.3 9.3 0 0 0-2 0V8h-2v2.485a8 8 0 0 0-1.478.637A10.7 10.7 0 0 0 12 8m-2.285 7.16a30 30 0 0 0 1.354-2.78l.049.09a9 9 0 0 0 1.003 1.428a12.7 12.7 0 0 1-.879 2.445a16.7 16.7 0 0 0-.98 2.648H8.104a14 14 0 0 1 1.61-3.832m1.37 12.477l-2.034 1.22a.99.99 0 0 1-1.253-.18l-3.626-4.794l1.446-2.892h3.706l2.166 5.394a1.004 1.004 0 0 1-.405 1.252m2.316.117a2.96 2.96 0 0 0-.056-2.11A9 9 0 0 0 16 26a9 9 0 0 0 2.656-.356a3 3 0 0 0-.054 2.11a13.9 13.9 0 0 1-5.2 0Zm10.83.884a.996.996 0 0 1-1.282.217l-2.034-1.22a1.01 1.01 0 0 1-.396-1.273l2.157-5.373h3.705l1.446 2.892Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.895 23.542l-1.724-3.447a2 2 0 0 0-1.789-1.106h-.468a14.9 14.9 0 0 0-1.82-4.597C23.065 12.442 22 10.428 22 8a6 6 0 0 0-12 0a13 13 0 0 1-2.049 6.215a14.7 14.7 0 0 0-1.87 4.776h-.463a2 2 0 0 0-1.789 1.106l-1.723 3.447a1 1 0 0 0 .097 1.05l4.029 5.326a3 3 0 0 0 3.848.652l1.874-1.124A13.8 13.8 0 0 0 16 30a13.8 13.8 0 0 0 4.049-.553l1.871 1.123a3 3 0 0 0 1.539.43a3.04 3.04 0 0 0 2.338-1.119l4-5.288a1 1 0 0 0 .098-1.051m-7.569-8.216a14.8 14.8 0 0 1 1.56 3.663h-2.148a16.7 16.7 0 0 0-.98-2.645a12.7 12.7 0 0 1-.879-2.446a9 9 0 0 0 1.003-1.427l.039-.072a31 31 0 0 0 1.405 2.927M12 21a9.4 9.4 0 0 1 1.073-3.852c.256-.582.516-1.175.726-1.799a4.05 4.05 0 0 0 4.402 0c.21.624.47 1.217.726 1.8A9.4 9.4 0 0 1 20 21c0 1.288-.415 3-4 3s-4-1.712-4-3m6.51-8.575A3.63 3.63 0 0 1 16 14a3.63 3.63 0 0 1-2.51-1.576a7.64 7.64 0 0 1 5.02 0ZM12 8a4 4 0 0 1 8 0a11 11 0 0 0 .467 3.115a8 8 0 0 0-1.467-.63V8h-2v2.054a9.3 9.3 0 0 0-2 0V8h-2v2.485a8 8 0 0 0-1.478.637A10.7 10.7 0 0 0 12 8m-2.285 7.16a30 30 0 0 0 1.354-2.78l.049.09a9 9 0 0 0 1.003 1.428a12.7 12.7 0 0 1-.879 2.445a16.7 16.7 0 0 0-.98 2.648H8.104a14 14 0 0 1 1.61-3.832m1.37 12.477l-2.034 1.22a.99.99 0 0 1-1.253-.18l-3.626-4.794l1.446-2.892h3.706l2.166 5.394a1.004 1.004 0 0 1-.405 1.252m2.316.117a2.96 2.96 0 0 0-.056-2.11A9 9 0 0 0 16 26a9 9 0 0 0 2.656-.356a3 3 0 0 0-.054 2.11a13.9 13.9 0 0 1-5.2 0Zm10.83.884a.996.996 0 0 1-1.282.217l-2.034-1.22a1.01 1.01 0 0 1-.396-1.273l2.157-5.373h3.705l1.446 2.892Z"/></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%22m29.895%2023.542l-1.724-3.447a2%202%200%200%200-1.789-1.106h-.468a14.9%2014.9%200%200%200-1.82-4.597C23.065%2012.442%2022%2010.428%2022%208a6%206%200%200%200-12%200a13%2013%200%200%201-2.049%206.215a14.7%2014.7%200%200%200-1.87%204.776h-.463a2%202%200%200%200-1.789%201.106l-1.723%203.447a1%201%200%200%200%20.097%201.05l4.029%205.326a3%203%200%200%200%203.848.652l1.874-1.124A13.8%2013.8%200%200%200%2016%2030a13.8%2013.8%200%200%200%204.049-.553l1.871%201.123a3%203%200%200%200%201.539.43a3.04%203.04%200%200%200%202.338-1.119l4-5.288a1%201%200%200%200%20.098-1.051m-7.569-8.216a14.8%2014.8%200%200%201%201.56%203.663h-2.148a16.7%2016.7%200%200%200-.98-2.645a12.7%2012.7%200%200%201-.879-2.446a9%209%200%200%200%201.003-1.427l.039-.072a31%2031%200%200%200%201.405%202.927M12%2021a9.4%209.4%200%200%201%201.073-3.852c.256-.582.516-1.175.726-1.799a4.05%204.05%200%200%200%204.402%200c.21.624.47%201.217.726%201.8A9.4%209.4%200%200%201%2020%2021c0%201.288-.415%203-4%203s-4-1.712-4-3m6.51-8.575A3.63%203.63%200%200%201%2016%2014a3.63%203.63%200%200%201-2.51-1.576a7.64%207.64%200%200%201%205.02%200ZM12%208a4%204%200%200%201%208%200a11%2011%200%200%200%20.467%203.115a8%208%200%200%200-1.467-.63V8h-2v2.054a9.3%209.3%200%200%200-2%200V8h-2v2.485a8%208%200%200%200-1.478.637A10.7%2010.7%200%200%200%2012%208m-2.285%207.16a30%2030%200%200%200%201.354-2.78l.049.09a9%209%200%200%200%201.003%201.428a12.7%2012.7%200%200%201-.879%202.445a16.7%2016.7%200%200%200-.98%202.648H8.104a14%2014%200%200%201%201.61-3.832m1.37%2012.477l-2.034%201.22a.99.99%200%200%201-1.253-.18l-3.626-4.794l1.446-2.892h3.706l2.166%205.394a1.004%201.004%200%200%201-.405%201.252m2.316.117a2.96%202.96%200%200%200-.056-2.11A9%209%200%200%200%2016%2026a9%209%200%200%200%202.656-.356a3%203%200%200%200-.054%202.11a13.9%2013.9%200%200%201-5.2%200Zm10.83.884a.996.996%200%200%201-1.282.217l-2.034-1.22a1.01%201.01%200%200%201-.396-1.273l2.157-5.373h3.705l1.446%202.892Z%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%22m29.895%2023.542l-1.724-3.447a2%202%200%200%200-1.789-1.106h-.468a14.9%2014.9%200%200%200-1.82-4.597C23.065%2012.442%2022%2010.428%2022%208a6%206%200%200%200-12%200a13%2013%200%200%201-2.049%206.215a14.7%2014.7%200%200%200-1.87%204.776h-.463a2%202%200%200%200-1.789%201.106l-1.723%203.447a1%201%200%200%200%20.097%201.05l4.029%205.326a3%203%200%200%200%203.848.652l1.874-1.124A13.8%2013.8%200%200%200%2016%2030a13.8%2013.8%200%200%200%204.049-.553l1.871%201.123a3%203%200%200%200%201.539.43a3.04%203.04%200%200%200%202.338-1.119l4-5.288a1%201%200%200%200%20.098-1.051m-7.569-8.216a14.8%2014.8%200%200%201%201.56%203.663h-2.148a16.7%2016.7%200%200%200-.98-2.645a12.7%2012.7%200%200%201-.879-2.446a9%209%200%200%200%201.003-1.427l.039-.072a31%2031%200%200%200%201.405%202.927M12%2021a9.4%209.4%200%200%201%201.073-3.852c.256-.582.516-1.175.726-1.799a4.05%204.05%200%200%200%204.402%200c.21.624.47%201.217.726%201.8A9.4%209.4%200%200%201%2020%2021c0%201.288-.415%203-4%203s-4-1.712-4-3m6.51-8.575A3.63%203.63%200%200%201%2016%2014a3.63%203.63%200%200%201-2.51-1.576a7.64%207.64%200%200%201%205.02%200ZM12%208a4%204%200%200%201%208%200a11%2011%200%200%200%20.467%203.115a8%208%200%200%200-1.467-.63V8h-2v2.054a9.3%209.3%200%200%200-2%200V8h-2v2.485a8%208%200%200%200-1.478.637A10.7%2010.7%200%200%200%2012%208m-2.285%207.16a30%2030%200%200%200%201.354-2.78l.049.09a9%209%200%200%200%201.003%201.428a12.7%2012.7%200%200%201-.879%202.445a16.7%2016.7%200%200%200-.98%202.648H8.104a14%2014%200%200%201%201.61-3.832m1.37%2012.477l-2.034%201.22a.99.99%200%200%201-1.253-.18l-3.626-4.794l1.446-2.892h3.706l2.166%205.394a1.004%201.004%200%200%201-.405%201.252m2.316.117a2.96%202.96%200%200%200-.056-2.11A9%209%200%200%200%2016%2026a9%209%200%200%200%202.656-.356a3%203%200%200%200-.054%202.11a13.9%2013.9%200%200%201-5.2%200Zm10.83.884a.996.996%200%200%201-1.282.217l-2.034-1.22a1.01%201.01%200%200%201-.396-1.273l2.157-5.373h3.705l1.446%202.892Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/linux.svg?color=%231a73e8&size=48