map point rotate icon
map-point-rotate-linear from Solar by 480 Design · Linear · Map · CC-BY-4.0 Attribution required.
- Name
- map-point-rotate-linear
- Set
- Solar
- Style
- Linear
- Category
- Map
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More map icons from Solar
branching-paths-down-boldbranching-paths-up-boldcompass-big-boldcompass-boldcompass-square-boldglobal-boldglobe-boldgps-boldmap-arrow-down-boldmap-arrow-left-boldmap-arrow-right-boldmap-arrow-square-boldmap-arrow-up-boldmap-boldmap-point-add-boldmap-point-boldmap-point-favorite-boldmap-point-hospital-boldmap-point-remove-boldmap-point-school-boldmap-point-search-boldmap-point-wave-boldpeople-nearby-boldpoint-on-map-bold
Use the map point rotate 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-width="1.5"><path d="M6 8.10747C6 4.73441 8.68629 2 12 2C15.3137 2 18 4.73441 18 8.10747C18 11.4541 16.085 15.3593 13.0972 16.7558C12.4007 17.0814 11.5993 17.0814 10.9028 16.7558C7.91499 15.3593 6 11.4541 6 8.10747Z"/><path d="M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 20.6435V22L12 20.6875L10.5 19.375V20.6435ZM10.5 20.6435C5.68874 20.3585 2 18.7239 2 16.75C2 16.1214 2.37412 15.5272 3.03947 15M20.9605 15C21.6259 15.5272 22 16.1214 22 16.75C22 18.5847 18.8131 20.1263 14.5 20.5635"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMapPointRotateLinear(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" strokeWidth="1.5"><path d="M6 8.10747C6 4.73441 8.68629 2 12 2C15.3137 2 18 4.73441 18 8.10747C18 11.4541 16.085 15.3593 13.0972 16.7558C12.4007 17.0814 11.5993 17.0814 10.9028 16.7558C7.91499 15.3593 6 11.4541 6 8.10747Z"/><path d="M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M10.5 20.6435V22L12 20.6875L10.5 19.375V20.6435ZM10.5 20.6435C5.68874 20.3585 2 18.7239 2 16.75C2 16.1214 2.37412 15.5272 3.03947 15M20.9605 15C21.6259 15.5272 22 16.1214 22 16.75C22 18.5847 18.8131 20.1263 14.5 20.5635"/></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-width="1.5"><path d="M6 8.10747C6 4.73441 8.68629 2 12 2C15.3137 2 18 4.73441 18 8.10747C18 11.4541 16.085 15.3593 13.0972 16.7558C12.4007 17.0814 11.5993 17.0814 10.9028 16.7558C7.91499 15.3593 6 11.4541 6 8.10747Z"/><path d="M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 20.6435V22L12 20.6875L10.5 19.375V20.6435ZM10.5 20.6435C5.68874 20.3585 2 18.7239 2 16.75C2 16.1214 2.37412 15.5272 3.03947 15M20.9605 15C21.6259 15.5272 22 16.1214 22 16.75C22 18.5847 18.8131 20.1263 14.5 20.5635"/></g></svg> </template>
CSS
.icon-map-point-rotate-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%208.10747C6%204.73441%208.68629%202%2012%202C15.3137%202%2018%204.73441%2018%208.10747C18%2011.4541%2016.085%2015.3593%2013.0972%2016.7558C12.4007%2017.0814%2011.5993%2017.0814%2010.9028%2016.7558C7.91499%2015.3593%206%2011.4541%206%208.10747Z%22%2F%3E%3Cpath%20d%3D%22M14%208C14%209.10457%2013.1046%2010%2012%2010C10.8954%2010%2010%209.10457%2010%208C10%206.89543%2010.8954%206%2012%206C13.1046%206%2014%206.89543%2014%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%2020.6435V22L12%2020.6875L10.5%2019.375V20.6435ZM10.5%2020.6435C5.68874%2020.3585%202%2018.7239%202%2016.75C2%2016.1214%202.37412%2015.5272%203.03947%2015M20.9605%2015C21.6259%2015.5272%2022%2016.1214%2022%2016.75C22%2018.5847%2018.8131%2020.1263%2014.5%2020.5635%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%208.10747C6%204.73441%208.68629%202%2012%202C15.3137%202%2018%204.73441%2018%208.10747C18%2011.4541%2016.085%2015.3593%2013.0972%2016.7558C12.4007%2017.0814%2011.5993%2017.0814%2010.9028%2016.7558C7.91499%2015.3593%206%2011.4541%206%208.10747Z%22%2F%3E%3Cpath%20d%3D%22M14%208C14%209.10457%2013.1046%2010%2012%2010C10.8954%2010%2010%209.10457%2010%208C10%206.89543%2010.8954%206%2012%206C13.1046%206%2014%206.89543%2014%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%2020.6435V22L12%2020.6875L10.5%2019.375V20.6435ZM10.5%2020.6435C5.68874%2020.3585%202%2018.7239%202%2016.75C2%2016.1214%202.37412%2015.5272%203.03947%2015M20.9605%2015C21.6259%2015.5272%2022%2016.1214%2022%2016.75C22%2018.5847%2018.8131%2020.1263%2014.5%2020.5635%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/map-point-rotate-linear.svg?color=%231a73e8&size=48