bold from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.

Name
bold
Set
Reicon
Style
Outline
Category
Text-formatting
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All bold icons →

More text-formatting icons from Reicon

Use the bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.609 1.25A3.36 3.36 0 0 0 4.25 4.609V19.94a2.81 2.81 0 0 0 2.809 2.809H14a5.75 5.75 0 0 0 1.608-11.272A5.75 5.75 0 0 0 12 1.25zm4.391 10a4.25 4.25 0 0 0 0-8.5H7.609A1.86 1.86 0 0 0 5.75 4.609v6.641zm-6.25 1.5v7.191c0 .723.586 1.309 1.309 1.309H14a4.25 4.25 0 0 0 0-8.5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M7.609 1.25A3.36 3.36 0 0 0 4.25 4.609V19.94a2.81 2.81 0 0 0 2.809 2.809H14a5.75 5.75 0 0 0 1.608-11.272A5.75 5.75 0 0 0 12 1.25zm4.391 10a4.25 4.25 0 0 0 0-8.5H7.609A1.86 1.86 0 0 0 5.75 4.609v6.641zm-6.25 1.5v7.191c0 .723.586 1.309 1.309 1.309H14a4.25 4.25 0 0 0 0-8.5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.609 1.25A3.36 3.36 0 0 0 4.25 4.609V19.94a2.81 2.81 0 0 0 2.809 2.809H14a5.75 5.75 0 0 0 1.608-11.272A5.75 5.75 0 0 0 12 1.25zm4.391 10a4.25 4.25 0 0 0 0-8.5H7.609A1.86 1.86 0 0 0 5.75 4.609v6.641zm-6.25 1.5v7.191c0 .723.586 1.309 1.309 1.309H14a4.25 4.25 0 0 0 0-8.5z" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.609%201.25A3.36%203.36%200%200%200%204.25%204.609V19.94a2.81%202.81%200%200%200%202.809%202.809H14a5.75%205.75%200%200%200%201.608-11.272A5.75%205.75%200%200%200%2012%201.25zm4.391%2010a4.25%204.25%200%200%200%200-8.5H7.609A1.86%201.86%200%200%200%205.75%204.609v6.641zm-6.25%201.5v7.191c0%20.723.586%201.309%201.309%201.309H14a4.25%204.25%200%200%200%200-8.5z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.609%201.25A3.36%203.36%200%200%200%204.25%204.609V19.94a2.81%202.81%200%200%200%202.809%202.809H14a5.75%205.75%200%200%200%201.608-11.272A5.75%205.75%200%200%200%2012%201.25zm4.391%2010a4.25%204.25%200%200%200%200-8.5H7.609A1.86%201.86%200%200%200%205.75%204.609v6.641zm-6.25%201.5v7.191c0%20.723.586%201.309%201.309%201.309H14a4.25%204.25%200%200%200%200-8.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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