pin rotate icon

pin-rotate from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.

Name
pin-rotate
Set
Reicon
Style
Outline
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

More map icons from Reicon

Use the pin rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.25 8.107C5.25 4.333 8.26 1.25 12 1.25s6.75 3.083 6.75 6.857c0 1.808-.514 3.743-1.422 5.414c-.906 1.668-2.236 3.13-3.913 3.914c-.898.42-1.932.42-2.83 0c-1.677-.784-3.007-2.246-3.913-3.914C5.764 11.85 5.25 9.915 5.25 8.107M12 2.75c-2.887 0-5.25 2.386-5.25 5.357c0 1.54.443 3.23 1.24 4.698c.799 1.47 1.92 2.659 3.23 3.271a1.84 1.84 0 0 0 1.56 0c1.31-.612 2.432-1.8 3.23-3.271c.797-1.467 1.24-3.158 1.24-4.698c0-2.971-2.363-5.357-5.25-5.357m0 4a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.25 8a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-5.623 6.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .243.11.538.44.88c.334.345.856.695 1.566 1.017c1.254.569 2.988 1 4.994 1.187v-.459a.75.75 0 0 1 1.244-.564l1.5 1.312a.75.75 0 0 1 0 1.129l-1.5 1.312A.75.75 0 0 1 9.75 22v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738 1.324-2.338a.75.75 0 0 1 1.053.122m16.746 0a.75.75 0 0 1 1.053-.122c.757.6 1.324 1.388 1.324 2.338c0 1.378-1.168 2.41-2.547 3.101c-1.441.723-3.412 1.234-5.627 1.459a.75.75 0 1 1-.152-1.493c2.098-.212 3.877-.69 5.107-1.307c1.294-.648 1.719-1.303 1.719-1.76c0-.307-.182-.708-.755-1.162a.75.75 0 0 1-.122-1.054" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPinRotate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.25 8.107C5.25 4.333 8.26 1.25 12 1.25s6.75 3.083 6.75 6.857c0 1.808-.514 3.743-1.422 5.414c-.906 1.668-2.236 3.13-3.913 3.914c-.898.42-1.932.42-2.83 0c-1.677-.784-3.007-2.246-3.913-3.914C5.764 11.85 5.25 9.915 5.25 8.107M12 2.75c-2.887 0-5.25 2.386-5.25 5.357c0 1.54.443 3.23 1.24 4.698c.799 1.47 1.92 2.659 3.23 3.271a1.84 1.84 0 0 0 1.56 0c1.31-.612 2.432-1.8 3.23-3.271c.797-1.467 1.24-3.158 1.24-4.698c0-2.971-2.363-5.357-5.25-5.357m0 4a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.25 8a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-5.623 6.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .243.11.538.44.88c.334.345.856.695 1.566 1.017c1.254.569 2.988 1 4.994 1.187v-.459a.75.75 0 0 1 1.244-.564l1.5 1.312a.75.75 0 0 1 0 1.129l-1.5 1.312A.75.75 0 0 1 9.75 22v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738 1.324-2.338a.75.75 0 0 1 1.053.122m16.746 0a.75.75 0 0 1 1.053-.122c.757.6 1.324 1.388 1.324 2.338c0 1.378-1.168 2.41-2.547 3.101c-1.441.723-3.412 1.234-5.627 1.459a.75.75 0 1 1-.152-1.493c2.098-.212 3.877-.69 5.107-1.307c1.294-.648 1.719-1.303 1.719-1.76c0-.307-.182-.708-.755-1.162a.75.75 0 0 1-.122-1.054" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.25 8.107C5.25 4.333 8.26 1.25 12 1.25s6.75 3.083 6.75 6.857c0 1.808-.514 3.743-1.422 5.414c-.906 1.668-2.236 3.13-3.913 3.914c-.898.42-1.932.42-2.83 0c-1.677-.784-3.007-2.246-3.913-3.914C5.764 11.85 5.25 9.915 5.25 8.107M12 2.75c-2.887 0-5.25 2.386-5.25 5.357c0 1.54.443 3.23 1.24 4.698c.799 1.47 1.92 2.659 3.23 3.271a1.84 1.84 0 0 0 1.56 0c1.31-.612 2.432-1.8 3.23-3.271c.797-1.467 1.24-3.158 1.24-4.698c0-2.971-2.363-5.357-5.25-5.357m0 4a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.25 8a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-5.623 6.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .243.11.538.44.88c.334.345.856.695 1.566 1.017c1.254.569 2.988 1 4.994 1.187v-.459a.75.75 0 0 1 1.244-.564l1.5 1.312a.75.75 0 0 1 0 1.129l-1.5 1.312A.75.75 0 0 1 9.75 22v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738 1.324-2.338a.75.75 0 0 1 1.053.122m16.746 0a.75.75 0 0 1 1.053-.122c.757.6 1.324 1.388 1.324 2.338c0 1.378-1.168 2.41-2.547 3.101c-1.441.723-3.412 1.234-5.627 1.459a.75.75 0 1 1-.152-1.493c2.098-.212 3.877-.69 5.107-1.307c1.294-.648 1.719-1.303 1.719-1.76c0-.307-.182-.708-.755-1.162a.75.75 0 0 1-.122-1.054" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pin-rotate {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%208.107C5.25%204.333%208.26%201.25%2012%201.25s6.75%203.083%206.75%206.857c0%201.808-.514%203.743-1.422%205.414c-.906%201.668-2.236%203.13-3.913%203.914c-.898.42-1.932.42-2.83%200c-1.677-.784-3.007-2.246-3.913-3.914C5.764%2011.85%205.25%209.915%205.25%208.107M12%202.75c-2.887%200-5.25%202.386-5.25%205.357c0%201.54.443%203.23%201.24%204.698c.799%201.47%201.92%202.659%203.23%203.271a1.84%201.84%200%200%200%201.56%200c1.31-.612%202.432-1.8%203.23-3.271c.797-1.467%201.24-3.158%201.24-4.698c0-2.971-2.363-5.357-5.25-5.357m0%204a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M9.25%208a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m-5.623%206.534a.75.75%200%200%201-.122%201.054c-.573.454-.755.855-.755%201.162c0%20.243.11.538.44.88c.334.345.856.695%201.566%201.017c1.254.569%202.988%201%204.994%201.187v-.459a.75.75%200%200%201%201.244-.564l1.5%201.312a.75.75%200%200%201%200%201.129l-1.5%201.312A.75.75%200%200%201%209.75%2022v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738%201.324-2.338a.75.75%200%200%201%201.053.122m16.746%200a.75.75%200%200%201%201.053-.122c.757.6%201.324%201.388%201.324%202.338c0%201.378-1.168%202.41-2.547%203.101c-1.441.723-3.412%201.234-5.627%201.459a.75.75%200%201%201-.152-1.493c2.098-.212%203.877-.69%205.107-1.307c1.294-.648%201.719-1.303%201.719-1.76c0-.307-.182-.708-.755-1.162a.75.75%200%200%201-.122-1.054%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%208.107C5.25%204.333%208.26%201.25%2012%201.25s6.75%203.083%206.75%206.857c0%201.808-.514%203.743-1.422%205.414c-.906%201.668-2.236%203.13-3.913%203.914c-.898.42-1.932.42-2.83%200c-1.677-.784-3.007-2.246-3.913-3.914C5.764%2011.85%205.25%209.915%205.25%208.107M12%202.75c-2.887%200-5.25%202.386-5.25%205.357c0%201.54.443%203.23%201.24%204.698c.799%201.47%201.92%202.659%203.23%203.271a1.84%201.84%200%200%200%201.56%200c1.31-.612%202.432-1.8%203.23-3.271c.797-1.467%201.24-3.158%201.24-4.698c0-2.971-2.363-5.357-5.25-5.357m0%204a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M9.25%208a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m-5.623%206.534a.75.75%200%200%201-.122%201.054c-.573.454-.755.855-.755%201.162c0%20.243.11.538.44.88c.334.345.856.695%201.566%201.017c1.254.569%202.988%201%204.994%201.187v-.459a.75.75%200%200%201%201.244-.564l1.5%201.312a.75.75%200%200%201%200%201.129l-1.5%201.312A.75.75%200%200%201%209.75%2022v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738%201.324-2.338a.75.75%200%200%201%201.053.122m16.746%200a.75.75%200%200%201%201.053-.122c.757.6%201.324%201.388%201.324%202.338c0%201.378-1.168%202.41-2.547%203.101c-1.441.723-3.412%201.234-5.627%201.459a.75.75%200%201%201-.152-1.493c2.098-.212%203.877-.69%205.107-1.307c1.294-.648%201.719-1.303%201.719-1.76c0-.307-.182-.708-.755-1.162a.75.75%200%200%201-.122-1.054%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/reicon/pin-rotate.svg?color=%231a73e8&size=48