grip vertical icon
grip-vertical from Font Awesome 6 Solid by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.
- Name
- grip-vertical
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Interfaces
- Viewbox
- 320×512
- License
- CC BY 4.0
The same icon in other sets
More interfaces icons from Font Awesome 6 Solid
Use the grip vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M40 352h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H40c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m192 0h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 320c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zm192-128h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 160c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zM232 32h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidGripVertical(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M40 352h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H40c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m192 0h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 320c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zm192-128h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 160c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zM232 32h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M40 352h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H40c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m192 0h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 320c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zm192-128h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 160c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zM232 32h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40"/></svg> </template>
CSS
.icon-grip-vertical {
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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40%20352h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040H40c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40m192%200h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040h-48c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40M40%20320c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040zm192-128h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040h-48c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40M40%20160c-22.1%200-40-17.9-40-40V72c0-22.1%2017.9-40%2040-40h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040zM232%2032h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040h-48c-22.1%200-40-17.9-40-40V72c0-22.1%2017.9-40%2040-40%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40%20352h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040H40c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40m192%200h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040h-48c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40M40%20320c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040zm192-128h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040h-48c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40M40%20160c-22.1%200-40-17.9-40-40V72c0-22.1%2017.9-40%2040-40h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040zM232%2032h48c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040h-48c-22.1%200-40-17.9-40-40V72c0-22.1%2017.9-40%2040-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/grip-vertical.svg?color=%231a73e8&size=48