text x icon
text-x-duotone from Reicon by REICON · Duotone · Text-formatting · MIT Free for personal and commercial use.
- Name
- text-x-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More text-formatting icons from Reicon
Use the text x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.066 2c.886 0 1.65 0 2.262.082c.655.088 1.284.287 1.793.797c.51.51.709 1.138.797 1.793C21 5.284 21 6.048 21 6.934V7.95a1 1 0 1 1-2 0V7c0-.971-.002-1.599-.064-2.061c-.059-.434-.153-.57-.229-.646s-.212-.17-.646-.229C17.6 4.002 16.971 4 16 4h-3v16h4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h4V4H8c-.971 0-1.599.002-2.061.064c-.434.059-.57.153-.646.229s-.17.212-.229.646C5.002 5.4 5 6.029 5 7v.95a1 1 0 1 1-2 0V6.934c0-.886 0-1.65.082-2.262c.088-.655.287-1.284.797-1.793c.51-.51 1.138-.709 1.793-.797C6.284 2 7.048 2 7.934 2z" opacity=".5"/><path d="M4 11a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTextXDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.066 2c.886 0 1.65 0 2.262.082c.655.088 1.284.287 1.793.797c.51.51.709 1.138.797 1.793C21 5.284 21 6.048 21 6.934V7.95a1 1 0 1 1-2 0V7c0-.971-.002-1.599-.064-2.061c-.059-.434-.153-.57-.229-.646s-.212-.17-.646-.229C17.6 4.002 16.971 4 16 4h-3v16h4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h4V4H8c-.971 0-1.599.002-2.061.064c-.434.059-.57.153-.646.229s-.17.212-.229.646C5.002 5.4 5 6.029 5 7v.95a1 1 0 1 1-2 0V6.934c0-.886 0-1.65.082-2.262c.088-.655.287-1.284.797-1.793c.51-.51 1.138-.709 1.793-.797C6.284 2 7.048 2 7.934 2z" opacity=".5"/><path d="M4 11a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.066 2c.886 0 1.65 0 2.262.082c.655.088 1.284.287 1.793.797c.51.51.709 1.138.797 1.793C21 5.284 21 6.048 21 6.934V7.95a1 1 0 1 1-2 0V7c0-.971-.002-1.599-.064-2.061c-.059-.434-.153-.57-.229-.646s-.212-.17-.646-.229C17.6 4.002 16.971 4 16 4h-3v16h4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h4V4H8c-.971 0-1.599.002-2.061.064c-.434.059-.57.153-.646.229s-.17.212-.229.646C5.002 5.4 5 6.029 5 7v.95a1 1 0 1 1-2 0V6.934c0-.886 0-1.65.082-2.262c.088-.655.287-1.284.797-1.793c.51-.51 1.138-.709 1.793-.797C6.284 2 7.048 2 7.934 2z" opacity=".5"/><path d="M4 11a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></g></svg> </template>
CSS
.icon-text-x-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.066%202c.886%200%201.65%200%202.262.082c.655.088%201.284.287%201.793.797c.51.51.709%201.138.797%201.793C21%205.284%2021%206.048%2021%206.934V7.95a1%201%200%201%201-2%200V7c0-.971-.002-1.599-.064-2.061c-.059-.434-.153-.57-.229-.646s-.212-.17-.646-.229C17.6%204.002%2016.971%204%2016%204h-3v16h4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h4V4H8c-.971%200-1.599.002-2.061.064c-.434.059-.57.153-.646.229s-.17.212-.229.646C5.002%205.4%205%206.029%205%207v.95a1%201%200%201%201-2%200V6.934c0-.886%200-1.65.082-2.262c.088-.655.287-1.284.797-1.793c.51-.51%201.138-.709%201.793-.797C6.284%202%207.048%202%207.934%202z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4%2011a1%201%200%201%200%200%202h16a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.066%202c.886%200%201.65%200%202.262.082c.655.088%201.284.287%201.793.797c.51.51.709%201.138.797%201.793C21%205.284%2021%206.048%2021%206.934V7.95a1%201%200%201%201-2%200V7c0-.971-.002-1.599-.064-2.061c-.059-.434-.153-.57-.229-.646s-.212-.17-.646-.229C17.6%204.002%2016.971%204%2016%204h-3v16h4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h4V4H8c-.971%200-1.599.002-2.061.064c-.434.059-.57.153-.646.229s-.17.212-.229.646C5.002%205.4%205%206.029%205%207v.95a1%201%200%201%201-2%200V6.934c0-.886%200-1.65.082-2.262c.088-.655.287-1.284.797-1.793c.51-.51%201.138-.709%201.793-.797C6.284%202%207.048%202%207.934%202z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4%2011a1%201%200%201%200%200%202h16a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/text-x-duotone.svg?color=%231a73e8&size=48