attach arrow right icon

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

Name
attach-arrow-right-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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m4.828 10.485l5.657-5.657a3 3 0 0 1 4.304 4.179q.586.031 1.135.179A4.001 4.001 0 0 0 9.778 4.12L4.12 9.778a.5.5 0 0 0 .707.707m3.182 5.303l.997-.997c.022.418.09.825.201 1.213l-.49.491a2.5 2.5 0 1 1-3.536-3.535l6.01-6.01a.5.5 0 1 1 .707.706l-6.01 6.01a1.5 1.5 0 0 0 2.121 2.122M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.147.354l.002-.002a.5.5 0 0 0 .145-.349v-.006a.5.5 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.707z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAttachArrowRight20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m4.828 10.485l5.657-5.657a3 3 0 0 1 4.304 4.179q.586.031 1.135.179A4.001 4.001 0 0 0 9.778 4.12L4.12 9.778a.5.5 0 0 0 .707.707m3.182 5.303l.997-.997c.022.418.09.825.201 1.213l-.49.491a2.5 2.5 0 1 1-3.536-3.535l6.01-6.01a.5.5 0 1 1 .707.706l-6.01 6.01a1.5 1.5 0 0 0 2.121 2.122M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.147.354l.002-.002a.5.5 0 0 0 .145-.349v-.006a.5.5 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.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m4.828 10.485l5.657-5.657a3 3 0 0 1 4.304 4.179q.586.031 1.135.179A4.001 4.001 0 0 0 9.778 4.12L4.12 9.778a.5.5 0 0 0 .707.707m3.182 5.303l.997-.997c.022.418.09.825.201 1.213l-.49.491a2.5 2.5 0 1 1-3.536-3.535l6.01-6.01a.5.5 0 1 1 .707.706l-6.01 6.01a1.5 1.5 0 0 0 2.121 2.122M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.147.354l.002-.002a.5.5 0 0 0 .145-.349v-.006a.5.5 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.707z"/></svg>
</template>

CSS

.icon-attach-arrow-right-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.828%2010.485l5.657-5.657a3%203%200%200%201%204.304%204.179q.586.031%201.135.179A4.001%204.001%200%200%200%209.778%204.12L4.12%209.778a.5.5%200%200%200%20.707.707m3.182%205.303l.997-.997c.022.418.09.825.201%201.213l-.49.491a2.5%202.5%200%201%201-3.536-3.535l6.01-6.01a.5.5%200%201%201%20.707.706l-6.01%206.01a1.5%201.5%200%200%200%202.121%202.122M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.147.354l.002-.002a.5.5%200%200%200%20.145-.349v-.006a.5.5%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.707z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.828%2010.485l5.657-5.657a3%203%200%200%201%204.304%204.179q.586.031%201.135.179A4.001%204.001%200%200%200%209.778%204.12L4.12%209.778a.5.5%200%200%200%20.707.707m3.182%205.303l.997-.997c.022.418.09.825.201%201.213l-.49.491a2.5%202.5%200%201%201-3.536-3.535l6.01-6.01a.5.5%200%201%201%20.707.706l-6.01%206.01a1.5%201.5%200%200%200%202.121%202.122M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.147.354l.002-.002a.5.5%200%200%200%20.145-.349v-.006a.5.5%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.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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