arrow path rounded square icon

arrow-path-rounded-square-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
arrow-path-rounded-square-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

Related icons in HeroIcons

Use the arrow path rounded square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 4.5q1.823 0 3.604.162a.68.68 0 0 1 .615.597q.187 1.557.25 3.15l-1.689-1.69a.75.75 0 0 0-1.06 1.061l2.999 3a.75.75 0 0 0 1.06 0l3.001-3a.75.75 0 1 0-1.06-1.06l-1.748 1.747a41 41 0 0 0-.264-3.386a2.18 2.18 0 0 0-1.97-1.913a41.5 41.5 0 0 0-7.477 0a2.18 2.18 0 0 0-1.969 1.913a41 41 0 0 0-.16 1.61a.75.75 0 1 0 1.495.12q.062-.78.154-1.552a.68.68 0 0 1 .615-.597A40 40 0 0 1 10 4.5M5.281 9.22a.75.75 0 0 0-1.06 0l-3.001 3a.75.75 0 1 0 1.06 1.06l1.748-1.747q.063 1.712.264 3.386a2.18 2.18 0 0 0 1.97 1.913a41.5 41.5 0 0 0 7.477 0a2.18 2.18 0 0 0 1.969-1.913q.096-.801.16-1.61a.75.75 0 1 0-1.495-.12q-.062.78-.154 1.552a.68.68 0 0 1-.615.597a40 40 0 0 1-7.208 0a.68.68 0 0 1-.615-.597a40 40 0 0 1-.25-3.15l1.689 1.69a.75.75 0 0 0 1.06-1.061z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsArrowPathRoundedSquare20Solid(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" fillRule="evenodd" d="M10 4.5q1.823 0 3.604.162a.68.68 0 0 1 .615.597q.187 1.557.25 3.15l-1.689-1.69a.75.75 0 0 0-1.06 1.061l2.999 3a.75.75 0 0 0 1.06 0l3.001-3a.75.75 0 1 0-1.06-1.06l-1.748 1.747a41 41 0 0 0-.264-3.386a2.18 2.18 0 0 0-1.97-1.913a41.5 41.5 0 0 0-7.477 0a2.18 2.18 0 0 0-1.969 1.913a41 41 0 0 0-.16 1.61a.75.75 0 1 0 1.495.12q.062-.78.154-1.552a.68.68 0 0 1 .615-.597A40 40 0 0 1 10 4.5M5.281 9.22a.75.75 0 0 0-1.06 0l-3.001 3a.75.75 0 1 0 1.06 1.06l1.748-1.747q.063 1.712.264 3.386a2.18 2.18 0 0 0 1.97 1.913a41.5 41.5 0 0 0 7.477 0a2.18 2.18 0 0 0 1.969-1.913q.096-.801.16-1.61a.75.75 0 1 0-1.495-.12q-.062.78-.154 1.552a.68.68 0 0 1-.615.597a40 40 0 0 1-7.208 0a.68.68 0 0 1-.615-.597a40 40 0 0 1-.25-3.15l1.689 1.69a.75.75 0 0 0 1.06-1.061z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 4.5q1.823 0 3.604.162a.68.68 0 0 1 .615.597q.187 1.557.25 3.15l-1.689-1.69a.75.75 0 0 0-1.06 1.061l2.999 3a.75.75 0 0 0 1.06 0l3.001-3a.75.75 0 1 0-1.06-1.06l-1.748 1.747a41 41 0 0 0-.264-3.386a2.18 2.18 0 0 0-1.97-1.913a41.5 41.5 0 0 0-7.477 0a2.18 2.18 0 0 0-1.969 1.913a41 41 0 0 0-.16 1.61a.75.75 0 1 0 1.495.12q.062-.78.154-1.552a.68.68 0 0 1 .615-.597A40 40 0 0 1 10 4.5M5.281 9.22a.75.75 0 0 0-1.06 0l-3.001 3a.75.75 0 1 0 1.06 1.06l1.748-1.747q.063 1.712.264 3.386a2.18 2.18 0 0 0 1.97 1.913a41.5 41.5 0 0 0 7.477 0a2.18 2.18 0 0 0 1.969-1.913q.096-.801.16-1.61a.75.75 0 1 0-1.495-.12q-.062.78-.154 1.552a.68.68 0 0 1-.615.597a40 40 0 0 1-7.208 0a.68.68 0 0 1-.615-.597a40 40 0 0 1-.25-3.15l1.689 1.69a.75.75 0 0 0 1.06-1.061z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-arrow-path-rounded-square-20-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M10%204.5q1.823%200%203.604.162a.68.68%200%200%201%20.615.597q.187%201.557.25%203.15l-1.689-1.69a.75.75%200%200%200-1.06%201.061l2.999%203a.75.75%200%200%200%201.06%200l3.001-3a.75.75%200%201%200-1.06-1.06l-1.748%201.747a41%2041%200%200%200-.264-3.386a2.18%202.18%200%200%200-1.97-1.913a41.5%2041.5%200%200%200-7.477%200a2.18%202.18%200%200%200-1.969%201.913a41%2041%200%200%200-.16%201.61a.75.75%200%201%200%201.495.12q.062-.78.154-1.552a.68.68%200%200%201%20.615-.597A40%2040%200%200%201%2010%204.5M5.281%209.22a.75.75%200%200%200-1.06%200l-3.001%203a.75.75%200%201%200%201.06%201.06l1.748-1.747q.063%201.712.264%203.386a2.18%202.18%200%200%200%201.97%201.913a41.5%2041.5%200%200%200%207.477%200a2.18%202.18%200%200%200%201.969-1.913q.096-.801.16-1.61a.75.75%200%201%200-1.495-.12q-.062.78-.154%201.552a.68.68%200%200%201-.615.597a40%2040%200%200%201-7.208%200a.68.68%200%200%201-.615-.597a40%2040%200%200%201-.25-3.15l1.689%201.69a.75.75%200%200%200%201.06-1.061z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10%204.5q1.823%200%203.604.162a.68.68%200%200%201%20.615.597q.187%201.557.25%203.15l-1.689-1.69a.75.75%200%200%200-1.06%201.061l2.999%203a.75.75%200%200%200%201.06%200l3.001-3a.75.75%200%201%200-1.06-1.06l-1.748%201.747a41%2041%200%200%200-.264-3.386a2.18%202.18%200%200%200-1.97-1.913a41.5%2041.5%200%200%200-7.477%200a2.18%202.18%200%200%200-1.969%201.913a41%2041%200%200%200-.16%201.61a.75.75%200%201%200%201.495.12q.062-.78.154-1.552a.68.68%200%200%201%20.615-.597A40%2040%200%200%201%2010%204.5M5.281%209.22a.75.75%200%200%200-1.06%200l-3.001%203a.75.75%200%201%200%201.06%201.06l1.748-1.747q.063%201.712.264%203.386a2.18%202.18%200%200%200%201.97%201.913a41.5%2041.5%200%200%200%207.477%200a2.18%202.18%200%200%200%201.969-1.913q.096-.801.16-1.61a.75.75%200%201%200-1.495-.12q-.062.78-.154%201.552a.68.68%200%200%201-.615.597a40%2040%200%200%201-7.208%200a.68.68%200%200%201-.615-.597a40%2040%200%200%201-.25-3.15l1.689%201.69a.75.75%200%200%200%201.06-1.061z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/arrow-path-rounded-square-20-solid.svg?color=%231a73e8&size=48