text x icon
text-x-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- text-x-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M7.934 2h8.132c.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-3v5a1 1 0 1 1-2 0V4H8c-.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 2M12 14a1 1 0 0 1 1 1v5h4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h4v-5a1 1 0 0 1 1-1m-8-3a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTextXFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 2h8.132c.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-3v5a1 1 0 1 1-2 0V4H8c-.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 2M12 14a1 1 0 0 1 1 1v5h4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h4v-5a1 1 0 0 1 1-1m-8-3a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 2h8.132c.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-3v5a1 1 0 1 1-2 0V4H8c-.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 2M12 14a1 1 0 0 1 1 1v5h4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h4v-5a1 1 0 0 1 1-1m-8-3a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-text-x-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.934%202h8.132c.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-3v5a1%201%200%201%201-2%200V4H8c-.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%202M12%2014a1%201%200%200%201%201%201v5h4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h4v-5a1%201%200%200%201%201-1m-8-3a1%201%200%201%200%200%202h16a1%201%200%201%200%200-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.934%202h8.132c.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-3v5a1%201%200%201%201-2%200V4H8c-.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%202M12%2014a1%201%200%200%201%201%201v5h4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h4v-5a1%201%200%200%201%201-1m-8-3a1%201%200%201%200%200%202h16a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/text-x-filled.svg?color=%231a73e8&size=48