slackware from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
slackware
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the slackware logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.924 1.228c-.584-.01-1.251 0-1.485.027c-2.46.282-4.138 1.3-4.753 2.891c-.218.552-.274 1.002-.243 1.772c.048 1.21.419 2.004 1.262 2.742c1.225 1.06 2.98 1.508 5.998 1.508c2.737 0 3.71.413 3.916 1.675c.313 1.867-1.57 3.07-4.414 2.827c-1.878-.16-3.496-.912-4.223-1.967a8 8 0 0 1-.355-.62c-.382-.76-.64-.978-1.176-.978c-.43.005-.732.165-.918.494l-.133.24v4.03l.137.296c.165.344.4.546.744.63c.35.09.794-.036 1.42-.402l.5-.29l.826.185c1.82.403 2.75.523 4.065.523c1.103.005 1.548-.046 2.455-.285c1.124-.297 1.974-.785 2.717-1.57c.8-.844 1.15-1.853 1.097-3.147c-.069-1.628-.695-2.698-2-3.414c-.96-.525-2.292-.79-4.377-.88c-2.042-.086-2.794-.155-3.515-.32c-.51-.12-.785-.25-1.076-.515c-.653-.589-.59-1.755.136-2.482c.642-.637 1.511-.928 2.774-.928c1.432.005 2.393.27 3.412.955c.185.127.721.62 1.193 1.092c.886.902 1.135 1.082 1.506 1.082c.244 0 .59-.163.732-.344c.26-.329.303-.63.303-2.2c0-1.66-.043-1.91-.377-2.282c-.387-.425-.848-.42-1.75.031l-.59.297l-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0 13.775v9h24v-1H1v-8z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSlackware(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="M12.924 1.228c-.584-.01-1.251 0-1.485.027c-2.46.282-4.138 1.3-4.753 2.891c-.218.552-.274 1.002-.243 1.772c.048 1.21.419 2.004 1.262 2.742c1.225 1.06 2.98 1.508 5.998 1.508c2.737 0 3.71.413 3.916 1.675c.313 1.867-1.57 3.07-4.414 2.827c-1.878-.16-3.496-.912-4.223-1.967a8 8 0 0 1-.355-.62c-.382-.76-.64-.978-1.176-.978c-.43.005-.732.165-.918.494l-.133.24v4.03l.137.296c.165.344.4.546.744.63c.35.09.794-.036 1.42-.402l.5-.29l.826.185c1.82.403 2.75.523 4.065.523c1.103.005 1.548-.046 2.455-.285c1.124-.297 1.974-.785 2.717-1.57c.8-.844 1.15-1.853 1.097-3.147c-.069-1.628-.695-2.698-2-3.414c-.96-.525-2.292-.79-4.377-.88c-2.042-.086-2.794-.155-3.515-.32c-.51-.12-.785-.25-1.076-.515c-.653-.589-.59-1.755.136-2.482c.642-.637 1.511-.928 2.774-.928c1.432.005 2.393.27 3.412.955c.185.127.721.62 1.193 1.092c.886.902 1.135 1.082 1.506 1.082c.244 0 .59-.163.732-.344c.26-.329.303-.63.303-2.2c0-1.66-.043-1.91-.377-2.282c-.387-.425-.848-.42-1.75.031l-.59.297l-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0 13.775v9h24v-1H1v-8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.924 1.228c-.584-.01-1.251 0-1.485.027c-2.46.282-4.138 1.3-4.753 2.891c-.218.552-.274 1.002-.243 1.772c.048 1.21.419 2.004 1.262 2.742c1.225 1.06 2.98 1.508 5.998 1.508c2.737 0 3.71.413 3.916 1.675c.313 1.867-1.57 3.07-4.414 2.827c-1.878-.16-3.496-.912-4.223-1.967a8 8 0 0 1-.355-.62c-.382-.76-.64-.978-1.176-.978c-.43.005-.732.165-.918.494l-.133.24v4.03l.137.296c.165.344.4.546.744.63c.35.09.794-.036 1.42-.402l.5-.29l.826.185c1.82.403 2.75.523 4.065.523c1.103.005 1.548-.046 2.455-.285c1.124-.297 1.974-.785 2.717-1.57c.8-.844 1.15-1.853 1.097-3.147c-.069-1.628-.695-2.698-2-3.414c-.96-.525-2.292-.79-4.377-.88c-2.042-.086-2.794-.155-3.515-.32c-.51-.12-.785-.25-1.076-.515c-.653-.589-.59-1.755.136-2.482c.642-.637 1.511-.928 2.774-.928c1.432.005 2.393.27 3.412.955c.185.127.721.62 1.193 1.092c.886.902 1.135 1.082 1.506 1.082c.244 0 .59-.163.732-.344c.26-.329.303-.63.303-2.2c0-1.66-.043-1.91-.377-2.282c-.387-.425-.848-.42-1.75.031l-.59.297l-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0 13.775v9h24v-1H1v-8z"/></svg>
</template>

CSS

.icon-slackware {
  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%22M12.924%201.228c-.584-.01-1.251%200-1.485.027c-2.46.282-4.138%201.3-4.753%202.891c-.218.552-.274%201.002-.243%201.772c.048%201.21.419%202.004%201.262%202.742c1.225%201.06%202.98%201.508%205.998%201.508c2.737%200%203.71.413%203.916%201.675c.313%201.867-1.57%203.07-4.414%202.827c-1.878-.16-3.496-.912-4.223-1.967a8%208%200%200%201-.355-.62c-.382-.76-.64-.978-1.176-.978c-.43.005-.732.165-.918.494l-.133.24v4.03l.137.296c.165.344.4.546.744.63c.35.09.794-.036%201.42-.402l.5-.29l.826.185c1.82.403%202.75.523%204.065.523c1.103.005%201.548-.046%202.455-.285c1.124-.297%201.974-.785%202.717-1.57c.8-.844%201.15-1.853%201.097-3.147c-.069-1.628-.695-2.698-2-3.414c-.96-.525-2.292-.79-4.377-.88c-2.042-.086-2.794-.155-3.515-.32c-.51-.12-.785-.25-1.076-.515c-.653-.589-.59-1.755.136-2.482c.642-.637%201.511-.928%202.774-.928c1.432.005%202.393.27%203.412.955c.185.127.721.62%201.193%201.092c.886.902%201.135%201.082%201.506%201.082c.244%200%20.59-.163.732-.344c.26-.329.303-.63.303-2.2c0-1.66-.043-1.91-.377-2.282c-.387-.425-.848-.42-1.75.031l-.59.297l-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0%2013.775v9h24v-1H1v-8z%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%22M12.924%201.228c-.584-.01-1.251%200-1.485.027c-2.46.282-4.138%201.3-4.753%202.891c-.218.552-.274%201.002-.243%201.772c.048%201.21.419%202.004%201.262%202.742c1.225%201.06%202.98%201.508%205.998%201.508c2.737%200%203.71.413%203.916%201.675c.313%201.867-1.57%203.07-4.414%202.827c-1.878-.16-3.496-.912-4.223-1.967a8%208%200%200%201-.355-.62c-.382-.76-.64-.978-1.176-.978c-.43.005-.732.165-.918.494l-.133.24v4.03l.137.296c.165.344.4.546.744.63c.35.09.794-.036%201.42-.402l.5-.29l.826.185c1.82.403%202.75.523%204.065.523c1.103.005%201.548-.046%202.455-.285c1.124-.297%201.974-.785%202.717-1.57c.8-.844%201.15-1.853%201.097-3.147c-.069-1.628-.695-2.698-2-3.414c-.96-.525-2.292-.79-4.377-.88c-2.042-.086-2.794-.155-3.515-.32c-.51-.12-.785-.25-1.076-.515c-.653-.589-.59-1.755.136-2.482c.642-.637%201.511-.928%202.774-.928c1.432.005%202.393.27%203.412.955c.185.127.721.62%201.193%201.092c.886.902%201.135%201.082%201.506%201.082c.244%200%20.59-.163.732-.344c.26-.329.303-.63.303-2.2c0-1.66-.043-1.91-.377-2.282c-.387-.425-.848-.42-1.75.031l-.59.297l-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0%2013.775v9h24v-1H1v-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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