tent arrow turn left icon

tent-arrow-turn-left from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
tent-arrow-turn-left
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 arrow turn left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m63.5 177l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31h350.1c22.1 0 40 17.9 40 40v24c0 13.3 10.7 24 24 24s24-10.7 24-24v-24c0-48.6-39.4-88-88-88H138.4l31-31c9.4-9.4 9.4-24.6 0-33.9s-24.5-9.5-33.9-.2l-72 72c-9.4 9.4-9.4 24.6 0 33.9zm60.8 179.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 Fa7SolidTentArrowTurnLeft(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="m63.5 177l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31h350.1c22.1 0 40 17.9 40 40v24c0 13.3 10.7 24 24 24s24-10.7 24-24v-24c0-48.6-39.4-88-88-88H138.4l31-31c9.4-9.4 9.4-24.6 0-33.9s-24.5-9.5-33.9-.2l-72 72c-9.4 9.4-9.4 24.6 0 33.9zm60.8 179.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="m63.5 177l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31h350.1c22.1 0 40 17.9 40 40v24c0 13.3 10.7 24 24 24s24-10.7 24-24v-24c0-48.6-39.4-88-88-88H138.4l31-31c9.4-9.4 9.4-24.6 0-33.9s-24.5-9.5-33.9-.2l-72 72c-9.4 9.4-9.4 24.6 0 33.9zm60.8 179.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-arrow-turn-left {
  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%22m63.5%20177l72%2072c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-31-31h350.1c22.1%200%2040%2017.9%2040%2040v24c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-24c0-48.6-39.4-88-88-88H138.4l31-31c9.4-9.4%209.4-24.6%200-33.9s-24.5-9.5-33.9-.2l-72%2072c-9.4%209.4-9.4%2024.6%200%2033.9zm60.8%20179.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%22m63.5%20177l72%2072c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-31-31h350.1c22.1%200%2040%2017.9%2040%2040v24c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-24c0-48.6-39.4-88-88-88H138.4l31-31c9.4-9.4%209.4-24.6%200-33.9s-24.5-9.5-33.9-.2l-72%2072c-9.4%209.4-9.4%2024.6%200%2033.9zm60.8%20179.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-arrow-turn-left.svg?color=%231a73e8&size=48