arrow down to line alt icon
arrow-down-to-line-alt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-down-to-line-alt
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-leftarrow-left-circlearrow-left-right
Use the arrow down to line alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.777 50.137c0-1.219-.843-2.086-2.039-2.086H28.223c.492-.047.96-.305 1.336-.703L45.12 31.762c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539 0-1.101.188-1.476.563l-5.344 5.25l-7.008 7.71l.188-5.015V5.817c0-1.196-.89-2.063-2.11-2.063c-1.218 0-2.086.867-2.086 2.062v30.891l.188 4.992l-7.031-7.687l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523L26.44 47.348c.375.398.844.656 1.336.703H12.31c-1.22 0-2.086.867-2.086 2.086s.867 2.11 2.086 2.11h31.43c1.195 0 2.038-.892 2.038-2.11"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowDownToLineAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.777 50.137c0-1.219-.843-2.086-2.039-2.086H28.223c.492-.047.96-.305 1.336-.703L45.12 31.762c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539 0-1.101.188-1.476.563l-5.344 5.25l-7.008 7.71l.188-5.015V5.817c0-1.196-.89-2.063-2.11-2.063c-1.218 0-2.086.867-2.086 2.062v30.891l.188 4.992l-7.031-7.687l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523L26.44 47.348c.375.398.844.656 1.336.703H12.31c-1.22 0-2.086.867-2.086 2.086s.867 2.11 2.086 2.11h31.43c1.195 0 2.038-.892 2.038-2.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.777 50.137c0-1.219-.843-2.086-2.039-2.086H28.223c.492-.047.96-.305 1.336-.703L45.12 31.762c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539 0-1.101.188-1.476.563l-5.344 5.25l-7.008 7.71l.188-5.015V5.817c0-1.196-.89-2.063-2.11-2.063c-1.218 0-2.086.867-2.086 2.062v30.891l.188 4.992l-7.031-7.687l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523L26.44 47.348c.375.398.844.656 1.336.703H12.31c-1.22 0-2.086.867-2.086 2.086s.867 2.11 2.086 2.11h31.43c1.195 0 2.038-.892 2.038-2.11"/></svg> </template>
CSS
.icon-arrow-down-to-line-alt {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M45.777%2050.137c0-1.219-.843-2.086-2.039-2.086H28.223c.492-.047.96-.305%201.336-.703L45.12%2031.762c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539%200-1.101.188-1.476.563l-5.344%205.25l-7.008%207.71l.188-5.015V5.817c0-1.196-.89-2.063-2.11-2.063c-1.218%200-2.086.867-2.086%202.062v30.891l.188%204.992l-7.031-7.687l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15%200-2.016.89-2.016%202.04c0%20.562.21%201.054.656%201.523L26.44%2047.348c.375.398.844.656%201.336.703H12.31c-1.22%200-2.086.867-2.086%202.086s.867%202.11%202.086%202.11h31.43c1.195%200%202.038-.892%202.038-2.11%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M45.777%2050.137c0-1.219-.843-2.086-2.039-2.086H28.223c.492-.047.96-.305%201.336-.703L45.12%2031.762c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539%200-1.101.188-1.476.563l-5.344%205.25l-7.008%207.71l.188-5.015V5.817c0-1.196-.89-2.063-2.11-2.063c-1.218%200-2.086.867-2.086%202.062v30.891l.188%204.992l-7.031-7.687l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15%200-2.016.89-2.016%202.04c0%20.562.21%201.054.656%201.523L26.44%2047.348c.375.398.844.656%201.336.703H12.31c-1.22%200-2.086.867-2.086%202.086s.867%202.11%202.086%202.11h31.43c1.195%200%202.038-.892%202.038-2.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-down-to-line-alt.svg?color=%231a73e8&size=48