font bold icon

font-bold from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
font-bold
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Related icons in Radix Icons

Use the font bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9.028 3c1.11 0 2.026.982 2.026 2.185c0 .9-.45 1.634-1.35 2.051c1.162.213 1.814 1.392 1.814 2.245c0 1.032-.528 2.519-2.24 2.519H5.104q-.594 0-.853-.264Q4 11.466 4 10.883V4.117q0-.595.258-.853Q4.522 3 5.105 3zM5.8 10.63h2.579c.521 0 1.25-.509 1.25-1.331c0-.823-.729-1.296-1.25-1.296h-2.58zm0-3.935h2.38A1.17 1.17 0 0 0 9.277 5.5c0-.86-.797-1.13-1.097-1.13H5.8z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsFontBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9.028 3c1.11 0 2.026.982 2.026 2.185c0 .9-.45 1.634-1.35 2.051c1.162.213 1.814 1.392 1.814 2.245c0 1.032-.528 2.519-2.24 2.519H5.104q-.594 0-.853-.264Q4 11.466 4 10.883V4.117q0-.595.258-.853Q4.522 3 5.105 3zM5.8 10.63h2.579c.521 0 1.25-.509 1.25-1.331c0-.823-.729-1.296-1.25-1.296h-2.58zm0-3.935h2.38A1.17 1.17 0 0 0 9.277 5.5c0-.86-.797-1.13-1.097-1.13H5.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9.028 3c1.11 0 2.026.982 2.026 2.185c0 .9-.45 1.634-1.35 2.051c1.162.213 1.814 1.392 1.814 2.245c0 1.032-.528 2.519-2.24 2.519H5.104q-.594 0-.853-.264Q4 11.466 4 10.883V4.117q0-.595.258-.853Q4.522 3 5.105 3zM5.8 10.63h2.579c.521 0 1.25-.509 1.25-1.331c0-.823-.729-1.296-1.25-1.296h-2.58zm0-3.935h2.38A1.17 1.17 0 0 0 9.277 5.5c0-.86-.797-1.13-1.097-1.13H5.8z"/></svg>
</template>

CSS

.icon-font-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.028%203c1.11%200%202.026.982%202.026%202.185c0%20.9-.45%201.634-1.35%202.051c1.162.213%201.814%201.392%201.814%202.245c0%201.032-.528%202.519-2.24%202.519H5.104q-.594%200-.853-.264Q4%2011.466%204%2010.883V4.117q0-.595.258-.853Q4.522%203%205.105%203zM5.8%2010.63h2.579c.521%200%201.25-.509%201.25-1.331c0-.823-.729-1.296-1.25-1.296h-2.58zm0-3.935h2.38A1.17%201.17%200%200%200%209.277%205.5c0-.86-.797-1.13-1.097-1.13H5.8z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.028%203c1.11%200%202.026.982%202.026%202.185c0%20.9-.45%201.634-1.35%202.051c1.162.213%201.814%201.392%201.814%202.245c0%201.032-.528%202.519-2.24%202.519H5.104q-.594%200-.853-.264Q4%2011.466%204%2010.883V4.117q0-.595.258-.853Q4.522%203%205.105%203zM5.8%2010.63h2.579c.521%200%201.25-.509%201.25-1.331c0-.823-.729-1.296-1.25-1.296h-2.58zm0-3.935h2.38A1.17%201.17%200%200%200%209.277%205.5c0-.86-.797-1.13-1.097-1.13H5.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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