bold from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
bold
Set
Octicons
Style
Regular
Viewbox
10×16
License
MIT

2 other variants in Octicons

The same icon in other sets

Use the bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M1 2h3.83c2.48 0 4.3.75 4.3 2.95c0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86c0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69c0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98c0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 16"><path fillRule="evenodd" d="M1 2h3.83c2.48 0 4.3.75 4.3 2.95c0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86c0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69c0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98c0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M1 2h3.83c2.48 0 4.3.75 4.3 2.95c0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86c0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69c0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98c0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z" fill="currentColor"/></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%220%200%2010%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%202h3.83c2.48%200%204.3.75%204.3%202.95c0%201.14-.63%202.23-1.67%202.61v.06c1.33.3%202.3%201.23%202.3%202.86c0%202.39-1.97%203.52-4.61%203.52H1V2zm3.66%204.95c1.67%200%202.38-.66%202.38-1.69c0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27%205.39c1.77%200%202.75-.64%202.75-1.98c0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z%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%2010%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%202h3.83c2.48%200%204.3.75%204.3%202.95c0%201.14-.63%202.23-1.67%202.61v.06c1.33.3%202.3%201.23%202.3%202.86c0%202.39-1.97%203.52-4.61%203.52H1V2zm3.66%204.95c1.67%200%202.38-.66%202.38-1.69c0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27%205.39c1.77%200%202.75-.64%202.75-1.98c0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z%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/octicon/bold.svg?color=%231a73e8&size=48