arrow left big icon

arrow-left-big from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
arrow-left-big
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the arrow left big icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.5 8.456V9h6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.898 15 18.432 15 17.5 15h-6v.544c0 2.083 0 3.124-.6 3.398s-1.318-.44-2.754-1.867l-3.563-3.544C3.86 12.813 3.5 12.454 3.5 12s.36-.813 1.083-1.531l3.563-3.544C9.582 5.497 10.3 4.784 10.9 5.058s.6 1.315.6 3.398"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowLeftBig(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11.5 8.456V9h6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.898 15 18.432 15 17.5 15h-6v.544c0 2.083 0 3.124-.6 3.398s-1.318-.44-2.754-1.867l-3.563-3.544C3.86 12.813 3.5 12.454 3.5 12s.36-.813 1.083-1.531l3.563-3.544C9.582 5.497 10.3 4.784 10.9 5.058s.6 1.315.6 3.398"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.5 8.456V9h6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.898 15 18.432 15 17.5 15h-6v.544c0 2.083 0 3.124-.6 3.398s-1.318-.44-2.754-1.867l-3.563-3.544C3.86 12.813 3.5 12.454 3.5 12s.36-.813 1.083-1.531l3.563-3.544C9.582 5.497 10.3 4.784 10.9 5.058s.6 1.315.6 3.398"/></svg>
</template>

CSS

.icon-arrow-left-big {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.5%208.456V9h6c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.898%2015%2018.432%2015%2017.5%2015h-6v.544c0%202.083%200%203.124-.6%203.398s-1.318-.44-2.754-1.867l-3.563-3.544C3.86%2012.813%203.5%2012.454%203.5%2012s.36-.813%201.083-1.531l3.563-3.544C9.582%205.497%2010.3%204.784%2010.9%205.058s.6%201.315.6%203.398%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.5%208.456V9h6c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.898%2015%2018.432%2015%2017.5%2015h-6v.544c0%202.083%200%203.124-.6%203.398s-1.318-.44-2.754-1.867l-3.563-3.544C3.86%2012.813%203.5%2012.454%203.5%2012s.36-.813%201.083-1.531l3.563-3.544C9.582%205.497%2010.3%204.784%2010.9%205.058s.6%201.315.6%203.398%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/arrow-left-big.svg?color=%231a73e8&size=48