text none icon
text-none from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- text-none
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Related icons in Radix Icons
Use the text none icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.646 1.646a.5.5 0 0 1 .707.707L8.05 7.657v4.393h1.204a.45.45 0 0 1 .09.89l-.09.01h-3.5l-.09-.01a.45.45 0 0 1 0-.88l.09-.01H6.95V8.757l-4.597 4.597a.5.5 0 0 1-.707-.708L6.95 7.343V2.95h-3V4.5a.45.45 0 0 1-.9 0v-2a.5.5 0 0 1 .028-.155l.004-.014q.008-.019.019-.036q.008-.02.02-.037l.022-.03q.007-.012.017-.023l.022-.023l.014-.013l.037-.031l.029-.019l.039-.021l.034-.017l.048-.015l.031-.008l.086-.008h8l.08.007l.009.002h.002l.015.004l.052.016q.02.007.037.017l.029.013l.01.006l.015.01a.46.46 0 0 1 .179.24zM8.05 6.243l3-3V2.95h-3z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsTextNone(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="M12.646 1.646a.5.5 0 0 1 .707.707L8.05 7.657v4.393h1.204a.45.45 0 0 1 .09.89l-.09.01h-3.5l-.09-.01a.45.45 0 0 1 0-.88l.09-.01H6.95V8.757l-4.597 4.597a.5.5 0 0 1-.707-.708L6.95 7.343V2.95h-3V4.5a.45.45 0 0 1-.9 0v-2a.5.5 0 0 1 .028-.155l.004-.014q.008-.019.019-.036q.008-.02.02-.037l.022-.03q.007-.012.017-.023l.022-.023l.014-.013l.037-.031l.029-.019l.039-.021l.034-.017l.048-.015l.031-.008l.086-.008h8l.08.007l.009.002h.002l.015.004l.052.016q.02.007.037.017l.029.013l.01.006l.015.01a.46.46 0 0 1 .179.24zM8.05 6.243l3-3V2.95h-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.646 1.646a.5.5 0 0 1 .707.707L8.05 7.657v4.393h1.204a.45.45 0 0 1 .09.89l-.09.01h-3.5l-.09-.01a.45.45 0 0 1 0-.88l.09-.01H6.95V8.757l-4.597 4.597a.5.5 0 0 1-.707-.708L6.95 7.343V2.95h-3V4.5a.45.45 0 0 1-.9 0v-2a.5.5 0 0 1 .028-.155l.004-.014q.008-.019.019-.036q.008-.02.02-.037l.022-.03q.007-.012.017-.023l.022-.023l.014-.013l.037-.031l.029-.019l.039-.021l.034-.017l.048-.015l.031-.008l.086-.008h8l.08.007l.009.002h.002l.015.004l.052.016q.02.007.037.017l.029.013l.01.006l.015.01a.46.46 0 0 1 .179.24zM8.05 6.243l3-3V2.95h-3z"/></svg> </template>
CSS
.icon-text-none {
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%22M12.646%201.646a.5.5%200%200%201%20.707.707L8.05%207.657v4.393h1.204a.45.45%200%200%201%20.09.89l-.09.01h-3.5l-.09-.01a.45.45%200%200%201%200-.88l.09-.01H6.95V8.757l-4.597%204.597a.5.5%200%200%201-.707-.708L6.95%207.343V2.95h-3V4.5a.45.45%200%200%201-.9%200v-2a.5.5%200%200%201%20.028-.155l.004-.014q.008-.019.019-.036q.008-.02.02-.037l.022-.03q.007-.012.017-.023l.022-.023l.014-.013l.037-.031l.029-.019l.039-.021l.034-.017l.048-.015l.031-.008l.086-.008h8l.08.007l.009.002h.002l.015.004l.052.016q.02.007.037.017l.029.013l.01.006l.015.01a.46.46%200%200%201%20.179.24zM8.05%206.243l3-3V2.95h-3z%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%22M12.646%201.646a.5.5%200%200%201%20.707.707L8.05%207.657v4.393h1.204a.45.45%200%200%201%20.09.89l-.09.01h-3.5l-.09-.01a.45.45%200%200%201%200-.88l.09-.01H6.95V8.757l-4.597%204.597a.5.5%200%200%201-.707-.708L6.95%207.343V2.95h-3V4.5a.45.45%200%200%201-.9%200v-2a.5.5%200%200%201%20.028-.155l.004-.014q.008-.019.019-.036q.008-.02.02-.037l.022-.03q.007-.012.017-.023l.022-.023l.014-.013l.037-.031l.029-.019l.039-.021l.034-.017l.048-.015l.031-.008l.086-.008h8l.08.007l.009.002h.002l.015.004l.052.016q.02.007.037.017l.029.013l.01.006l.015.01a.46.46%200%200%201%20.179.24zM8.05%206.243l3-3V2.95h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/text-none.svg?color=%231a73e8&size=48