symbol method arrow icon

symbol-method-arrow from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
symbol-method-arrow
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the symbol method arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.502 11.008a.5.5 0 0 1 .349.14l2 2a.49.49 0 0 1 .11.54a.5.5 0 0 1-.11.16L13.85 15.85a.485.485 0 0 1-.54.111a.5.5 0 0 1-.16-.111a.486.486 0 0 1 0-.7L14.29 14H9.5a.503.503 0 0 1-.5-.5a.5.5 0 0 1 .5-.5h4.79l-1.14-1.15a.495.495 0 0 1 .352-.842"/><path d="M6.923 1.378a3 3 0 0 1 2.154 0l4.961 1.908c.58.223.962.78.962 1.4v6.2l-.424-.424a1.5 1.5 0 0 0-.491-.34q-.043-.019-.085-.033V4.687a.5.5 0 0 0-.32-.467L8.718 2.312a2 2 0 0 0-1.436 0L2.32 4.22a.5.5 0 0 0-.32.467v6.627a.5.5 0 0 0 .32.466l4.962 1.908c.242.093.498.136.753.132a1.5 1.5 0 0 0 .627.924a3 3 0 0 1-1.74-.123l-4.96-1.908a1.5 1.5 0 0 1-.962-1.4V4.688a1.5 1.5 0 0 1 .962-1.4z"/><path d="M4.04 5.303a.5.5 0 0 1 .657-.263L8 6.456l3.303-1.416a.5.5 0 0 1 .394.92L8.5 7.33v3.17a.5.5 0 0 1-1 0V7.33L4.303 5.96a.5.5 0 0 1-.263-.657"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolMethodArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.502 11.008a.5.5 0 0 1 .349.14l2 2a.49.49 0 0 1 .11.54a.5.5 0 0 1-.11.16L13.85 15.85a.485.485 0 0 1-.54.111a.5.5 0 0 1-.16-.111a.486.486 0 0 1 0-.7L14.29 14H9.5a.503.503 0 0 1-.5-.5a.5.5 0 0 1 .5-.5h4.79l-1.14-1.15a.495.495 0 0 1 .352-.842"/><path d="M6.923 1.378a3 3 0 0 1 2.154 0l4.961 1.908c.58.223.962.78.962 1.4v6.2l-.424-.424a1.5 1.5 0 0 0-.491-.34q-.043-.019-.085-.033V4.687a.5.5 0 0 0-.32-.467L8.718 2.312a2 2 0 0 0-1.436 0L2.32 4.22a.5.5 0 0 0-.32.467v6.627a.5.5 0 0 0 .32.466l4.962 1.908c.242.093.498.136.753.132a1.5 1.5 0 0 0 .627.924a3 3 0 0 1-1.74-.123l-4.96-1.908a1.5 1.5 0 0 1-.962-1.4V4.688a1.5 1.5 0 0 1 .962-1.4z"/><path d="M4.04 5.303a.5.5 0 0 1 .657-.263L8 6.456l3.303-1.416a.5.5 0 0 1 .394.92L8.5 7.33v3.17a.5.5 0 0 1-1 0V7.33L4.303 5.96a.5.5 0 0 1-.263-.657"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.502 11.008a.5.5 0 0 1 .349.14l2 2a.49.49 0 0 1 .11.54a.5.5 0 0 1-.11.16L13.85 15.85a.485.485 0 0 1-.54.111a.5.5 0 0 1-.16-.111a.486.486 0 0 1 0-.7L14.29 14H9.5a.503.503 0 0 1-.5-.5a.5.5 0 0 1 .5-.5h4.79l-1.14-1.15a.495.495 0 0 1 .352-.842"/><path d="M6.923 1.378a3 3 0 0 1 2.154 0l4.961 1.908c.58.223.962.78.962 1.4v6.2l-.424-.424a1.5 1.5 0 0 0-.491-.34q-.043-.019-.085-.033V4.687a.5.5 0 0 0-.32-.467L8.718 2.312a2 2 0 0 0-1.436 0L2.32 4.22a.5.5 0 0 0-.32.467v6.627a.5.5 0 0 0 .32.466l4.962 1.908c.242.093.498.136.753.132a1.5 1.5 0 0 0 .627.924a3 3 0 0 1-1.74-.123l-4.96-1.908a1.5 1.5 0 0 1-.962-1.4V4.688a1.5 1.5 0 0 1 .962-1.4z"/><path d="M4.04 5.303a.5.5 0 0 1 .657-.263L8 6.456l3.303-1.416a.5.5 0 0 1 .394.92L8.5 7.33v3.17a.5.5 0 0 1-1 0V7.33L4.303 5.96a.5.5 0 0 1-.263-.657"/></g></svg>
</template>

CSS

.icon-symbol-method-arrow {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.502%2011.008a.5.5%200%200%201%20.349.14l2%202a.49.49%200%200%201%20.11.54a.5.5%200%200%201-.11.16L13.85%2015.85a.485.485%200%200%201-.54.111a.5.5%200%200%201-.16-.111a.486.486%200%200%201%200-.7L14.29%2014H9.5a.503.503%200%200%201-.5-.5a.5.5%200%200%201%20.5-.5h4.79l-1.14-1.15a.495.495%200%200%201%20.352-.842%22%2F%3E%3Cpath%20d%3D%22M6.923%201.378a3%203%200%200%201%202.154%200l4.961%201.908c.58.223.962.78.962%201.4v6.2l-.424-.424a1.5%201.5%200%200%200-.491-.34q-.043-.019-.085-.033V4.687a.5.5%200%200%200-.32-.467L8.718%202.312a2%202%200%200%200-1.436%200L2.32%204.22a.5.5%200%200%200-.32.467v6.627a.5.5%200%200%200%20.32.466l4.962%201.908c.242.093.498.136.753.132a1.5%201.5%200%200%200%20.627.924a3%203%200%200%201-1.74-.123l-4.96-1.908a1.5%201.5%200%200%201-.962-1.4V4.688a1.5%201.5%200%200%201%20.962-1.4z%22%2F%3E%3Cpath%20d%3D%22M4.04%205.303a.5.5%200%200%201%20.657-.263L8%206.456l3.303-1.416a.5.5%200%200%201%20.394.92L8.5%207.33v3.17a.5.5%200%200%201-1%200V7.33L4.303%205.96a.5.5%200%200%201-.263-.657%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.502%2011.008a.5.5%200%200%201%20.349.14l2%202a.49.49%200%200%201%20.11.54a.5.5%200%200%201-.11.16L13.85%2015.85a.485.485%200%200%201-.54.111a.5.5%200%200%201-.16-.111a.486.486%200%200%201%200-.7L14.29%2014H9.5a.503.503%200%200%201-.5-.5a.5.5%200%200%201%20.5-.5h4.79l-1.14-1.15a.495.495%200%200%201%20.352-.842%22%2F%3E%3Cpath%20d%3D%22M6.923%201.378a3%203%200%200%201%202.154%200l4.961%201.908c.58.223.962.78.962%201.4v6.2l-.424-.424a1.5%201.5%200%200%200-.491-.34q-.043-.019-.085-.033V4.687a.5.5%200%200%200-.32-.467L8.718%202.312a2%202%200%200%200-1.436%200L2.32%204.22a.5.5%200%200%200-.32.467v6.627a.5.5%200%200%200%20.32.466l4.962%201.908c.242.093.498.136.753.132a1.5%201.5%200%200%200%20.627.924a3%203%200%200%201-1.74-.123l-4.96-1.908a1.5%201.5%200%200%201-.962-1.4V4.688a1.5%201.5%200%200%201%20.962-1.4z%22%2F%3E%3Cpath%20d%3D%22M4.04%205.303a.5.5%200%200%201%20.657-.263L8%206.456l3.303-1.416a.5.5%200%200%201%20.394.92L8.5%207.33v3.17a.5.5%200%200%201-1%200V7.33L4.303%205.96a.5.5%200%200%201-.263-.657%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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