hash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
hash-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the hash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 90h-51l8.89-48.93a6 6 0 1 0-11.8-2.14L160.81 90H109l8.89-48.93a6 6 0 0 0-11.8-2.14L96.81 90H48a6 6 0 0 0 0 12h46.63l-9.46 52H32a6 6 0 0 0 0 12h51l-8.9 48.93a6 6 0 0 0 4.83 7A5.6 5.6 0 0 0 80 222a6 6 0 0 0 5.89-4.93l9.3-51.07H147l-8.89 48.93a6 6 0 0 0 4.83 7a5.6 5.6 0 0 0 1.08.1a6 6 0 0 0 5.89-4.93l9.28-51.1H208a6 6 0 0 0 0-12h-46.63l9.46-52H224a6 6 0 0 0 0-12m-74.83 64h-51.8l9.46-52h51.8Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHashLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 90h-51l8.89-48.93a6 6 0 1 0-11.8-2.14L160.81 90H109l8.89-48.93a6 6 0 0 0-11.8-2.14L96.81 90H48a6 6 0 0 0 0 12h46.63l-9.46 52H32a6 6 0 0 0 0 12h51l-8.9 48.93a6 6 0 0 0 4.83 7A5.6 5.6 0 0 0 80 222a6 6 0 0 0 5.89-4.93l9.3-51.07H147l-8.89 48.93a6 6 0 0 0 4.83 7a5.6 5.6 0 0 0 1.08.1a6 6 0 0 0 5.89-4.93l9.28-51.1H208a6 6 0 0 0 0-12h-46.63l9.46-52H224a6 6 0 0 0 0-12m-74.83 64h-51.8l9.46-52h51.8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 90h-51l8.89-48.93a6 6 0 1 0-11.8-2.14L160.81 90H109l8.89-48.93a6 6 0 0 0-11.8-2.14L96.81 90H48a6 6 0 0 0 0 12h46.63l-9.46 52H32a6 6 0 0 0 0 12h51l-8.9 48.93a6 6 0 0 0 4.83 7A5.6 5.6 0 0 0 80 222a6 6 0 0 0 5.89-4.93l9.3-51.07H147l-8.89 48.93a6 6 0 0 0 4.83 7a5.6 5.6 0 0 0 1.08.1a6 6 0 0 0 5.89-4.93l9.28-51.1H208a6 6 0 0 0 0-12h-46.63l9.46-52H224a6 6 0 0 0 0-12m-74.83 64h-51.8l9.46-52h51.8Z"/></svg>
</template>

CSS

.icon-hash-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2090h-51l8.89-48.93a6%206%200%201%200-11.8-2.14L160.81%2090H109l8.89-48.93a6%206%200%200%200-11.8-2.14L96.81%2090H48a6%206%200%200%200%200%2012h46.63l-9.46%2052H32a6%206%200%200%200%200%2012h51l-8.9%2048.93a6%206%200%200%200%204.83%207A5.6%205.6%200%200%200%2080%20222a6%206%200%200%200%205.89-4.93l9.3-51.07H147l-8.89%2048.93a6%206%200%200%200%204.83%207a5.6%205.6%200%200%200%201.08.1a6%206%200%200%200%205.89-4.93l9.28-51.1H208a6%206%200%200%200%200-12h-46.63l9.46-52H224a6%206%200%200%200%200-12m-74.83%2064h-51.8l9.46-52h51.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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2090h-51l8.89-48.93a6%206%200%201%200-11.8-2.14L160.81%2090H109l8.89-48.93a6%206%200%200%200-11.8-2.14L96.81%2090H48a6%206%200%200%200%200%2012h46.63l-9.46%2052H32a6%206%200%200%200%200%2012h51l-8.9%2048.93a6%206%200%200%200%204.83%207A5.6%205.6%200%200%200%2080%20222a6%206%200%200%200%205.89-4.93l9.3-51.07H147l-8.89%2048.93a6%206%200%200%200%204.83%207a5.6%205.6%200%200%200%201.08.1a6%206%200%200%200%205.89-4.93l9.28-51.1H208a6%206%200%200%200%200-12h-46.63l9.46-52H224a6%206%200%200%200%200-12m-74.83%2064h-51.8l9.46-52h51.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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