pin2 icon
pin2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- pin2
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the pin2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 6.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M10.25 10a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0"/><path d="M12 1.25A8.75 8.75 0 0 0 3.25 10c0 4.207 2.676 7.175 4.53 9.232l.162.18c.683.758 2.26 2.22 3.05 2.945a1.49 1.49 0 0 0 2.015 0c.79-.725 2.368-2.187 3.05-2.945l.155-.172c1.776-1.97 4.538-5.032 4.538-9.24A8.75 8.75 0 0 0 12 1.25M4.75 10a7.25 7.25 0 0 1 14.5 0c0 3.624-2.413 6.304-4.24 8.334l-.067.074c-.622.69-2.13 2.092-2.943 2.837c-.813-.745-2.321-2.146-2.943-2.837l-.07-.079C7.076 16.208 4.75 13.623 4.75 10"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPin2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 6.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M10.25 10a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0"/><path d="M12 1.25A8.75 8.75 0 0 0 3.25 10c0 4.207 2.676 7.175 4.53 9.232l.162.18c.683.758 2.26 2.22 3.05 2.945a1.49 1.49 0 0 0 2.015 0c.79-.725 2.368-2.187 3.05-2.945l.155-.172c1.776-1.97 4.538-5.032 4.538-9.24A8.75 8.75 0 0 0 12 1.25M4.75 10a7.25 7.25 0 0 1 14.5 0c0 3.624-2.413 6.304-4.24 8.334l-.067.074c-.622.69-2.13 2.092-2.943 2.837c-.813-.745-2.321-2.146-2.943-2.837l-.07-.079C7.076 16.208 4.75 13.623 4.75 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 6.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M10.25 10a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0"/><path d="M12 1.25A8.75 8.75 0 0 0 3.25 10c0 4.207 2.676 7.175 4.53 9.232l.162.18c.683.758 2.26 2.22 3.05 2.945a1.49 1.49 0 0 0 2.015 0c.79-.725 2.368-2.187 3.05-2.945l.155-.172c1.776-1.97 4.538-5.032 4.538-9.24A8.75 8.75 0 0 0 12 1.25M4.75 10a7.25 7.25 0 0 1 14.5 0c0 3.624-2.413 6.304-4.24 8.334l-.067.074c-.622.69-2.13 2.092-2.943 2.837c-.813-.745-2.321-2.146-2.943-2.837l-.07-.079C7.076 16.208 4.75 13.623 4.75 10"/></g></svg> </template>
CSS
.icon-pin2 {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%206.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5M10.25%2010a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%2F%3E%3Cpath%20d%3D%22M12%201.25A8.75%208.75%200%200%200%203.25%2010c0%204.207%202.676%207.175%204.53%209.232l.162.18c.683.758%202.26%202.22%203.05%202.945a1.49%201.49%200%200%200%202.015%200c.79-.725%202.368-2.187%203.05-2.945l.155-.172c1.776-1.97%204.538-5.032%204.538-9.24A8.75%208.75%200%200%200%2012%201.25M4.75%2010a7.25%207.25%200%200%201%2014.5%200c0%203.624-2.413%206.304-4.24%208.334l-.067.074c-.622.69-2.13%202.092-2.943%202.837c-.813-.745-2.321-2.146-2.943-2.837l-.07-.079C7.076%2016.208%204.75%2013.623%204.75%2010%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%206.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5M10.25%2010a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%2F%3E%3Cpath%20d%3D%22M12%201.25A8.75%208.75%200%200%200%203.25%2010c0%204.207%202.676%207.175%204.53%209.232l.162.18c.683.758%202.26%202.22%203.05%202.945a1.49%201.49%200%200%200%202.015%200c.79-.725%202.368-2.187%203.05-2.945l.155-.172c1.776-1.97%204.538-5.032%204.538-9.24A8.75%208.75%200%200%200%2012%201.25M4.75%2010a7.25%207.25%200%200%201%2014.5%200c0%203.624-2.413%206.304-4.24%208.334l-.067.074c-.622.69-2.13%202.092-2.943%202.837c-.813-.745-2.321-2.146-2.943-2.837l-.07-.079C7.076%2016.208%204.75%2013.623%204.75%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pin2.svg?color=%231a73e8&size=48