location checkmark icon
location-checkmark-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- location-checkmark-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
location-add-16-filledlocation-add-left-20-filledlocation-add-right-20-filledlocation-add-up-20-filledlocation-arrow-12-filledlocation-arrow-left-16-filledlocation-arrow-right-16-filledlocation-arrow-up-16-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-not-found-24-filledlocation-off-16-filledlocation-ripple-12-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.12 5.164L7.25 8.042L5.854 6.646l-.07-.058a.5.5 0 0 0-.638.765l1.75 1.75l.07.058a.5.5 0 0 0 .638-.058l3.224-3.233l.058-.07a.5.5 0 0 0-.766-.636m-.961 9.394C10.903 13.016 14 9.874 14 7A6 6 0 0 0 2 7c0 2.874 3.097 6.016 4.841 7.558c.668.59 1.65.59 2.318 0M8 2a5 5 0 0 1 5 5c0 1.108-.615 2.395-1.57 3.683c-.934 1.258-2.087 2.377-2.933 3.126a.737.737 0 0 1-.994 0c-.846-.749-2-1.867-2.933-3.126C3.615 9.395 3 8.108 3 7a5 5 0 0 1 5-5"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationCheckmark16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.12 5.164L7.25 8.042L5.854 6.646l-.07-.058a.5.5 0 0 0-.638.765l1.75 1.75l.07.058a.5.5 0 0 0 .638-.058l3.224-3.233l.058-.07a.5.5 0 0 0-.766-.636m-.961 9.394C10.903 13.016 14 9.874 14 7A6 6 0 0 0 2 7c0 2.874 3.097 6.016 4.841 7.558c.668.59 1.65.59 2.318 0M8 2a5 5 0 0 1 5 5c0 1.108-.615 2.395-1.57 3.683c-.934 1.258-2.087 2.377-2.933 3.126a.737.737 0 0 1-.994 0c-.846-.749-2-1.867-2.933-3.126C3.615 9.395 3 8.108 3 7a5 5 0 0 1 5-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.12 5.164L7.25 8.042L5.854 6.646l-.07-.058a.5.5 0 0 0-.638.765l1.75 1.75l.07.058a.5.5 0 0 0 .638-.058l3.224-3.233l.058-.07a.5.5 0 0 0-.766-.636m-.961 9.394C10.903 13.016 14 9.874 14 7A6 6 0 0 0 2 7c0 2.874 3.097 6.016 4.841 7.558c.668.59 1.65.59 2.318 0M8 2a5 5 0 0 1 5 5c0 1.108-.615 2.395-1.57 3.683c-.934 1.258-2.087 2.377-2.933 3.126a.737.737 0 0 1-.994 0c-.846-.749-2-1.867-2.933-3.126C3.615 9.395 3 8.108 3 7a5 5 0 0 1 5-5"/></svg> </template>
CSS
.icon-location-checkmark-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.12%205.164L7.25%208.042L5.854%206.646l-.07-.058a.5.5%200%200%200-.638.765l1.75%201.75l.07.058a.5.5%200%200%200%20.638-.058l3.224-3.233l.058-.07a.5.5%200%200%200-.766-.636m-.961%209.394C10.903%2013.016%2014%209.874%2014%207A6%206%200%200%200%202%207c0%202.874%203.097%206.016%204.841%207.558c.668.59%201.65.59%202.318%200M8%202a5%205%200%200%201%205%205c0%201.108-.615%202.395-1.57%203.683c-.934%201.258-2.087%202.377-2.933%203.126a.737.737%200%200%201-.994%200c-.846-.749-2-1.867-2.933-3.126C3.615%209.395%203%208.108%203%207a5%205%200%200%201%205-5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.12%205.164L7.25%208.042L5.854%206.646l-.07-.058a.5.5%200%200%200-.638.765l1.75%201.75l.07.058a.5.5%200%200%200%20.638-.058l3.224-3.233l.058-.07a.5.5%200%200%200-.766-.636m-.961%209.394C10.903%2013.016%2014%209.874%2014%207A6%206%200%200%200%202%207c0%202.874%203.097%206.016%204.841%207.558c.668.59%201.65.59%202.318%200M8%202a5%205%200%200%201%205%205c0%201.108-.615%202.395-1.57%203.683c-.934%201.258-2.087%202.377-2.933%203.126a.737.737%200%200%201-.994%200c-.846-.749-2-1.867-2.933-3.126C3.615%209.395%203%208.108%203%207a5%205%200%200%201%205-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-checkmark-16-regular.svg?color=%231a73e8&size=48