Text Column One Wide Lightning icon

Used in smart column setup scenarios. The Text Column One Wide Lightning icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Text Column One Wide Lightning icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { TextColumnOneWideLightning24Regular, TextColumnOneWideLightning24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextColumnOneWideLightning24Regular aria-label="Text Column One Wide Lightning" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_column_one_wide_lightning_24_regular.svg" width="24" height="24" alt="Text Column One Wide Lightning">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 5C3.33579 5 3 5.33579 3 5.75C3 6.16421 3.33579 6.5 3.75 6.5H20.25C20.6642 6.5 21 6.16421 21 5.75C21 5.33579 20.6642 5 20.25 5H3.75ZM3.75 9C3.33579 9 3 9.33579 3 9.75C3 10.1642 3.33579 10.5 3.75 10.5H13.7C13.9802 10.1868 14.3846 10 14.8181 10H20.9573C20.985 9.92181 21 9.83766 21 9.75C21 9.33579 20.6642 9 20.25 9H3.75ZM12.4476 13L11.737 14.5H3.75C3.33579 14.5 3 14.1642 3 13.75C3 13.3358 3.33579 13 3.75 13H12.4476ZM10.5526 17L10.1462 17.8578C10.0461 18.0692 9.99999 18.2874 10 18.5H3.75C3.33579 18.5 3 18.1642 3 17.75C3 17.3358 3.33579 17 3.75 17H10.5526ZM14.8111 11H21.1302C21.5121 11 21.7526 11.4134 21.5654 11.748L19.7373 15.0155H21.2497C21.8902 15.0155 22.2351 15.7715 21.8172 16.2596L15.4114 23.7408C14.89 24.3496 13.9148 23.7931 14.1675 23.0309L15.4937 19.0309H11.4999C11.1333 19.0309 10.8918 18.6471 11.0487 18.3141L14.3599 11.287C14.4425 11.1118 14.6182 11 14.8111 11Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/text_column_one_wide_lightning_24_regular.svg";

Details

NameText Column One Wide Lightning
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_column_one_wide_lightning_24_regular.svg
Filled fileic_fluent_text_column_one_wide_lightning_24_filled.svg
React componentsTextColumnOneWideLightning24Regular, TextColumnOneWideLightning24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatelightningcolumn

Related icons