flex direction icon
flex-direction-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- flex-direction-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flex-direction-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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 flex direction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18.192v-4.184q0-.356.232-.586t.576-.23h6.23q.344 0 .576.233t.232.575v4.185q0 .356-.232.585t-.575.23H3.808q-.343 0-.576-.232T3 18.192M3 10V5.815q0-.355.232-.585T3.808 5h6.23q.344 0 .576.232t.232.576v4.185q0 .355-.232.585t-.576.23h-6.23q-.343 0-.576-.232T3 10m1-.192h5.846V6H4zm12.644 8.81q-.136-.052-.267-.183l-3.388-3.389q-.141-.14-.134-.341t.156-.35q.137-.138.331-.138t.335.14l2.765 2.722V5.5q0-.213.144-.356T16.943 5t.356.144t.143.356v11.579l2.766-2.721q.135-.134.339-.14q.203-.007.352.14q.137.134.137.34t-.14.348l-3.388 3.389q-.131.13-.27.183q-.14.053-.298.053t-.296-.053"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlexDirectionRounded(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="M3 18.192v-4.184q0-.356.232-.586t.576-.23h6.23q.344 0 .576.233t.232.575v4.185q0 .356-.232.585t-.575.23H3.808q-.343 0-.576-.232T3 18.192M3 10V5.815q0-.355.232-.585T3.808 5h6.23q.344 0 .576.232t.232.576v4.185q0 .355-.232.585t-.576.23h-6.23q-.343 0-.576-.232T3 10m1-.192h5.846V6H4zm12.644 8.81q-.136-.052-.267-.183l-3.388-3.389q-.141-.14-.134-.341t.156-.35q.137-.138.331-.138t.335.14l2.765 2.722V5.5q0-.213.144-.356T16.943 5t.356.144t.143.356v11.579l2.766-2.721q.135-.134.339-.14q.203-.007.352.14q.137.134.137.34t-.14.348l-3.388 3.389q-.131.13-.27.183q-.14.053-.298.053t-.296-.053"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18.192v-4.184q0-.356.232-.586t.576-.23h6.23q.344 0 .576.233t.232.575v4.185q0 .356-.232.585t-.575.23H3.808q-.343 0-.576-.232T3 18.192M3 10V5.815q0-.355.232-.585T3.808 5h6.23q.344 0 .576.232t.232.576v4.185q0 .355-.232.585t-.576.23h-6.23q-.343 0-.576-.232T3 10m1-.192h5.846V6H4zm12.644 8.81q-.136-.052-.267-.183l-3.388-3.389q-.141-.14-.134-.341t.156-.35q.137-.138.331-.138t.335.14l2.765 2.722V5.5q0-.213.144-.356T16.943 5t.356.144t.143.356v11.579l2.766-2.721q.135-.134.339-.14q.203-.007.352.14q.137.134.137.34t-.14.348l-3.388 3.389q-.131.13-.27.183q-.14.053-.298.053t-.296-.053"/></svg> </template>
CSS
.icon-flex-direction-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%22M3%2018.192v-4.184q0-.356.232-.586t.576-.23h6.23q.344%200%20.576.233t.232.575v4.185q0%20.356-.232.585t-.575.23H3.808q-.343%200-.576-.232T3%2018.192M3%2010V5.815q0-.355.232-.585T3.808%205h6.23q.344%200%20.576.232t.232.576v4.185q0%20.355-.232.585t-.576.23h-6.23q-.343%200-.576-.232T3%2010m1-.192h5.846V6H4zm12.644%208.81q-.136-.052-.267-.183l-3.388-3.389q-.141-.14-.134-.341t.156-.35q.137-.138.331-.138t.335.14l2.765%202.722V5.5q0-.213.144-.356T16.943%205t.356.144t.143.356v11.579l2.766-2.721q.135-.134.339-.14q.203-.007.352.14q.137.134.137.34t-.14.348l-3.388%203.389q-.131.13-.27.183q-.14.053-.298.053t-.296-.053%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%22M3%2018.192v-4.184q0-.356.232-.586t.576-.23h6.23q.344%200%20.576.233t.232.575v4.185q0%20.356-.232.585t-.575.23H3.808q-.343%200-.576-.232T3%2018.192M3%2010V5.815q0-.355.232-.585T3.808%205h6.23q.344%200%20.576.232t.232.576v4.185q0%20.355-.232.585t-.576.23h-6.23q-.343%200-.576-.232T3%2010m1-.192h5.846V6H4zm12.644%208.81q-.136-.052-.267-.183l-3.388-3.389q-.141-.14-.134-.341t.156-.35q.137-.138.331-.138t.335.14l2.765%202.722V5.5q0-.213.144-.356T16.943%205t.356.144t.143.356v11.579l2.766-2.721q.135-.134.339-.14q.203-.007.352.14q.137.134.137.34t-.14.348l-3.388%203.389q-.131.13-.27.183q-.14.053-.298.053t-.296-.053%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flex-direction-rounded.svg?color=%231a73e8&size=48