linux alt icon

linux-alt from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
linux-alt
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 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.612 20.522A6.16 6.16 0 0 0 24 16.525C24 13.48 21.981 11 19.5 11a4.24 4.24 0 0 0-3.5 2.06A4.24 4.24 0 0 0 12.5 11C10.019 11 8 13.479 8 16.525a6.16 6.16 0 0 0 1.388 3.997c-.569.368-.939.641-.988.678a1 1 0 0 0-.18 1.425C8.66 23.175 12.616 28 16 28s7.34-4.825 7.78-5.375a1 1 0 0 0-.18-1.425a19 19 0 0 0-.988-.678M12.5 13c1.355 0 2.5 1.614 2.5 3.525v1.567a9 9 0 0 0-1.024.231A3 3 0 0 0 14 18c0-1.104-.672-2-1.5-2s-1.5.896-1.5 2a2.4 2.4 0 0 0 .407 1.362c-.081.042-.169.08-.248.122A4.03 4.03 0 0 1 10 16.525C10 14.615 11.145 13 12.5 13M16 26c-1.57 0-3.965-2.084-5.52-3.806C11.9 21.28 14.266 20 16 20s4.1 1.279 5.52 2.194C19.965 23.916 17.57 26 16 26m4.84-6.516c-.078-.041-.166-.08-.247-.122A2.4 2.4 0 0 0 21 18c0-1.104-.672-2-1.5-2s-1.5.896-1.5 2a3 3 0 0 0 .024.323A9 9 0 0 0 17 18.092v-1.567C17 14.615 18.145 13 19.5 13s2.5 1.614 2.5 3.525a4.03 4.03 0 0 1-1.16 2.96"/><path fill="currentColor" d="M30 30a3.89 3.89 0 0 1-4-4V14a10 10 0 0 0-20 0v12a3.89 3.89 0 0 1-4 4v-2a1.88 1.88 0 0 0 2-2V14a12 12 0 0 1 24 0v12a1.883 1.883 0 0 0 2 2Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLinuxAlt(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="M22.612 20.522A6.16 6.16 0 0 0 24 16.525C24 13.48 21.981 11 19.5 11a4.24 4.24 0 0 0-3.5 2.06A4.24 4.24 0 0 0 12.5 11C10.019 11 8 13.479 8 16.525a6.16 6.16 0 0 0 1.388 3.997c-.569.368-.939.641-.988.678a1 1 0 0 0-.18 1.425C8.66 23.175 12.616 28 16 28s7.34-4.825 7.78-5.375a1 1 0 0 0-.18-1.425a19 19 0 0 0-.988-.678M12.5 13c1.355 0 2.5 1.614 2.5 3.525v1.567a9 9 0 0 0-1.024.231A3 3 0 0 0 14 18c0-1.104-.672-2-1.5-2s-1.5.896-1.5 2a2.4 2.4 0 0 0 .407 1.362c-.081.042-.169.08-.248.122A4.03 4.03 0 0 1 10 16.525C10 14.615 11.145 13 12.5 13M16 26c-1.57 0-3.965-2.084-5.52-3.806C11.9 21.28 14.266 20 16 20s4.1 1.279 5.52 2.194C19.965 23.916 17.57 26 16 26m4.84-6.516c-.078-.041-.166-.08-.247-.122A2.4 2.4 0 0 0 21 18c0-1.104-.672-2-1.5-2s-1.5.896-1.5 2a3 3 0 0 0 .024.323A9 9 0 0 0 17 18.092v-1.567C17 14.615 18.145 13 19.5 13s2.5 1.614 2.5 3.525a4.03 4.03 0 0 1-1.16 2.96"/><path fill="currentColor" d="M30 30a3.89 3.89 0 0 1-4-4V14a10 10 0 0 0-20 0v12a3.89 3.89 0 0 1-4 4v-2a1.88 1.88 0 0 0 2-2V14a12 12 0 0 1 24 0v12a1.883 1.883 0 0 0 2 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.612 20.522A6.16 6.16 0 0 0 24 16.525C24 13.48 21.981 11 19.5 11a4.24 4.24 0 0 0-3.5 2.06A4.24 4.24 0 0 0 12.5 11C10.019 11 8 13.479 8 16.525a6.16 6.16 0 0 0 1.388 3.997c-.569.368-.939.641-.988.678a1 1 0 0 0-.18 1.425C8.66 23.175 12.616 28 16 28s7.34-4.825 7.78-5.375a1 1 0 0 0-.18-1.425a19 19 0 0 0-.988-.678M12.5 13c1.355 0 2.5 1.614 2.5 3.525v1.567a9 9 0 0 0-1.024.231A3 3 0 0 0 14 18c0-1.104-.672-2-1.5-2s-1.5.896-1.5 2a2.4 2.4 0 0 0 .407 1.362c-.081.042-.169.08-.248.122A4.03 4.03 0 0 1 10 16.525C10 14.615 11.145 13 12.5 13M16 26c-1.57 0-3.965-2.084-5.52-3.806C11.9 21.28 14.266 20 16 20s4.1 1.279 5.52 2.194C19.965 23.916 17.57 26 16 26m4.84-6.516c-.078-.041-.166-.08-.247-.122A2.4 2.4 0 0 0 21 18c0-1.104-.672-2-1.5-2s-1.5.896-1.5 2a3 3 0 0 0 .024.323A9 9 0 0 0 17 18.092v-1.567C17 14.615 18.145 13 19.5 13s2.5 1.614 2.5 3.525a4.03 4.03 0 0 1-1.16 2.96"/><path fill="currentColor" d="M30 30a3.89 3.89 0 0 1-4-4V14a10 10 0 0 0-20 0v12a3.89 3.89 0 0 1-4 4v-2a1.88 1.88 0 0 0 2-2V14a12 12 0 0 1 24 0v12a1.883 1.883 0 0 0 2 2Z"/></svg>
</template>

CSS

.icon-linux-alt {
  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%22M22.612%2020.522A6.16%206.16%200%200%200%2024%2016.525C24%2013.48%2021.981%2011%2019.5%2011a4.24%204.24%200%200%200-3.5%202.06A4.24%204.24%200%200%200%2012.5%2011C10.019%2011%208%2013.479%208%2016.525a6.16%206.16%200%200%200%201.388%203.997c-.569.368-.939.641-.988.678a1%201%200%200%200-.18%201.425C8.66%2023.175%2012.616%2028%2016%2028s7.34-4.825%207.78-5.375a1%201%200%200%200-.18-1.425a19%2019%200%200%200-.988-.678M12.5%2013c1.355%200%202.5%201.614%202.5%203.525v1.567a9%209%200%200%200-1.024.231A3%203%200%200%200%2014%2018c0-1.104-.672-2-1.5-2s-1.5.896-1.5%202a2.4%202.4%200%200%200%20.407%201.362c-.081.042-.169.08-.248.122A4.03%204.03%200%200%201%2010%2016.525C10%2014.615%2011.145%2013%2012.5%2013M16%2026c-1.57%200-3.965-2.084-5.52-3.806C11.9%2021.28%2014.266%2020%2016%2020s4.1%201.279%205.52%202.194C19.965%2023.916%2017.57%2026%2016%2026m4.84-6.516c-.078-.041-.166-.08-.247-.122A2.4%202.4%200%200%200%2021%2018c0-1.104-.672-2-1.5-2s-1.5.896-1.5%202a3%203%200%200%200%20.024.323A9%209%200%200%200%2017%2018.092v-1.567C17%2014.615%2018.145%2013%2019.5%2013s2.5%201.614%202.5%203.525a4.03%204.03%200%200%201-1.16%202.96%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2030a3.89%203.89%200%200%201-4-4V14a10%2010%200%200%200-20%200v12a3.89%203.89%200%200%201-4%204v-2a1.88%201.88%200%200%200%202-2V14a12%2012%200%200%201%2024%200v12a1.883%201.883%200%200%200%202%202Z%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%22M22.612%2020.522A6.16%206.16%200%200%200%2024%2016.525C24%2013.48%2021.981%2011%2019.5%2011a4.24%204.24%200%200%200-3.5%202.06A4.24%204.24%200%200%200%2012.5%2011C10.019%2011%208%2013.479%208%2016.525a6.16%206.16%200%200%200%201.388%203.997c-.569.368-.939.641-.988.678a1%201%200%200%200-.18%201.425C8.66%2023.175%2012.616%2028%2016%2028s7.34-4.825%207.78-5.375a1%201%200%200%200-.18-1.425a19%2019%200%200%200-.988-.678M12.5%2013c1.355%200%202.5%201.614%202.5%203.525v1.567a9%209%200%200%200-1.024.231A3%203%200%200%200%2014%2018c0-1.104-.672-2-1.5-2s-1.5.896-1.5%202a2.4%202.4%200%200%200%20.407%201.362c-.081.042-.169.08-.248.122A4.03%204.03%200%200%201%2010%2016.525C10%2014.615%2011.145%2013%2012.5%2013M16%2026c-1.57%200-3.965-2.084-5.52-3.806C11.9%2021.28%2014.266%2020%2016%2020s4.1%201.279%205.52%202.194C19.965%2023.916%2017.57%2026%2016%2026m4.84-6.516c-.078-.041-.166-.08-.247-.122A2.4%202.4%200%200%200%2021%2018c0-1.104-.672-2-1.5-2s-1.5.896-1.5%202a3%203%200%200%200%20.024.323A9%209%200%200%200%2017%2018.092v-1.567C17%2014.615%2018.145%2013%2019.5%2013s2.5%201.614%202.5%203.525a4.03%204.03%200%200%201-1.16%202.96%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2030a3.89%203.89%200%200%201-4-4V14a10%2010%200%200%200-20%200v12a3.89%203.89%200%200%201-4%204v-2a1.88%201.88%200%200%200%202-2V14a12%2012%200%200%201%2024%200v12a1.883%201.883%200%200%200%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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