text bolder icon
text-bolder from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- text-bolder
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
- Aliases
- text-bolder-duotone, text-bolder-fill
3 other variants in Phosphor
Related icons in Phosphor
Use the text bolder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.5 115.7A44 44 0 0 0 140 40H64a7.9 7.9 0 0 0-8 8v152a8 8 0 0 0 8 8h88a48 48 0 0 0 18.5-92.3ZM72 56h68a28 28 0 0 1 0 56H72Zm80 136H72v-64h80a32 32 0 0 1 0 64Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTextBolder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.5 115.7A44 44 0 0 0 140 40H64a7.9 7.9 0 0 0-8 8v152a8 8 0 0 0 8 8h88a48 48 0 0 0 18.5-92.3ZM72 56h68a28 28 0 0 1 0 56H72Zm80 136H72v-64h80a32 32 0 0 1 0 64Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.5 115.7A44 44 0 0 0 140 40H64a7.9 7.9 0 0 0-8 8v152a8 8 0 0 0 8 8h88a48 48 0 0 0 18.5-92.3ZM72 56h68a28 28 0 0 1 0 56H72Zm80 136H72v-64h80a32 32 0 0 1 0 64Z"/></svg> </template>
CSS
.icon-text-bolder {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.5%20115.7A44%2044%200%200%200%20140%2040H64a7.9%207.9%200%200%200-8%208v152a8%208%200%200%200%208%208h88a48%2048%200%200%200%2018.5-92.3ZM72%2056h68a28%2028%200%200%201%200%2056H72Zm80%20136H72v-64h80a32%2032%200%200%201%200%2064Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.5%20115.7A44%2044%200%200%200%20140%2040H64a7.9%207.9%200%200%200-8%208v152a8%208%200%200%200%208%208h88a48%2048%200%200%200%2018.5-92.3ZM72%2056h68a28%2028%200%200%201%200%2056H72Zm80%20136H72v-64h80a32%2032%200%200%201%200%2064Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-bolder.svg?color=%231a73e8&size=48