format textdirection vertical icon
format-textdirection-vertical-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-textdirection-vertical-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the format textdirection vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 17.713Q6 17.425 6 17v-4q-1.65 0-2.825-1.175T2 9t1.175-2.825T6 5h7q.425 0 .713.288T14 6t-.288.713T13 7h-1v10q0 .425-.288.713T11 18t-.712-.288T10 17V7H8v10q0 .425-.288.713T7 18t-.712-.288m11.337 1.8q-.175-.062-.325-.212l-2.6-2.6q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275l.9.875V6q0-.425.288-.712T18 5t.713.288T19 6v10.175l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6 2.6q-.15.15-.325.213t-.375.062t-.375-.062M6 11V7q-.825 0-1.412.588T4 9t.588 1.413T6 11m0-2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatTextdirectionVerticalOutlineRounded(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="M6.288 17.713Q6 17.425 6 17v-4q-1.65 0-2.825-1.175T2 9t1.175-2.825T6 5h7q.425 0 .713.288T14 6t-.288.713T13 7h-1v10q0 .425-.288.713T11 18t-.712-.288T10 17V7H8v10q0 .425-.288.713T7 18t-.712-.288m11.337 1.8q-.175-.062-.325-.212l-2.6-2.6q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275l.9.875V6q0-.425.288-.712T18 5t.713.288T19 6v10.175l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6 2.6q-.15.15-.325.213t-.375.062t-.375-.062M6 11V7q-.825 0-1.412.588T4 9t.588 1.413T6 11m0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 17.713Q6 17.425 6 17v-4q-1.65 0-2.825-1.175T2 9t1.175-2.825T6 5h7q.425 0 .713.288T14 6t-.288.713T13 7h-1v10q0 .425-.288.713T11 18t-.712-.288T10 17V7H8v10q0 .425-.288.713T7 18t-.712-.288m11.337 1.8q-.175-.062-.325-.212l-2.6-2.6q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275l.9.875V6q0-.425.288-.712T18 5t.713.288T19 6v10.175l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6 2.6q-.15.15-.325.213t-.375.062t-.375-.062M6 11V7q-.825 0-1.412.588T4 9t.588 1.413T6 11m0-2"/></svg> </template>
CSS
.icon-format-textdirection-vertical-outline-rounded {
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%22M6.288%2017.713Q6%2017.425%206%2017v-4q-1.65%200-2.825-1.175T2%209t1.175-2.825T6%205h7q.425%200%20.713.288T14%206t-.288.713T13%207h-1v10q0%20.425-.288.713T11%2018t-.712-.288T10%2017V7H8v10q0%20.425-.288.713T7%2018t-.712-.288m11.337%201.8q-.175-.062-.325-.212l-2.6-2.6q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275l.9.875V6q0-.425.288-.712T18%205t.713.288T19%206v10.175l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6%202.6q-.15.15-.325.213t-.375.062t-.375-.062M6%2011V7q-.825%200-1.412.588T4%209t.588%201.413T6%2011m0-2%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%22M6.288%2017.713Q6%2017.425%206%2017v-4q-1.65%200-2.825-1.175T2%209t1.175-2.825T6%205h7q.425%200%20.713.288T14%206t-.288.713T13%207h-1v10q0%20.425-.288.713T11%2018t-.712-.288T10%2017V7H8v10q0%20.425-.288.713T7%2018t-.712-.288m11.337%201.8q-.175-.062-.325-.212l-2.6-2.6q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275l.9.875V6q0-.425.288-.712T18%205t.713.288T19%206v10.175l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6%202.6q-.15.15-.325.213t-.375.062t-.375-.062M6%2011V7q-.825%200-1.412.588T4%209t.588%201.413T6%2011m0-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-textdirection-vertical-outline-rounded.svg?color=%231a73e8&size=48