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

Name
bold-filled
Set
Reicon
Style
Filled
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 1A3.61 3.61 0 0 0 4 4.609V19.94A3.06 3.06 0 0 0 7.059 23H14a6 6 0 0 0 2.102-11.621A6 6 0 0 0 12 1zM12 11a4 4 0 0 0 0-8H7.609C6.72 3 6 3.72 6 4.609V11zm-6 2v6.941C6 20.526 6.474 21 7.059 21H14a4 4 0 0 0 0-8z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBoldFilled(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 1A3.61 3.61 0 0 0 4 4.609V19.94A3.06 3.06 0 0 0 7.059 23H14a6 6 0 0 0 2.102-11.621A6 6 0 0 0 12 1zM12 11a4 4 0 0 0 0-8H7.609C6.72 3 6 3.72 6 4.609V11zm-6 2v6.941C6 20.526 6.474 21 7.059 21H14a4 4 0 0 0 0-8z" 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 1A3.61 3.61 0 0 0 4 4.609V19.94A3.06 3.06 0 0 0 7.059 23H14a6 6 0 0 0 2.102-11.621A6 6 0 0 0 12 1zM12 11a4 4 0 0 0 0-8H7.609C6.72 3 6 3.72 6 4.609V11zm-6 2v6.941C6 20.526 6.474 21 7.059 21H14a4 4 0 0 0 0-8z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bold-filled {
  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%201A3.61%203.61%200%200%200%204%204.609V19.94A3.06%203.06%200%200%200%207.059%2023H14a6%206%200%200%200%202.102-11.621A6%206%200%200%200%2012%201zM12%2011a4%204%200%200%200%200-8H7.609C6.72%203%206%203.72%206%204.609V11zm-6%202v6.941C6%2020.526%206.474%2021%207.059%2021H14a4%204%200%200%200%200-8z%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%201A3.61%203.61%200%200%200%204%204.609V19.94A3.06%203.06%200%200%200%207.059%2023H14a6%206%200%200%200%202.102-11.621A6%206%200%200%200%2012%201zM12%2011a4%204%200%200%200%200-8H7.609C6.72%203%206%203.72%206%204.609V11zm-6%202v6.941C6%2020.526%206.474%2021%207.059%2021H14a4%204%200%200%200%200-8z%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-filled.svg?color=%231a73e8&size=48