arrow path rounded square icon

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

Name
arrow-path-rounded-square-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
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 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 3.5q-1.157 0-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399a42 42 0 0 1 4.766 0a2.624 2.624 0 0 1 2.467 2.399q.084.993.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a40 40 0 0 0-.114-1.815a1.124 1.124 0 0 0-1.058-1.028A40 40 0 0 0 8 3.5M3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69q.037.914.114 1.816c.048.56.496.996 1.058 1.028a40 40 0 0 0 4.594 0a1.124 1.124 0 0 0 1.058-1.028l.018-.219a.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399a42 42 0 0 1-4.766 0a2.624 2.624 0 0 1-2.467-2.399a41 41 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsArrowPathRoundedSquare16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8 3.5q-1.157 0-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399a42 42 0 0 1 4.766 0a2.624 2.624 0 0 1 2.467 2.399q.084.993.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a40 40 0 0 0-.114-1.815a1.124 1.124 0 0 0-1.058-1.028A40 40 0 0 0 8 3.5M3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69q.037.914.114 1.816c.048.56.496.996 1.058 1.028a40 40 0 0 0 4.594 0a1.124 1.124 0 0 0 1.058-1.028l.018-.219a.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399a42 42 0 0 1-4.766 0a2.624 2.624 0 0 1-2.467-2.399a41 41 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 3.5q-1.157 0-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399a42 42 0 0 1 4.766 0a2.624 2.624 0 0 1 2.467 2.399q.084.993.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a40 40 0 0 0-.114-1.815a1.124 1.124 0 0 0-1.058-1.028A40 40 0 0 0 8 3.5M3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69q.037.914.114 1.816c.048.56.496.996 1.058 1.028a40 40 0 0 0 4.594 0a1.124 1.124 0 0 0 1.058-1.028l.018-.219a.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399a42 42 0 0 1-4.766 0a2.624 2.624 0 0 1-2.467-2.399a41 41 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-arrow-path-rounded-square-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203.5q-1.157%200-2.297.066a1.124%201.124%200%200%200-1.058%201.028l-.018.214a.75.75%200%201%201-1.495-.12l.018-.221a2.624%202.624%200%200%201%202.467-2.399a42%2042%200%200%201%204.766%200a2.624%202.624%200%200%201%202.467%202.399q.084.993.122%202l.748-.748a.75.75%200%201%201%201.06%201.06l-2%202.001a.75.75%200%200%201-1.061%200l-2-1.999a.75.75%200%200%201%201.061-1.06l.689.688a40%2040%200%200%200-.114-1.815a1.124%201.124%200%200%200-1.058-1.028A40%2040%200%200%200%208%203.5M3.22%207.22a.75.75%200%200%201%201.061%200l2%202a.75.75%200%201%201-1.06%201.06l-.69-.69q.037.914.114%201.816c.048.56.496.996%201.058%201.028a40%2040%200%200%200%204.594%200a1.124%201.124%200%200%200%201.058-1.028l.018-.219a.75.75%200%201%201%201.495.12l-.018.226a2.624%202.624%200%200%201-2.467%202.399a42%2042%200%200%201-4.766%200a2.624%202.624%200%200%201-2.467-2.399a41%2041%200%200%201-.122-2l-.748.748A.75.75%200%201%201%201.22%209.22z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203.5q-1.157%200-2.297.066a1.124%201.124%200%200%200-1.058%201.028l-.018.214a.75.75%200%201%201-1.495-.12l.018-.221a2.624%202.624%200%200%201%202.467-2.399a42%2042%200%200%201%204.766%200a2.624%202.624%200%200%201%202.467%202.399q.084.993.122%202l.748-.748a.75.75%200%201%201%201.06%201.06l-2%202.001a.75.75%200%200%201-1.061%200l-2-1.999a.75.75%200%200%201%201.061-1.06l.689.688a40%2040%200%200%200-.114-1.815a1.124%201.124%200%200%200-1.058-1.028A40%2040%200%200%200%208%203.5M3.22%207.22a.75.75%200%200%201%201.061%200l2%202a.75.75%200%201%201-1.06%201.06l-.69-.69q.037.914.114%201.816c.048.56.496.996%201.058%201.028a40%2040%200%200%200%204.594%200a1.124%201.124%200%200%200%201.058-1.028l.018-.219a.75.75%200%201%201%201.495.12l-.018.226a2.624%202.624%200%200%201-2.467%202.399a42%2042%200%200%201-4.766%200a2.624%202.624%200%200%201-2.467-2.399a41%2041%200%200%201-.122-2l-.748.748A.75.75%200%201%201%201.22%209.22z%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-16-solid.svg?color=%231a73e8&size=48