arrow down to line icon
arrow-down-to-line from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-down-to-line
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
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-line-altarrow-leftarrow-left-circlearrow-left-right
Use the arrow down to line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.18 44.465c-1.219 0-2.04.867-2.04 2.086s.821 2.11 2.04 2.11h31.593c1.243 0 2.086-.892 2.086-2.11c0-1.219-.843-2.086-2.086-2.086h-15.28c.398-.117.75-.328 1.077-.68L45.086 28.27c.469-.493.68-1.008.68-1.57c0-1.173-.844-2.063-2.04-2.063a2.2 2.2 0 0 0-1.5.586l-5.25 5.18l-7.054 7.71l.187-5.015V9.426c0-1.219-.89-2.086-2.109-2.086s-2.086.867-2.086 2.086v23.672l.164 5.039l-7.055-7.735l-5.25-5.18c-.375-.374-.937-.585-1.5-.585c-1.171 0-2.039.89-2.039 2.062c0 .563.235 1.078.704 1.57L26.43 43.786a2.4 2.4 0 0 0 1.101.68Z"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowDownToLine(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="M12.18 44.465c-1.219 0-2.04.867-2.04 2.086s.821 2.11 2.04 2.11h31.593c1.243 0 2.086-.892 2.086-2.11c0-1.219-.843-2.086-2.086-2.086h-15.28c.398-.117.75-.328 1.077-.68L45.086 28.27c.469-.493.68-1.008.68-1.57c0-1.173-.844-2.063-2.04-2.063a2.2 2.2 0 0 0-1.5.586l-5.25 5.18l-7.054 7.71l.187-5.015V9.426c0-1.219-.89-2.086-2.109-2.086s-2.086.867-2.086 2.086v23.672l.164 5.039l-7.055-7.735l-5.25-5.18c-.375-.374-.937-.585-1.5-.585c-1.171 0-2.039.89-2.039 2.062c0 .563.235 1.078.704 1.57L26.43 43.786a2.4 2.4 0 0 0 1.101.68Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.18 44.465c-1.219 0-2.04.867-2.04 2.086s.821 2.11 2.04 2.11h31.593c1.243 0 2.086-.892 2.086-2.11c0-1.219-.843-2.086-2.086-2.086h-15.28c.398-.117.75-.328 1.077-.68L45.086 28.27c.469-.493.68-1.008.68-1.57c0-1.173-.844-2.063-2.04-2.063a2.2 2.2 0 0 0-1.5.586l-5.25 5.18l-7.054 7.71l.187-5.015V9.426c0-1.219-.89-2.086-2.109-2.086s-2.086.867-2.086 2.086v23.672l.164 5.039l-7.055-7.735l-5.25-5.18c-.375-.374-.937-.585-1.5-.585c-1.171 0-2.039.89-2.039 2.062c0 .563.235 1.078.704 1.57L26.43 43.786a2.4 2.4 0 0 0 1.101.68Z"/></svg> </template>
CSS
.icon-arrow-down-to-line {
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%22M12.18%2044.465c-1.219%200-2.04.867-2.04%202.086s.821%202.11%202.04%202.11h31.593c1.243%200%202.086-.892%202.086-2.11c0-1.219-.843-2.086-2.086-2.086h-15.28c.398-.117.75-.328%201.077-.68L45.086%2028.27c.469-.493.68-1.008.68-1.57c0-1.173-.844-2.063-2.04-2.063a2.2%202.2%200%200%200-1.5.586l-5.25%205.18l-7.054%207.71l.187-5.015V9.426c0-1.219-.89-2.086-2.109-2.086s-2.086.867-2.086%202.086v23.672l.164%205.039l-7.055-7.735l-5.25-5.18c-.375-.374-.937-.585-1.5-.585c-1.171%200-2.039.89-2.039%202.062c0%20.563.235%201.078.704%201.57L26.43%2043.786a2.4%202.4%200%200%200%201.101.68Z%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%22M12.18%2044.465c-1.219%200-2.04.867-2.04%202.086s.821%202.11%202.04%202.11h31.593c1.243%200%202.086-.892%202.086-2.11c0-1.219-.843-2.086-2.086-2.086h-15.28c.398-.117.75-.328%201.077-.68L45.086%2028.27c.469-.493.68-1.008.68-1.57c0-1.173-.844-2.063-2.04-2.063a2.2%202.2%200%200%200-1.5.586l-5.25%205.18l-7.054%207.71l.187-5.015V9.426c0-1.219-.89-2.086-2.109-2.086s-2.086.867-2.086%202.086v23.672l.164%205.039l-7.055-7.735l-5.25-5.18c-.375-.374-.937-.585-1.5-.585c-1.171%200-2.039.89-2.039%202.062c0%20.563.235%201.078.704%201.57L26.43%2043.786a2.4%202.4%200%200%200%201.101.68Z%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.svg?color=%231a73e8&size=48