tent arrows down icon
tent-arrows-down from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- tent-arrows-down
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the tent arrows down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M249.5 185c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V80c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72zm248 72l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V80c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0zm-373.2 99.6L101.1 540c-2.4 19.1 12.5 36 31.7 36h154.5c17.7 0 32-14.3 32-32V426.6c0-5.9 4.7-10.6 10.6-10.6c4 0 7.7 2.3 9.5 5.9l68.2 136.5c5.4 10.8 16.5 17.7 28.6 17.7h71.9c19.3 0 34.2-16.9 31.7-36l-23.1-183.4c-1.2-9.7-6.9-18.4-15.3-23.4l-165.5-99.4c-10.2-6.1-22.9-6.1-33.1.1l-163.4 99.3c-8.3 5.1-13.9 13.7-15.1 23.3"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTentArrowsDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M249.5 185c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V80c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72zm248 72l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V80c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0zm-373.2 99.6L101.1 540c-2.4 19.1 12.5 36 31.7 36h154.5c17.7 0 32-14.3 32-32V426.6c0-5.9 4.7-10.6 10.6-10.6c4 0 7.7 2.3 9.5 5.9l68.2 136.5c5.4 10.8 16.5 17.7 28.6 17.7h71.9c19.3 0 34.2-16.9 31.7-36l-23.1-183.4c-1.2-9.7-6.9-18.4-15.3-23.4l-165.5-99.4c-10.2-6.1-22.9-6.1-33.1.1l-163.4 99.3c-8.3 5.1-13.9 13.7-15.1 23.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M249.5 185c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V80c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72zm248 72l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31V80c0-13.3-10.7-24-24-24s-24 10.7-24 24v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0zm-373.2 99.6L101.1 540c-2.4 19.1 12.5 36 31.7 36h154.5c17.7 0 32-14.3 32-32V426.6c0-5.9 4.7-10.6 10.6-10.6c4 0 7.7 2.3 9.5 5.9l68.2 136.5c5.4 10.8 16.5 17.7 28.6 17.7h71.9c19.3 0 34.2-16.9 31.7-36l-23.1-183.4c-1.2-9.7-6.9-18.4-15.3-23.4l-165.5-99.4c-10.2-6.1-22.9-6.1-33.1.1l-163.4 99.3c-8.3 5.1-13.9 13.7-15.1 23.3"/></svg> </template>
CSS
.icon-tent-arrows-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M249.5%20185c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031V80c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200l72-72zm248%2072l72-72c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031V80c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200zm-373.2%2099.6L101.1%20540c-2.4%2019.1%2012.5%2036%2031.7%2036h154.5c17.7%200%2032-14.3%2032-32V426.6c0-5.9%204.7-10.6%2010.6-10.6c4%200%207.7%202.3%209.5%205.9l68.2%20136.5c5.4%2010.8%2016.5%2017.7%2028.6%2017.7h71.9c19.3%200%2034.2-16.9%2031.7-36l-23.1-183.4c-1.2-9.7-6.9-18.4-15.3-23.4l-165.5-99.4c-10.2-6.1-22.9-6.1-33.1.1l-163.4%2099.3c-8.3%205.1-13.9%2013.7-15.1%2023.3%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M249.5%20185c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031V80c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200l72-72zm248%2072l72-72c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-31%2031V80c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v102.1l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l72%2072c9.4%209.4%2024.6%209.4%2033.9%200zm-373.2%2099.6L101.1%20540c-2.4%2019.1%2012.5%2036%2031.7%2036h154.5c17.7%200%2032-14.3%2032-32V426.6c0-5.9%204.7-10.6%2010.6-10.6c4%200%207.7%202.3%209.5%205.9l68.2%20136.5c5.4%2010.8%2016.5%2017.7%2028.6%2017.7h71.9c19.3%200%2034.2-16.9%2031.7-36l-23.1-183.4c-1.2-9.7-6.9-18.4-15.3-23.4l-165.5-99.4c-10.2-6.1-22.9-6.1-33.1.1l-163.4%2099.3c-8.3%205.1-13.9%2013.7-15.1%2023.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/tent-arrows-down.svg?color=%231a73e8&size=48