hash from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
hash
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the hash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.39 12.648a1 1 0 0 0-.015.18c0 .305.21.508.5.508c.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547c0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547c0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1 1 0 0 0 .016-.164a.51.51 0 0 0-.516-.516a.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.51.51 0 0 0-.523-.516a.54.54 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532s.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531s.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18c0 .305.21.508.5.508c.265 0 .492-.172.554-.477l.555-2.703h2.242zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z"/></svg>

React

import type { SVGProps } from "react";

export function BiHash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.39 12.648a1 1 0 0 0-.015.18c0 .305.21.508.5.508c.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547c0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547c0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1 1 0 0 0 .016-.164a.51.51 0 0 0-.516-.516a.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.51.51 0 0 0-.523-.516a.54.54 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532s.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531s.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18c0 .305.21.508.5.508c.265 0 .492-.172.554-.477l.555-2.703h2.242zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.39 12.648a1 1 0 0 0-.015.18c0 .305.21.508.5.508c.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547c0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547c0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1 1 0 0 0 .016-.164a.51.51 0 0 0-.516-.516a.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.51.51 0 0 0-.523-.516a.54.54 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532s.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531s.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18c0 .305.21.508.5.508c.265 0 .492-.172.554-.477l.555-2.703h2.242zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z"/></svg>
</template>

CSS

.icon-hash {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.39%2012.648a1%201%200%200%200-.015.18c0%20.305.21.508.5.508c.266%200%20.492-.172.555-.477l.554-2.703h1.204c.421%200%20.617-.234.617-.547c0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43%200%20.618-.227.618-.547c0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1%201%200%200%200%20.016-.164a.51.51%200%200%200-.516-.516a.54.54%200%200%200-.539.43l-.523%202.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.51.51%200%200%200-.523-.516a.54.54%200%200%200-.531.43L6.53%205.484H5.414c-.43%200-.617.22-.617.532s.187.539.617.539h.906l-.515%202.523H4.609c-.421%200-.609.219-.609.531s.188.547.61.547h.976l-.516%202.492c-.008.04-.015.125-.015.18c0%20.305.21.508.5.508c.265%200%20.492-.172.554-.477l.555-2.703h2.242zm-1-6.109h2.266l-.515%202.563H6.859l.532-2.563z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.39%2012.648a1%201%200%200%200-.015.18c0%20.305.21.508.5.508c.266%200%20.492-.172.555-.477l.554-2.703h1.204c.421%200%20.617-.234.617-.547c0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43%200%20.618-.227.618-.547c0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1%201%200%200%200%20.016-.164a.51.51%200%200%200-.516-.516a.54.54%200%200%200-.539.43l-.523%202.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.51.51%200%200%200-.523-.516a.54.54%200%200%200-.531.43L6.53%205.484H5.414c-.43%200-.617.22-.617.532s.187.539.617.539h.906l-.515%202.523H4.609c-.421%200-.609.219-.609.531s.188.547.61.547h.976l-.516%202.492c-.008.04-.015.125-.015.18c0%20.305.21.508.5.508c.265%200%20.492-.172.554-.477l.555-2.703h2.242zm-1-6.109h2.266l-.515%202.563H6.859l.532-2.563z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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