text from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
text
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m11.58 2.057l.01.002h.001l.016.005q.026.006.051.015l.037.017q.015.006.029.014l.01.005l.015.011a.45.45 0 0 1 .201.374v2a.45.45 0 0 1-.9 0V2.95h-3v9.1h1.204a.45.45 0 0 1 .09.89l-.09.01h-3.5l-.09-.01a.45.45 0 0 1 0-.88l.09-.01H6.95v-9.1h-3V4.5a.45.45 0 0 1-.9 0v-2q0-.082.028-.155l.004-.014l.019-.036l.02-.037l.022-.03l.017-.023l.022-.023l.014-.013l.038-.031l.028-.019l.039-.021l.034-.017l.048-.014l.031-.01l.086-.007h8z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m11.58 2.057l.01.002h.001l.016.005q.026.006.051.015l.037.017q.015.006.029.014l.01.005l.015.011a.45.45 0 0 1 .201.374v2a.45.45 0 0 1-.9 0V2.95h-3v9.1h1.204a.45.45 0 0 1 .09.89l-.09.01h-3.5l-.09-.01a.45.45 0 0 1 0-.88l.09-.01H6.95v-9.1h-3V4.5a.45.45 0 0 1-.9 0v-2q0-.082.028-.155l.004-.014l.019-.036l.02-.037l.022-.03l.017-.023l.022-.023l.014-.013l.038-.031l.028-.019l.039-.021l.034-.017l.048-.014l.031-.01l.086-.007h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m11.58 2.057l.01.002h.001l.016.005q.026.006.051.015l.037.017q.015.006.029.014l.01.005l.015.011a.45.45 0 0 1 .201.374v2a.45.45 0 0 1-.9 0V2.95h-3v9.1h1.204a.45.45 0 0 1 .09.89l-.09.01h-3.5l-.09-.01a.45.45 0 0 1 0-.88l.09-.01H6.95v-9.1h-3V4.5a.45.45 0 0 1-.9 0v-2q0-.082.028-.155l.004-.014l.019-.036l.02-.037l.022-.03l.017-.023l.022-.023l.014-.013l.038-.031l.028-.019l.039-.021l.034-.017l.048-.014l.031-.01l.086-.007h8z"/></svg>
</template>

CSS

.icon-text {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.58%202.057l.01.002h.001l.016.005q.026.006.051.015l.037.017q.015.006.029.014l.01.005l.015.011a.45.45%200%200%201%20.201.374v2a.45.45%200%200%201-.9%200V2.95h-3v9.1h1.204a.45.45%200%200%201%20.09.89l-.09.01h-3.5l-.09-.01a.45.45%200%200%201%200-.88l.09-.01H6.95v-9.1h-3V4.5a.45.45%200%200%201-.9%200v-2q0-.082.028-.155l.004-.014l.019-.036l.02-.037l.022-.03l.017-.023l.022-.023l.014-.013l.038-.031l.028-.019l.039-.021l.034-.017l.048-.014l.031-.01l.086-.007h8z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.58%202.057l.01.002h.001l.016.005q.026.006.051.015l.037.017q.015.006.029.014l.01.005l.015.011a.45.45%200%200%201%20.201.374v2a.45.45%200%200%201-.9%200V2.95h-3v9.1h1.204a.45.45%200%200%201%20.09.89l-.09.01h-3.5l-.09-.01a.45.45%200%200%201%200-.88l.09-.01H6.95v-9.1h-3V4.5a.45.45%200%200%201-.9%200v-2q0-.082.028-.155l.004-.014l.019-.036l.02-.037l.022-.03l.017-.023l.022-.023l.014-.013l.038-.031l.028-.019l.039-.021l.034-.017l.048-.014l.031-.01l.086-.007h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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