text-bold-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
text-bold-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text bold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 4.25C5.5 3.56 6.06 3 6.75 3h3.501c2.403 0 3.999 1.988 3.999 4c0 .872-.3 1.738-.834 2.44c.904.703 1.581 1.802 1.581 3.31c0 2.863-2.437 4.246-4.244 4.246H6.75c-.69 0-1.25-.56-1.25-1.25zM8 11v3.496h2.753c.811 0 1.744-.62 1.744-1.746c0-1.129-.937-1.75-1.744-1.75zm0-2.5h2.248A1.5 1.5 0 0 0 11.75 7c0-.78-.62-1.5-1.499-1.5H8z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextBold20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 4.25C5.5 3.56 6.06 3 6.75 3h3.501c2.403 0 3.999 1.988 3.999 4c0 .872-.3 1.738-.834 2.44c.904.703 1.581 1.802 1.581 3.31c0 2.863-2.437 4.246-4.244 4.246H6.75c-.69 0-1.25-.56-1.25-1.25zM8 11v3.496h2.753c.811 0 1.744-.62 1.744-1.746c0-1.129-.937-1.75-1.744-1.75zm0-2.5h2.248A1.5 1.5 0 0 0 11.75 7c0-.78-.62-1.5-1.499-1.5H8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 4.25C5.5 3.56 6.06 3 6.75 3h3.501c2.403 0 3.999 1.988 3.999 4c0 .872-.3 1.738-.834 2.44c.904.703 1.581 1.802 1.581 3.31c0 2.863-2.437 4.246-4.244 4.246H6.75c-.69 0-1.25-.56-1.25-1.25zM8 11v3.496h2.753c.811 0 1.744-.62 1.744-1.746c0-1.129-.937-1.75-1.744-1.75zm0-2.5h2.248A1.5 1.5 0 0 0 11.75 7c0-.78-.62-1.5-1.499-1.5H8z"/></svg>
</template>

CSS

.icon-text-bold-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204.25C5.5%203.56%206.06%203%206.75%203h3.501c2.403%200%203.999%201.988%203.999%204c0%20.872-.3%201.738-.834%202.44c.904.703%201.581%201.802%201.581%203.31c0%202.863-2.437%204.246-4.244%204.246H6.75c-.69%200-1.25-.56-1.25-1.25zM8%2011v3.496h2.753c.811%200%201.744-.62%201.744-1.746c0-1.129-.937-1.75-1.744-1.75zm0-2.5h2.248A1.5%201.5%200%200%200%2011.75%207c0-.78-.62-1.5-1.499-1.5H8z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204.25C5.5%203.56%206.06%203%206.75%203h3.501c2.403%200%203.999%201.988%203.999%204c0%20.872-.3%201.738-.834%202.44c.904.703%201.581%201.802%201.581%203.31c0%202.863-2.437%204.246-4.244%204.246H6.75c-.69%200-1.25-.56-1.25-1.25zM8%2011v3.496h2.753c.811%200%201.744-.62%201.744-1.746c0-1.129-.937-1.75-1.744-1.75zm0-2.5h2.248A1.5%201.5%200%200%200%2011.75%207c0-.78-.62-1.5-1.499-1.5H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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