marker circle icon

marker-circle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
marker-circle-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the marker circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M84 208.83V176a4 4 0 0 1 4-4h80a4 4 0 0 1 4 4v32.83a92.25 92.25 0 0 1-88 0M108.15 140H152a4 4 0 0 1 4 4v20h-56v-20a4 4 0 0 1 4-4Zm4.93-8l11-52.82a4 4 0 0 1 7.84 0l11 52.82Zm80 61.05A92.4 92.4 0 0 1 180 203.9V176a12 12 0 0 0-12-12h-4v-20a12 12 0 0 0-12-12h-.91l-11.34-54.45a12 12 0 0 0-23.5 0L104.91 132H104a12 12 0 0 0-12 12v20h-4a12 12 0 0 0-12 12v27.9a92.4 92.4 0 0 1-13-10.85a92 92 0 1 1 130.1 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMarkerCircleThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M84 208.83V176a4 4 0 0 1 4-4h80a4 4 0 0 1 4 4v32.83a92.25 92.25 0 0 1-88 0M108.15 140H152a4 4 0 0 1 4 4v20h-56v-20a4 4 0 0 1 4-4Zm4.93-8l11-52.82a4 4 0 0 1 7.84 0l11 52.82Zm80 61.05A92.4 92.4 0 0 1 180 203.9V176a12 12 0 0 0-12-12h-4v-20a12 12 0 0 0-12-12h-.91l-11.34-54.45a12 12 0 0 0-23.5 0L104.91 132H104a12 12 0 0 0-12 12v20h-4a12 12 0 0 0-12 12v27.9a92.4 92.4 0 0 1-13-10.85a92 92 0 1 1 130.1 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M84 208.83V176a4 4 0 0 1 4-4h80a4 4 0 0 1 4 4v32.83a92.25 92.25 0 0 1-88 0M108.15 140H152a4 4 0 0 1 4 4v20h-56v-20a4 4 0 0 1 4-4Zm4.93-8l11-52.82a4 4 0 0 1 7.84 0l11 52.82Zm80 61.05A92.4 92.4 0 0 1 180 203.9V176a12 12 0 0 0-12-12h-4v-20a12 12 0 0 0-12-12h-.91l-11.34-54.45a12 12 0 0 0-23.5 0L104.91 132H104a12 12 0 0 0-12 12v20h-4a12 12 0 0 0-12 12v27.9a92.4 92.4 0 0 1-13-10.85a92 92 0 1 1 130.1 0Z"/></svg>
</template>

CSS

.icon-marker-circle-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29M84%20208.83V176a4%204%200%200%201%204-4h80a4%204%200%200%201%204%204v32.83a92.25%2092.25%200%200%201-88%200M108.15%20140H152a4%204%200%200%201%204%204v20h-56v-20a4%204%200%200%201%204-4Zm4.93-8l11-52.82a4%204%200%200%201%207.84%200l11%2052.82Zm80%2061.05A92.4%2092.4%200%200%201%20180%20203.9V176a12%2012%200%200%200-12-12h-4v-20a12%2012%200%200%200-12-12h-.91l-11.34-54.45a12%2012%200%200%200-23.5%200L104.91%20132H104a12%2012%200%200%200-12%2012v20h-4a12%2012%200%200%200-12%2012v27.9a92.4%2092.4%200%200%201-13-10.85a92%2092%200%201%201%20130.1%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29M84%20208.83V176a4%204%200%200%201%204-4h80a4%204%200%200%201%204%204v32.83a92.25%2092.25%200%200%201-88%200M108.15%20140H152a4%204%200%200%201%204%204v20h-56v-20a4%204%200%200%201%204-4Zm4.93-8l11-52.82a4%204%200%200%201%207.84%200l11%2052.82Zm80%2061.05A92.4%2092.4%200%200%201%20180%20203.9V176a12%2012%200%200%200-12-12h-4v-20a12%2012%200%200%200-12-12h-.91l-11.34-54.45a12%2012%200%200%200-23.5%200L104.91%20132H104a12%2012%200%200%200-12%2012v20h-4a12%2012%200%200%200-12%2012v27.9a92.4%2092.4%200%200%201-13-10.85a92%2092%200%201%201%20130.1%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/marker-circle-thin.svg?color=%231a73e8&size=48