alpinelinux logo
alpinelinux from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- alpinelinux
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the alpinelinux logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.998 1.607L0 12l5.998 10.393h12.004L24 12L18.002 1.607zM9.965 7.12L12.66 9.9l1.598 1.595l.002-.002l2.41 2.363q-.299.208-.563.344a4 4 0 0 1-.496.217a3 3 0 0 1-.425.111q-.196.034-.358.034q-.194-.002-.338-.034a1.3 1.3 0 0 1-.24-.072a1 1 0 0 1-.2-.113l-1.062-1.092l-3.039-3.041l-1.1 1.053l-3.07 3.072a1 1 0 0 1-.2.111a1.3 1.3 0 0 1-.237.073a1.7 1.7 0 0 1-.338.033q-.162.001-.358-.031a3 3 0 0 1-.425-.114a4 4 0 0 1-.496-.217a5 5 0 0 1-.563-.343zm4.72.785l4.579 4.598l1.382 1.353a5 5 0 0 1-.564.344a4 4 0 0 1-.494.217a3 3 0 0 1-.426.111q-.196.034-.36.034q-.193-.002-.337-.034a1.3 1.3 0 0 1-.385-.146a.2.2 0 0 1-.053-.04l-1.232-1.218l-2.111-2.111l-.334.334L12.79 9.8l1.896-1.897zm-5.966 4.12v2.529a2 2 0 0 1-.356-.035a3 3 0 0 1-.422-.116a4 4 0 0 1-.488-.214a5 5 0 0 1-.555-.34l1.82-1.825Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAlpinelinux(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.998 1.607L0 12l5.998 10.393h12.004L24 12L18.002 1.607zM9.965 7.12L12.66 9.9l1.598 1.595l.002-.002l2.41 2.363q-.299.208-.563.344a4 4 0 0 1-.496.217a3 3 0 0 1-.425.111q-.196.034-.358.034q-.194-.002-.338-.034a1.3 1.3 0 0 1-.24-.072a1 1 0 0 1-.2-.113l-1.062-1.092l-3.039-3.041l-1.1 1.053l-3.07 3.072a1 1 0 0 1-.2.111a1.3 1.3 0 0 1-.237.073a1.7 1.7 0 0 1-.338.033q-.162.001-.358-.031a3 3 0 0 1-.425-.114a4 4 0 0 1-.496-.217a5 5 0 0 1-.563-.343zm4.72.785l4.579 4.598l1.382 1.353a5 5 0 0 1-.564.344a4 4 0 0 1-.494.217a3 3 0 0 1-.426.111q-.196.034-.36.034q-.193-.002-.337-.034a1.3 1.3 0 0 1-.385-.146a.2.2 0 0 1-.053-.04l-1.232-1.218l-2.111-2.111l-.334.334L12.79 9.8l1.896-1.897zm-5.966 4.12v2.529a2 2 0 0 1-.356-.035a3 3 0 0 1-.422-.116a4 4 0 0 1-.488-.214a5 5 0 0 1-.555-.34l1.82-1.825Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.998 1.607L0 12l5.998 10.393h12.004L24 12L18.002 1.607zM9.965 7.12L12.66 9.9l1.598 1.595l.002-.002l2.41 2.363q-.299.208-.563.344a4 4 0 0 1-.496.217a3 3 0 0 1-.425.111q-.196.034-.358.034q-.194-.002-.338-.034a1.3 1.3 0 0 1-.24-.072a1 1 0 0 1-.2-.113l-1.062-1.092l-3.039-3.041l-1.1 1.053l-3.07 3.072a1 1 0 0 1-.2.111a1.3 1.3 0 0 1-.237.073a1.7 1.7 0 0 1-.338.033q-.162.001-.358-.031a3 3 0 0 1-.425-.114a4 4 0 0 1-.496-.217a5 5 0 0 1-.563-.343zm4.72.785l4.579 4.598l1.382 1.353a5 5 0 0 1-.564.344a4 4 0 0 1-.494.217a3 3 0 0 1-.426.111q-.196.034-.36.034q-.193-.002-.337-.034a1.3 1.3 0 0 1-.385-.146a.2.2 0 0 1-.053-.04l-1.232-1.218l-2.111-2.111l-.334.334L12.79 9.8l1.896-1.897zm-5.966 4.12v2.529a2 2 0 0 1-.356-.035a3 3 0 0 1-.422-.116a4 4 0 0 1-.488-.214a5 5 0 0 1-.555-.34l1.82-1.825Z"/></svg> </template>
CSS
.icon-alpinelinux {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.998%201.607L0%2012l5.998%2010.393h12.004L24%2012L18.002%201.607zM9.965%207.12L12.66%209.9l1.598%201.595l.002-.002l2.41%202.363q-.299.208-.563.344a4%204%200%200%201-.496.217a3%203%200%200%201-.425.111q-.196.034-.358.034q-.194-.002-.338-.034a1.3%201.3%200%200%201-.24-.072a1%201%200%200%201-.2-.113l-1.062-1.092l-3.039-3.041l-1.1%201.053l-3.07%203.072a1%201%200%200%201-.2.111a1.3%201.3%200%200%201-.237.073a1.7%201.7%200%200%201-.338.033q-.162.001-.358-.031a3%203%200%200%201-.425-.114a4%204%200%200%201-.496-.217a5%205%200%200%201-.563-.343zm4.72.785l4.579%204.598l1.382%201.353a5%205%200%200%201-.564.344a4%204%200%200%201-.494.217a3%203%200%200%201-.426.111q-.196.034-.36.034q-.193-.002-.337-.034a1.3%201.3%200%200%201-.385-.146a.2.2%200%200%201-.053-.04l-1.232-1.218l-2.111-2.111l-.334.334L12.79%209.8l1.896-1.897zm-5.966%204.12v2.529a2%202%200%200%201-.356-.035a3%203%200%200%201-.422-.116a4%204%200%200%201-.488-.214a5%205%200%200%201-.555-.34l1.82-1.825Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.998%201.607L0%2012l5.998%2010.393h12.004L24%2012L18.002%201.607zM9.965%207.12L12.66%209.9l1.598%201.595l.002-.002l2.41%202.363q-.299.208-.563.344a4%204%200%200%201-.496.217a3%203%200%200%201-.425.111q-.196.034-.358.034q-.194-.002-.338-.034a1.3%201.3%200%200%201-.24-.072a1%201%200%200%201-.2-.113l-1.062-1.092l-3.039-3.041l-1.1%201.053l-3.07%203.072a1%201%200%200%201-.2.111a1.3%201.3%200%200%201-.237.073a1.7%201.7%200%200%201-.338.033q-.162.001-.358-.031a3%203%200%200%201-.425-.114a4%204%200%200%201-.496-.217a5%205%200%200%201-.563-.343zm4.72.785l4.579%204.598l1.382%201.353a5%205%200%200%201-.564.344a4%204%200%200%201-.494.217a3%203%200%200%201-.426.111q-.196.034-.36.034q-.193-.002-.337-.034a1.3%201.3%200%200%201-.385-.146a.2.2%200%200%201-.053-.04l-1.232-1.218l-2.111-2.111l-.334.334L12.79%209.8l1.896-1.897zm-5.966%204.12v2.529a2%202%200%200%201-.356-.035a3%203%200%200%201-.422-.116a4%204%200%200%201-.488-.214a5%205%200%200%201-.555-.34l1.82-1.825Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/alpinelinux.svg?color=%231a73e8&size=48