linux alt icon
linux-alt-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- linux-alt-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the linux alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M2.5 9.662c0-.758.224-1.498.645-2.129l.565-.847a7.2 7.2 0 0 0 1.07-2.583l.328-1.642a2.44 2.44 0 0 1 4.784 0l.329 1.642a7.2 7.2 0 0 0 1.07 2.583l.564.847c.42.63.645 1.371.645 2.129m-7.392 3.637c.386.13.8.201 1.23.201h2.324c.43 0 .844-.07 1.23-.201M6.5 5.5L4.947 8.606a2 2 0 0 0 1.79 2.894h1.527a2 2 0 0 0 1.789-2.894L8.5 5.5M6.5 3v1.5m2-1.5v1.5m-1.894-.053L5.5 5l.586.586a2 2 0 0 0 2.828 0L9.5 5l-1.106-.553a2 2 0 0 0-1.788 0ZM.77 11.326l.479-1.197a1 1 0 0 1 .928-.629h1.164a1 1 0 0 1 .919.606l.93 2.172a1 1 0 0 1-.319 1.194l-.738.553a1 1 0 0 1-1.24-.031l-1.835-1.529a1 1 0 0 1-.288-1.14Zm13.46 0l-.479-1.197a1 1 0 0 0-.928-.629h-1.164a1 1 0 0 0-.919.606l-.93 2.172a1 1 0 0 0 .319 1.194l.738.553a1 1 0 0 0 1.24-.031l1.835-1.529a1 1 0 0 0 .288-1.14Z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsLinuxAltOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M2.5 9.662c0-.758.224-1.498.645-2.129l.565-.847a7.2 7.2 0 0 0 1.07-2.583l.328-1.642a2.44 2.44 0 0 1 4.784 0l.329 1.642a7.2 7.2 0 0 0 1.07 2.583l.564.847c.42.63.645 1.371.645 2.129m-7.392 3.637c.386.13.8.201 1.23.201h2.324c.43 0 .844-.07 1.23-.201M6.5 5.5L4.947 8.606a2 2 0 0 0 1.79 2.894h1.527a2 2 0 0 0 1.789-2.894L8.5 5.5M6.5 3v1.5m2-1.5v1.5m-1.894-.053L5.5 5l.586.586a2 2 0 0 0 2.828 0L9.5 5l-1.106-.553a2 2 0 0 0-1.788 0ZM.77 11.326l.479-1.197a1 1 0 0 1 .928-.629h1.164a1 1 0 0 1 .919.606l.93 2.172a1 1 0 0 1-.319 1.194l-.738.553a1 1 0 0 1-1.24-.031l-1.835-1.529a1 1 0 0 1-.288-1.14Zm13.46 0l-.479-1.197a1 1 0 0 0-.928-.629h-1.164a1 1 0 0 0-.919.606l-.93 2.172a1 1 0 0 0 .319 1.194l.738.553a1 1 0 0 0 1.24-.031l1.835-1.529a1 1 0 0 0 .288-1.14Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M2.5 9.662c0-.758.224-1.498.645-2.129l.565-.847a7.2 7.2 0 0 0 1.07-2.583l.328-1.642a2.44 2.44 0 0 1 4.784 0l.329 1.642a7.2 7.2 0 0 0 1.07 2.583l.564.847c.42.63.645 1.371.645 2.129m-7.392 3.637c.386.13.8.201 1.23.201h2.324c.43 0 .844-.07 1.23-.201M6.5 5.5L4.947 8.606a2 2 0 0 0 1.79 2.894h1.527a2 2 0 0 0 1.789-2.894L8.5 5.5M6.5 3v1.5m2-1.5v1.5m-1.894-.053L5.5 5l.586.586a2 2 0 0 0 2.828 0L9.5 5l-1.106-.553a2 2 0 0 0-1.788 0ZM.77 11.326l.479-1.197a1 1 0 0 1 .928-.629h1.164a1 1 0 0 1 .919.606l.93 2.172a1 1 0 0 1-.319 1.194l-.738.553a1 1 0 0 1-1.24-.031l-1.835-1.529a1 1 0 0 1-.288-1.14Zm13.46 0l-.479-1.197a1 1 0 0 0-.928-.629h-1.164a1 1 0 0 0-.919.606l-.93 2.172a1 1 0 0 0 .319 1.194l.738.553a1 1 0 0 0 1.24-.031l1.835-1.529a1 1 0 0 0 .288-1.14Z"/></svg> </template>
CSS
.icon-linux-alt-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M2.5%209.662c0-.758.224-1.498.645-2.129l.565-.847a7.2%207.2%200%200%200%201.07-2.583l.328-1.642a2.44%202.44%200%200%201%204.784%200l.329%201.642a7.2%207.2%200%200%200%201.07%202.583l.564.847c.42.63.645%201.371.645%202.129m-7.392%203.637c.386.13.8.201%201.23.201h2.324c.43%200%20.844-.07%201.23-.201M6.5%205.5L4.947%208.606a2%202%200%200%200%201.79%202.894h1.527a2%202%200%200%200%201.789-2.894L8.5%205.5M6.5%203v1.5m2-1.5v1.5m-1.894-.053L5.5%205l.586.586a2%202%200%200%200%202.828%200L9.5%205l-1.106-.553a2%202%200%200%200-1.788%200ZM.77%2011.326l.479-1.197a1%201%200%200%201%20.928-.629h1.164a1%201%200%200%201%20.919.606l.93%202.172a1%201%200%200%201-.319%201.194l-.738.553a1%201%200%200%201-1.24-.031l-1.835-1.529a1%201%200%200%201-.288-1.14Zm13.46%200l-.479-1.197a1%201%200%200%200-.928-.629h-1.164a1%201%200%200%200-.919.606l-.93%202.172a1%201%200%200%200%20.319%201.194l.738.553a1%201%200%200%200%201.24-.031l1.835-1.529a1%201%200%200%200%20.288-1.14Z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M2.5%209.662c0-.758.224-1.498.645-2.129l.565-.847a7.2%207.2%200%200%200%201.07-2.583l.328-1.642a2.44%202.44%200%200%201%204.784%200l.329%201.642a7.2%207.2%200%200%200%201.07%202.583l.564.847c.42.63.645%201.371.645%202.129m-7.392%203.637c.386.13.8.201%201.23.201h2.324c.43%200%20.844-.07%201.23-.201M6.5%205.5L4.947%208.606a2%202%200%200%200%201.79%202.894h1.527a2%202%200%200%200%201.789-2.894L8.5%205.5M6.5%203v1.5m2-1.5v1.5m-1.894-.053L5.5%205l.586.586a2%202%200%200%200%202.828%200L9.5%205l-1.106-.553a2%202%200%200%200-1.788%200ZM.77%2011.326l.479-1.197a1%201%200%200%201%20.928-.629h1.164a1%201%200%200%201%20.919.606l.93%202.172a1%201%200%200%201-.319%201.194l-.738.553a1%201%200%200%201-1.24-.031l-1.835-1.529a1%201%200%200%201-.288-1.14Zm13.46%200l-.479-1.197a1%201%200%200%200-.928-.629h-1.164a1%201%200%200%200-.919.606l-.93%202.172a1%201%200%200%200%20.319%201.194l.738.553a1%201%200%200%200%201.24-.031l1.835-1.529a1%201%200%200%200%20.288-1.14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/linux-alt-outline.svg?color=%231a73e8&size=48