up down icon
up-down from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- up-down
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 256×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the up down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 512"><path fill="currentColor" d="M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160h56v192H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9S241.5 352 232 352h-56V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidUpDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 512"><path fill="currentColor" d="M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160h56v192H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9S241.5 352 232 352h-56V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 512"><path fill="currentColor" d="M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160h56v192H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9S241.5 352 232 352h-56V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9z"/></svg> </template>
CSS
.icon-up-down {
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%20256%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M145.6%207.7C141%202.8%20134.7%200%20128%200s-13%202.8-17.6%207.7l-104%20112c-6.5%207-8.2%2017.2-4.4%2025.9S14.5%20160%2024%20160h56v192H24c-9.5%200-18.2%205.7-22%2014.4s-2.1%2018.9%204.4%2025.9l104%20112c4.5%204.9%2010.9%207.7%2017.6%207.7s13-2.8%2017.6-7.7l104-112c6.5-7%208.2-17.2%204.4-25.9S241.5%20352%20232%20352h-56V160h56c9.5%200%2018.2-5.7%2022-14.4s2.1-18.9-4.4-25.9z%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%20256%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M145.6%207.7C141%202.8%20134.7%200%20128%200s-13%202.8-17.6%207.7l-104%20112c-6.5%207-8.2%2017.2-4.4%2025.9S14.5%20160%2024%20160h56v192H24c-9.5%200-18.2%205.7-22%2014.4s-2.1%2018.9%204.4%2025.9l104%20112c4.5%204.9%2010.9%207.7%2017.6%207.7s13-2.8%2017.6-7.7l104-112c6.5-7%208.2-17.2%204.4-25.9S241.5%20352%20232%20352h-56V160h56c9.5%200%2018.2-5.7%2022-14.4s2.1-18.9-4.4-25.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/up-down.svg?color=%231a73e8&size=48