marker circle icon

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

Name
marker-circle-bold
Set
Phosphor
Style
Bold
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="M204.37 51.6A108.08 108.08 0 1 0 236 128a108.1 108.1 0 0 0-31.63-76.4M108 140h40v16h-40Zm-16 63.92V180h72v23.9a84.33 84.33 0 0 1-72 .02m96-17.13V176a20 20 0 0 0-16-19.6V136a20 20 0 0 0-14.85-19.31l-9.88-35.49a20 20 0 0 0-38.54 0l-9.88 35.49A20 20 0 0 0 84 136v20.42A20 20 0 0 0 68 176v10.77a84 84 0 1 1 120 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMarkerCircleBold(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="M204.37 51.6A108.08 108.08 0 1 0 236 128a108.1 108.1 0 0 0-31.63-76.4M108 140h40v16h-40Zm-16 63.92V180h72v23.9a84.33 84.33 0 0 1-72 .02m96-17.13V176a20 20 0 0 0-16-19.6V136a20 20 0 0 0-14.85-19.31l-9.88-35.49a20 20 0 0 0-38.54 0l-9.88 35.49A20 20 0 0 0 84 136v20.42A20 20 0 0 0 68 176v10.77a84 84 0 1 1 120 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="M204.37 51.6A108.08 108.08 0 1 0 236 128a108.1 108.1 0 0 0-31.63-76.4M108 140h40v16h-40Zm-16 63.92V180h72v23.9a84.33 84.33 0 0 1-72 .02m96-17.13V176a20 20 0 0 0-16-19.6V136a20 20 0 0 0-14.85-19.31l-9.88-35.49a20 20 0 0 0-38.54 0l-9.88 35.49A20 20 0 0 0 84 136v20.42A20 20 0 0 0 68 176v10.77a84 84 0 1 1 120 0Z"/></svg>
</template>

CSS

.icon-marker-circle-bold {
  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%22M204.37%2051.6A108.08%20108.08%200%201%200%20236%20128a108.1%20108.1%200%200%200-31.63-76.4M108%20140h40v16h-40Zm-16%2063.92V180h72v23.9a84.33%2084.33%200%200%201-72%20.02m96-17.13V176a20%2020%200%200%200-16-19.6V136a20%2020%200%200%200-14.85-19.31l-9.88-35.49a20%2020%200%200%200-38.54%200l-9.88%2035.49A20%2020%200%200%200%2084%20136v20.42A20%2020%200%200%200%2068%20176v10.77a84%2084%200%201%201%20120%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%22M204.37%2051.6A108.08%20108.08%200%201%200%20236%20128a108.1%20108.1%200%200%200-31.63-76.4M108%20140h40v16h-40Zm-16%2063.92V180h72v23.9a84.33%2084.33%200%200%201-72%20.02m96-17.13V176a20%2020%200%200%200-16-19.6V136a20%2020%200%200%200-14.85-19.31l-9.88-35.49a20%2020%200%200%200-38.54%200l-9.88%2035.49A20%2020%200%200%200%2084%20136v20.42A20%2020%200%200%200%2068%20176v10.77a84%2084%200%201%201%20120%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-bold.svg?color=%231a73e8&size=48