maps refresh icon

maps-refresh from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
maps-refresh
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the maps refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m20.28 18.571l.618.167c.474.127.71.19.906.04q0 0 0 0c.196-.15.196-.36.196-.778a4 4 0 0 0-6.347-3.24m.061 2.669l-.612-.166c-.473-.127-.71-.191-.905-.042l-.002.002C14 17.373 14 17.582 14 18a4 4 0 0 0 6.28 3.287"/><path stroke-linecap="round" d="M22 12V9.217c0-1.94 0-2.909-.586-3.512c-.586-.602-1.528-.602-3.414-.602h-2.079c-.917 0-.925-.002-1.75-.415L10.84 3.021c-1.391-.696-2.087-1.044-2.828-1.02S6.6 2.418 5.253 3.204l-1.227.716c-.989.577-1.483.866-1.754 1.346C2 5.746 2 6.33 2 7.499v8.217c0 1.535 0 2.303.342 2.73c.228.285.547.476.9.54c.53.095 1.18-.284 2.478-1.042c.882-.515 1.73-1.05 2.785-.905c.884.122 1.705.68 2.495 1.075"/><path d="M8 2v15"/><path stroke-linecap="round" d="M15 5v6.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMapsRefresh(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m20.28 18.571l.618.167c.474.127.71.19.906.04q0 0 0 0c.196-.15.196-.36.196-.778a4 4 0 0 0-6.347-3.24m.061 2.669l-.612-.166c-.473-.127-.71-.191-.905-.042l-.002.002C14 17.373 14 17.582 14 18a4 4 0 0 0 6.28 3.287"/><path strokeLinecap="round" d="M22 12V9.217c0-1.94 0-2.909-.586-3.512c-.586-.602-1.528-.602-3.414-.602h-2.079c-.917 0-.925-.002-1.75-.415L10.84 3.021c-1.391-.696-2.087-1.044-2.828-1.02S6.6 2.418 5.253 3.204l-1.227.716c-.989.577-1.483.866-1.754 1.346C2 5.746 2 6.33 2 7.499v8.217c0 1.535 0 2.303.342 2.73c.228.285.547.476.9.54c.53.095 1.18-.284 2.478-1.042c.882-.515 1.73-1.05 2.785-.905c.884.122 1.705.68 2.495 1.075"/><path d="M8 2v15"/><path strokeLinecap="round" d="M15 5v6.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m20.28 18.571l.618.167c.474.127.71.19.906.04q0 0 0 0c.196-.15.196-.36.196-.778a4 4 0 0 0-6.347-3.24m.061 2.669l-.612-.166c-.473-.127-.71-.191-.905-.042l-.002.002C14 17.373 14 17.582 14 18a4 4 0 0 0 6.28 3.287"/><path stroke-linecap="round" d="M22 12V9.217c0-1.94 0-2.909-.586-3.512c-.586-.602-1.528-.602-3.414-.602h-2.079c-.917 0-.925-.002-1.75-.415L10.84 3.021c-1.391-.696-2.087-1.044-2.828-1.02S6.6 2.418 5.253 3.204l-1.227.716c-.989.577-1.483.866-1.754 1.346C2 5.746 2 6.33 2 7.499v8.217c0 1.535 0 2.303.342 2.73c.228.285.547.476.9.54c.53.095 1.18-.284 2.478-1.042c.882-.515 1.73-1.05 2.785-.905c.884.122 1.705.68 2.495 1.075"/><path d="M8 2v15"/><path stroke-linecap="round" d="M15 5v6.5"/></g></svg>
</template>

CSS

.icon-maps-refresh {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m20.28%2018.571l.618.167c.474.127.71.19.906.04q0%200%200%200c.196-.15.196-.36.196-.778a4%204%200%200%200-6.347-3.24m.061%202.669l-.612-.166c-.473-.127-.71-.191-.905-.042l-.002.002C14%2017.373%2014%2017.582%2014%2018a4%204%200%200%200%206.28%203.287%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012V9.217c0-1.94%200-2.909-.586-3.512c-.586-.602-1.528-.602-3.414-.602h-2.079c-.917%200-.925-.002-1.75-.415L10.84%203.021c-1.391-.696-2.087-1.044-2.828-1.02S6.6%202.418%205.253%203.204l-1.227.716c-.989.577-1.483.866-1.754%201.346C2%205.746%202%206.33%202%207.499v8.217c0%201.535%200%202.303.342%202.73c.228.285.547.476.9.54c.53.095%201.18-.284%202.478-1.042c.882-.515%201.73-1.05%202.785-.905c.884.122%201.705.68%202.495%201.075%22%2F%3E%3Cpath%20d%3D%22M8%202v15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205v6.5%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m20.28%2018.571l.618.167c.474.127.71.19.906.04q0%200%200%200c.196-.15.196-.36.196-.778a4%204%200%200%200-6.347-3.24m.061%202.669l-.612-.166c-.473-.127-.71-.191-.905-.042l-.002.002C14%2017.373%2014%2017.582%2014%2018a4%204%200%200%200%206.28%203.287%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012V9.217c0-1.94%200-2.909-.586-3.512c-.586-.602-1.528-.602-3.414-.602h-2.079c-.917%200-.925-.002-1.75-.415L10.84%203.021c-1.391-.696-2.087-1.044-2.828-1.02S6.6%202.418%205.253%203.204l-1.227.716c-.989.577-1.483.866-1.754%201.346C2%205.746%202%206.33%202%207.499v8.217c0%201.535%200%202.303.342%202.73c.228.285.547.476.9.54c.53.095%201.18-.284%202.478-1.042c.882-.515%201.73-1.05%202.785-.905c.884.122%201.705.68%202.495%201.075%22%2F%3E%3Cpath%20d%3D%22M8%202v15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205v6.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/maps-refresh.svg?color=%231a73e8&size=48