location checkmark icon

location-checkmark-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.

Name
location-checkmark-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the location checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 5a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9M8.354 3.396a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L5.5 5.543l2.146-2.147a.5.5 0 0 1 .708 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationCheckmark12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 5a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9M8.354 3.396a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L5.5 5.543l2.146-2.147a.5.5 0 0 1 .708 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 5a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9M8.354 3.396a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L5.5 5.543l2.146-2.147a.5.5 0 0 1 .708 0"/></svg>
</template>

CSS

.icon-location-checkmark-12-filled {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%205a4.5%204.5%200%200%200-9%200c0%201.863%201.42%203.815%204.2%205.9a.5.5%200%200%200%20.6%200c2.78-2.085%204.2-4.037%204.2-5.9M8.354%203.396a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L5.5%205.543l2.146-2.147a.5.5%200%200%201%20.708%200%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%205a4.5%204.5%200%200%200-9%200c0%201.863%201.42%203.815%204.2%205.9a.5.5%200%200%200%20.6%200c2.78-2.085%204.2-4.037%204.2-5.9M8.354%203.396a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L5.5%205.543l2.146-2.147a.5.5%200%200%201%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-checkmark-12-filled.svg?color=%231a73e8&size=48