text font icon

text-font from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
text-font
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0
Aliases
letter-aa-large

The same icon in other sets

More actions icons from Carbon

Use the text font icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 12h-5v2h5a1 1 0 0 1 1 1v2h-4a3.003 3.003 0 0 0-3 3v1a3.003 3.003 0 0 0 3 3h6v-9a3.003 3.003 0 0 0-3-3m-3 10a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h4v3Zm-6 2h2L12 7h-2L4 24h2l1.694-5h6.613Zm-7.629-7l2.497-7.371h.266L13.63 17Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTextFont(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="M25 12h-5v2h5a1 1 0 0 1 1 1v2h-4a3.003 3.003 0 0 0-3 3v1a3.003 3.003 0 0 0 3 3h6v-9a3.003 3.003 0 0 0-3-3m-3 10a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h4v3Zm-6 2h2L12 7h-2L4 24h2l1.694-5h6.613Zm-7.629-7l2.497-7.371h.266L13.63 17Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 12h-5v2h5a1 1 0 0 1 1 1v2h-4a3.003 3.003 0 0 0-3 3v1a3.003 3.003 0 0 0 3 3h6v-9a3.003 3.003 0 0 0-3-3m-3 10a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h4v3Zm-6 2h2L12 7h-2L4 24h2l1.694-5h6.613Zm-7.629-7l2.497-7.371h.266L13.63 17Z"/></svg>
</template>

CSS

.icon-text-font {
  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%22M25%2012h-5v2h5a1%201%200%200%201%201%201v2h-4a3.003%203.003%200%200%200-3%203v1a3.003%203.003%200%200%200%203%203h6v-9a3.003%203.003%200%200%200-3-3m-3%2010a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h4v3Zm-6%202h2L12%207h-2L4%2024h2l1.694-5h6.613Zm-7.629-7l2.497-7.371h.266L13.63%2017Z%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%22M25%2012h-5v2h5a1%201%200%200%201%201%201v2h-4a3.003%203.003%200%200%200-3%203v1a3.003%203.003%200%200%200%203%203h6v-9a3.003%203.003%200%200%200-3-3m-3%2010a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h4v3Zm-6%202h2L12%207h-2L4%2024h2l1.694-5h6.613Zm-7.629-7l2.497-7.371h.266L13.63%2017Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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