bold from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
bold
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8.5 -7 24 24"><path fill="currentColor" d="M2 5.455v2.727h1.5c.828 0 1.5-.61 1.5-1.364c0-.753-.672-1.363-1.5-1.363zm3.514-1.24C6.413 4.793 7 5.744 7 6.819C7 8.575 5.433 10 3.5 10H0V.91C0 .406.448 0 1 0h2c1.657 0 3 1.221 3 2.727c0 .55-.179 1.06-.486 1.489zM2 1.819v1.818h1c.552 0 1-.407 1-.909s-.448-.909-1-.909z"/></svg>

React

import type { SVGProps } from "react";

export function JamBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8.5 -7 24 24"><path fill="currentColor" d="M2 5.455v2.727h1.5c.828 0 1.5-.61 1.5-1.364c0-.753-.672-1.363-1.5-1.363zm3.514-1.24C6.413 4.793 7 5.744 7 6.819C7 8.575 5.433 10 3.5 10H0V.91C0 .406.448 0 1 0h2c1.657 0 3 1.221 3 2.727c0 .55-.179 1.06-.486 1.489zM2 1.819v1.818h1c.552 0 1-.407 1-.909s-.448-.909-1-.909z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8.5 -7 24 24"><path fill="currentColor" d="M2 5.455v2.727h1.5c.828 0 1.5-.61 1.5-1.364c0-.753-.672-1.363-1.5-1.363zm3.514-1.24C6.413 4.793 7 5.744 7 6.819C7 8.575 5.433 10 3.5 10H0V.91C0 .406.448 0 1 0h2c1.657 0 3 1.221 3 2.727c0 .55-.179 1.06-.486 1.489zM2 1.819v1.818h1c.552 0 1-.407 1-.909s-.448-.909-1-.909z"/></svg>
</template>

CSS

.icon-bold {
  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%22-8.5%20-7%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.455v2.727h1.5c.828%200%201.5-.61%201.5-1.364c0-.753-.672-1.363-1.5-1.363zm3.514-1.24C6.413%204.793%207%205.744%207%206.819C7%208.575%205.433%2010%203.5%2010H0V.91C0%20.406.448%200%201%200h2c1.657%200%203%201.221%203%202.727c0%20.55-.179%201.06-.486%201.489zM2%201.819v1.818h1c.552%200%201-.407%201-.909s-.448-.909-1-.909z%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%22-8.5%20-7%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.455v2.727h1.5c.828%200%201.5-.61%201.5-1.364c0-.753-.672-1.363-1.5-1.363zm3.514-1.24C6.413%204.793%207%205.744%207%206.819C7%208.575%205.433%2010%203.5%2010H0V.91C0%20.406.448%200%201%200h2c1.657%200%203%201.221%203%202.727c0%20.55-.179%201.06-.486%201.489zM2%201.819v1.818h1c.552%200%201-.407%201-.909s-.448-.909-1-.909z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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