text leading icon

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

Name
text-leading
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the text leading icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 13h16v2H14zm1 15h15v2H15zm10.85-1H28l-4.36-10h-2.28L17 27h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25 23Zm5.1-11H28L23.64 2h-2.28L17 12h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25 8ZM6 15.83l2.58 2.58L10 17l-4-4l-4 4l1.41 1.42zm0 11.34l-2.58-2.58L2 26l4 4l4-4l-1.41-1.42z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTextLeading(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="M14 13h16v2H14zm1 15h15v2H15zm10.85-1H28l-4.36-10h-2.28L17 27h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25 23Zm5.1-11H28L23.64 2h-2.28L17 12h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25 8ZM6 15.83l2.58 2.58L10 17l-4-4l-4 4l1.41 1.42zm0 11.34l-2.58-2.58L2 26l4 4l4-4l-1.41-1.42z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 13h16v2H14zm1 15h15v2H15zm10.85-1H28l-4.36-10h-2.28L17 27h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25 23Zm5.1-11H28L23.64 2h-2.28L17 12h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25 8ZM6 15.83l2.58 2.58L10 17l-4-4l-4 4l1.41 1.42zm0 11.34l-2.58-2.58L2 26l4 4l4-4l-1.41-1.42z"/></svg>
</template>

CSS

.icon-text-leading {
  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%22M14%2013h16v2H14zm1%2015h15v2H15zm10.85-1H28l-4.36-10h-2.28L17%2027h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25%2023Zm5.1-11H28L23.64%202h-2.28L17%2012h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25%208ZM6%2015.83l2.58%202.58L10%2017l-4-4l-4%204l1.41%201.42zm0%2011.34l-2.58-2.58L2%2026l4%204l4-4l-1.41-1.42z%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%22M14%2013h16v2H14zm1%2015h15v2H15zm10.85-1H28l-4.36-10h-2.28L17%2027h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25%2023Zm5.1-11H28L23.64%202h-2.28L17%2012h2.15l.8-2h5.1Zm-5.1-4l1.75-4.37L24.25%208ZM6%2015.83l2.58%202.58L10%2017l-4-4l-4%204l1.41%201.42zm0%2011.34l-2.58-2.58L2%2026l4%204l4-4l-1.41-1.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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