slackware from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
slackware
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the slackware icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.47 17.19c-.1.76-.39 1.02-1.28 1.02c-.92 0-1.32-.42-1.38-1.34l-.2-3.22c0-.74.26-1.1 1.25-1.1c1.35 0 1.18.99 1.78 1.95c.69 1.12 2.36 1.85 4.67 1.85c2.86 0 4.69-1.21 4.69-2.78c0-1.34-1.11-2.18-3.15-2.41l-2.35-.27c-4.29-.47-6.4-1.7-6.4-4.27C5.1 4.07 8.06 2 12.21 2c1.29 0 2.6.29 4.08.76c0-.5.29-.66 1.01-.66c1.16 0 1.25.29 1.32.98l.23 2.8c0 .62-.46.95-1.22.95c-1.28 0-1.08-.95-1.77-1.76s-2.07-1.34-3.78-1.34C9.44 3.73 7.7 4.89 7.7 6.5c0 1.3 1.22 2.06 3.68 2.32l2.57.26c3.75.42 5.66 1.84 5.66 4.25c0 2.84-2.9 4.75-7.4 4.75c-1.65 0-3.13-.31-4.74-.89M1 16h1v5h21v1H1v-6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiSlackware(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.47 17.19c-.1.76-.39 1.02-1.28 1.02c-.92 0-1.32-.42-1.38-1.34l-.2-3.22c0-.74.26-1.1 1.25-1.1c1.35 0 1.18.99 1.78 1.95c.69 1.12 2.36 1.85 4.67 1.85c2.86 0 4.69-1.21 4.69-2.78c0-1.34-1.11-2.18-3.15-2.41l-2.35-.27c-4.29-.47-6.4-1.7-6.4-4.27C5.1 4.07 8.06 2 12.21 2c1.29 0 2.6.29 4.08.76c0-.5.29-.66 1.01-.66c1.16 0 1.25.29 1.32.98l.23 2.8c0 .62-.46.95-1.22.95c-1.28 0-1.08-.95-1.77-1.76s-2.07-1.34-3.78-1.34C9.44 3.73 7.7 4.89 7.7 6.5c0 1.3 1.22 2.06 3.68 2.32l2.57.26c3.75.42 5.66 1.84 5.66 4.25c0 2.84-2.9 4.75-7.4 4.75c-1.65 0-3.13-.31-4.74-.89M1 16h1v5h21v1H1v-6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.47 17.19c-.1.76-.39 1.02-1.28 1.02c-.92 0-1.32-.42-1.38-1.34l-.2-3.22c0-.74.26-1.1 1.25-1.1c1.35 0 1.18.99 1.78 1.95c.69 1.12 2.36 1.85 4.67 1.85c2.86 0 4.69-1.21 4.69-2.78c0-1.34-1.11-2.18-3.15-2.41l-2.35-.27c-4.29-.47-6.4-1.7-6.4-4.27C5.1 4.07 8.06 2 12.21 2c1.29 0 2.6.29 4.08.76c0-.5.29-.66 1.01-.66c1.16 0 1.25.29 1.32.98l.23 2.8c0 .62-.46.95-1.22.95c-1.28 0-1.08-.95-1.77-1.76s-2.07-1.34-3.78-1.34C9.44 3.73 7.7 4.89 7.7 6.5c0 1.3 1.22 2.06 3.68 2.32l2.57.26c3.75.42 5.66 1.84 5.66 4.25c0 2.84-2.9 4.75-7.4 4.75c-1.65 0-3.13-.31-4.74-.89M1 16h1v5h21v1H1v-6z" fill="currentColor"/></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%20d%3D%22M7.47%2017.19c-.1.76-.39%201.02-1.28%201.02c-.92%200-1.32-.42-1.38-1.34l-.2-3.22c0-.74.26-1.1%201.25-1.1c1.35%200%201.18.99%201.78%201.95c.69%201.12%202.36%201.85%204.67%201.85c2.86%200%204.69-1.21%204.69-2.78c0-1.34-1.11-2.18-3.15-2.41l-2.35-.27c-4.29-.47-6.4-1.7-6.4-4.27C5.1%204.07%208.06%202%2012.21%202c1.29%200%202.6.29%204.08.76c0-.5.29-.66%201.01-.66c1.16%200%201.25.29%201.32.98l.23%202.8c0%20.62-.46.95-1.22.95c-1.28%200-1.08-.95-1.77-1.76s-2.07-1.34-3.78-1.34C9.44%203.73%207.7%204.89%207.7%206.5c0%201.3%201.22%202.06%203.68%202.32l2.57.26c3.75.42%205.66%201.84%205.66%204.25c0%202.84-2.9%204.75-7.4%204.75c-1.65%200-3.13-.31-4.74-.89M1%2016h1v5h21v1H1v-6z%22%20fill%3D%22currentColor%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%20d%3D%22M7.47%2017.19c-.1.76-.39%201.02-1.28%201.02c-.92%200-1.32-.42-1.38-1.34l-.2-3.22c0-.74.26-1.1%201.25-1.1c1.35%200%201.18.99%201.78%201.95c.69%201.12%202.36%201.85%204.67%201.85c2.86%200%204.69-1.21%204.69-2.78c0-1.34-1.11-2.18-3.15-2.41l-2.35-.27c-4.29-.47-6.4-1.7-6.4-4.27C5.1%204.07%208.06%202%2012.21%202c1.29%200%202.6.29%204.08.76c0-.5.29-.66%201.01-.66c1.16%200%201.25.29%201.32.98l.23%202.8c0%20.62-.46.95-1.22.95c-1.28%200-1.08-.95-1.77-1.76s-2.07-1.34-3.78-1.34C9.44%203.73%207.7%204.89%207.7%206.5c0%201.3%201.22%202.06%203.68%202.32l2.57.26c3.75.42%205.66%201.84%205.66%204.25c0%202.84-2.9%204.75-7.4%204.75c-1.65%200-3.13-.31-4.74-.89M1%2016h1v5h21v1H1v-6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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