bold from Line Awesome by Icons8 · Line · Editors · Apache-2.0 Free for personal and commercial use.

Name
bold
Set
Line Awesome
Style
Line
Category
Editors
Viewbox
32×32
License
Apache 2.0
Aliases
bold-solid

The same icon in other sets

More editors icons from Line Awesome

Use the bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7c2.8 0 5 2.2 5 5c0 1.3-.5 2.398-1.3 3.3c1.902.7 3.3 2.5 3.3 4.7c0 2.8-2.2 5-5 5H7V7zm-7 8h7c1.7 0 3-1.3 3-3s-1.3-3-3-3H9zm0 8h9c1.7 0 3-1.3 3-3s-1.3-3-3-3H9zm7-18H5v22h13c3.898 0 7-3.102 7-7c0-2.102-1-4.102-2.5-5.398c.3-.801.5-1.704.5-2.602c0-3.898-3.102-7-7-7m-5 6h5c.602 0 1 .398 1 1s-.398 1-1 1h-5zm0 8h7c.602 0 1 .398 1 1s-.398 1-1 1h-7z"/></svg>

React

import type { SVGProps } from "react";

export function LaBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7c2.8 0 5 2.2 5 5c0 1.3-.5 2.398-1.3 3.3c1.902.7 3.3 2.5 3.3 4.7c0 2.8-2.2 5-5 5H7V7zm-7 8h7c1.7 0 3-1.3 3-3s-1.3-3-3-3H9zm0 8h9c1.7 0 3-1.3 3-3s-1.3-3-3-3H9zm7-18H5v22h13c3.898 0 7-3.102 7-7c0-2.102-1-4.102-2.5-5.398c.3-.801.5-1.704.5-2.602c0-3.898-3.102-7-7-7m-5 6h5c.602 0 1 .398 1 1s-.398 1-1 1h-5zm0 8h7c.602 0 1 .398 1 1s-.398 1-1 1h-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7c2.8 0 5 2.2 5 5c0 1.3-.5 2.398-1.3 3.3c1.902.7 3.3 2.5 3.3 4.7c0 2.8-2.2 5-5 5H7V7zm-7 8h7c1.7 0 3-1.3 3-3s-1.3-3-3-3H9zm0 8h9c1.7 0 3-1.3 3-3s-1.3-3-3-3H9zm7-18H5v22h13c3.898 0 7-3.102 7-7c0-2.102-1-4.102-2.5-5.398c.3-.801.5-1.704.5-2.602c0-3.898-3.102-7-7-7m-5 6h5c.602 0 1 .398 1 1s-.398 1-1 1h-5zm0 8h7c.602 0 1 .398 1 1s-.398 1-1 1h-7z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207c2.8%200%205%202.2%205%205c0%201.3-.5%202.398-1.3%203.3c1.902.7%203.3%202.5%203.3%204.7c0%202.8-2.2%205-5%205H7V7zm-7%208h7c1.7%200%203-1.3%203-3s-1.3-3-3-3H9zm0%208h9c1.7%200%203-1.3%203-3s-1.3-3-3-3H9zm7-18H5v22h13c3.898%200%207-3.102%207-7c0-2.102-1-4.102-2.5-5.398c.3-.801.5-1.704.5-2.602c0-3.898-3.102-7-7-7m-5%206h5c.602%200%201%20.398%201%201s-.398%201-1%201h-5zm0%208h7c.602%200%201%20.398%201%201s-.398%201-1%201h-7z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207c2.8%200%205%202.2%205%205c0%201.3-.5%202.398-1.3%203.3c1.902.7%203.3%202.5%203.3%204.7c0%202.8-2.2%205-5%205H7V7zm-7%208h7c1.7%200%203-1.3%203-3s-1.3-3-3-3H9zm0%208h9c1.7%200%203-1.3%203-3s-1.3-3-3-3H9zm7-18H5v22h13c3.898%200%207-3.102%207-7c0-2.102-1-4.102-2.5-5.398c.3-.801.5-1.704.5-2.602c0-3.898-3.102-7-7-7m-5%206h5c.602%200%201%20.398%201%201s-.398%201-1%201h-5zm0%208h7c.602%200%201%20.398%201%201s-.398%201-1%201h-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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