slashdot from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
slashdot
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the slashdot logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.37 0L9.38 32H2.489L19.473 0zm3.14 26.401a5.48 5.48 0 0 1-5.479 5.474c-3.026 0-5.479-2.453-5.479-5.474s2.453-5.474 5.479-5.474a5.48 5.48 0 0 1 5.479 5.474"/></svg>

React

import type { SVGProps } from "react";

export function CibSlashdot(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="M26.37 0L9.38 32H2.489L19.473 0zm3.14 26.401a5.48 5.48 0 0 1-5.479 5.474c-3.026 0-5.479-2.453-5.479-5.474s2.453-5.474 5.479-5.474a5.48 5.48 0 0 1 5.479 5.474"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.37 0L9.38 32H2.489L19.473 0zm3.14 26.401a5.48 5.48 0 0 1-5.479 5.474c-3.026 0-5.479-2.453-5.479-5.474s2.453-5.474 5.479-5.474a5.48 5.48 0 0 1 5.479 5.474"/></svg>
</template>

CSS

.icon-slashdot {
  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%22M26.37%200L9.38%2032H2.489L19.473%200zm3.14%2026.401a5.48%205.48%200%200%201-5.479%205.474c-3.026%200-5.479-2.453-5.479-5.474s2.453-5.474%205.479-5.474a5.48%205.48%200%200%201%205.479%205.474%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%22M26.37%200L9.38%2032H2.489L19.473%200zm3.14%2026.401a5.48%205.48%200%200%201-5.479%205.474c-3.026%200-5.479-2.453-5.479-5.474s2.453-5.474%205.479-5.474a5.48%205.48%200%200%201%205.479%205.474%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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