attach arrow left icon

attach-arrow-left-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
attach-arrow-left-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the attach arrow left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.828 10.486l5.657-5.657a3 3 0 0 1 4.304 4.179c.39.02.77.081 1.135.179a4.001 4.001 0 0 0-6.146-5.065L4.12 9.779a.5.5 0 1 0 .707.707z" fill="currentColor"/><path d="M8.01 15.789l.997-.997c.022.418.09.825.201 1.213l-.49.491a2.5 2.5 0 0 1-3.536-3.535l6.01-6.01a.5.5 0 1 1 .707.706l-6.01 6.01A1.5 1.5 0 1 0 8.01 15.79z" fill="currentColor"/><path d="M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-2.147.354l.002-.002a.498.498 0 0 0 .145-.349v-.006a.496.496 0 0 0-.147-.35l-2-2a.5.5 0 1 0-.707.707L15.293 14H12.5a.5.5 0 1 0 0 1h2.793l-1.147 1.147a.5.5 0 1 0 .707.707l2-2z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentAttachArrowLeft20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.828 10.486l5.657-5.657a3 3 0 0 1 4.304 4.179c.39.02.77.081 1.135.179a4.001 4.001 0 0 0-6.146-5.065L4.12 9.779a.5.5 0 1 0 .707.707z" fill="currentColor"/><path d="M8.01 15.789l.997-.997c.022.418.09.825.201 1.213l-.49.491a2.5 2.5 0 0 1-3.536-3.535l6.01-6.01a.5.5 0 1 1 .707.706l-6.01 6.01A1.5 1.5 0 1 0 8.01 15.79z" fill="currentColor"/><path d="M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-2.147.354l.002-.002a.498.498 0 0 0 .145-.349v-.006a.496.496 0 0 0-.147-.35l-2-2a.5.5 0 1 0-.707.707L15.293 14H12.5a.5.5 0 1 0 0 1h2.793l-1.147 1.147a.5.5 0 1 0 .707.707l2-2z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.828 10.486l5.657-5.657a3 3 0 0 1 4.304 4.179c.39.02.77.081 1.135.179a4.001 4.001 0 0 0-6.146-5.065L4.12 9.779a.5.5 0 1 0 .707.707z" fill="currentColor"/><path d="M8.01 15.789l.997-.997c.022.418.09.825.201 1.213l-.49.491a2.5 2.5 0 0 1-3.536-3.535l6.01-6.01a.5.5 0 1 1 .707.706l-6.01 6.01A1.5 1.5 0 1 0 8.01 15.79z" fill="currentColor"/><path d="M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-2.147.354l.002-.002a.498.498 0 0 0 .145-.349v-.006a.496.496 0 0 0-.147-.35l-2-2a.5.5 0 1 0-.707.707L15.293 14H12.5a.5.5 0 1 0 0 1h2.793l-1.147 1.147a.5.5 0 1 0 .707.707l2-2z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-attach-arrow-left-20-regular {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.828%2010.486l5.657-5.657a3%203%200%200%201%204.304%204.179c.39.02.77.081%201.135.179a4.001%204.001%200%200%200-6.146-5.065L4.12%209.779a.5.5%200%201%200%20.707.707z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.01%2015.789l.997-.997c.022.418.09.825.201%201.213l-.49.491a2.5%202.5%200%200%201-3.536-3.535l6.01-6.01a.5.5%200%201%201%20.707.706l-6.01%206.01A1.5%201.5%200%201%200%208.01%2015.79z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200zm-2.147.354l.002-.002a.498.498%200%200%200%20.145-.349v-.006a.496.496%200%200%200-.147-.35l-2-2a.5.5%200%201%200-.707.707L15.293%2014H12.5a.5.5%200%201%200%200%201h2.793l-1.147%201.147a.5.5%200%201%200%20.707.707l2-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.828%2010.486l5.657-5.657a3%203%200%200%201%204.304%204.179c.39.02.77.081%201.135.179a4.001%204.001%200%200%200-6.146-5.065L4.12%209.779a.5.5%200%201%200%20.707.707z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.01%2015.789l.997-.997c.022.418.09.825.201%201.213l-.49.491a2.5%202.5%200%200%201-3.536-3.535l6.01-6.01a.5.5%200%201%201%20.707.706l-6.01%206.01A1.5%201.5%200%201%200%208.01%2015.79z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200zm-2.147.354l.002-.002a.498.498%200%200%200%20.145-.349v-.006a.496.496%200%200%200-.147-.35l-2-2a.5.5%200%201%200-.707.707L15.293%2014H12.5a.5.5%200%201%200%200%201h2.793l-1.147%201.147a.5.5%200%201%200%20.707.707l2-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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