location not found icon
location-not-found-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- location-not-found-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant 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-checkmark-12-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-off-16-filledlocation-ripple-12-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location not found icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.843 4.559a8.707 8.707 0 0 1 12.514 12.107l-.2.207a434.13 434.13 0 0 1-4.593 4.486a2.25 2.25 0 0 1-3.128 0l-3.85-3.749c-.284-.28-.532-.526-.743-.737a8.707 8.707 0 0 1 0-12.314zm11.253 1.06A7.207 7.207 0 0 0 6.904 15.813L8.6 17.484c.783.765 1.742 1.697 2.879 2.797a.75.75 0 0 0 1.043 0l2.974-2.89a212.31 212.31 0 0 0 1.6-1.579a7.207 7.207 0 0 0 0-10.192zm-2.15 1.994l.084.073a.75.75 0 0 1 .073.976l-.073.084l-1.969 1.97l1.97 1.97a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-1.97-1.97l-1.97 1.97a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084l1.969-1.97l-1.97-1.97a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 9.655l1.97-1.97a.75.75 0 0 1 .976-.072z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationNotFound24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.843 4.559a8.707 8.707 0 0 1 12.514 12.107l-.2.207a434.13 434.13 0 0 1-4.593 4.486a2.25 2.25 0 0 1-3.128 0l-3.85-3.749c-.284-.28-.532-.526-.743-.737a8.707 8.707 0 0 1 0-12.314zm11.253 1.06A7.207 7.207 0 0 0 6.904 15.813L8.6 17.484c.783.765 1.742 1.697 2.879 2.797a.75.75 0 0 0 1.043 0l2.974-2.89a212.31 212.31 0 0 0 1.6-1.579a7.207 7.207 0 0 0 0-10.192zm-2.15 1.994l.084.073a.75.75 0 0 1 .073.976l-.073.084l-1.969 1.97l1.97 1.97a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-1.97-1.97l-1.97 1.97a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084l1.969-1.97l-1.97-1.97a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 9.655l1.97-1.97a.75.75 0 0 1 .976-.072z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.843 4.559a8.707 8.707 0 0 1 12.514 12.107l-.2.207a434.13 434.13 0 0 1-4.593 4.486a2.25 2.25 0 0 1-3.128 0l-3.85-3.749c-.284-.28-.532-.526-.743-.737a8.707 8.707 0 0 1 0-12.314zm11.253 1.06A7.207 7.207 0 0 0 6.904 15.813L8.6 17.484c.783.765 1.742 1.697 2.879 2.797a.75.75 0 0 0 1.043 0l2.974-2.89a212.31 212.31 0 0 0 1.6-1.579a7.207 7.207 0 0 0 0-10.192zm-2.15 1.994l.084.073a.75.75 0 0 1 .073.976l-.073.084l-1.969 1.97l1.97 1.97a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-1.97-1.97l-1.97 1.97a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084l1.969-1.97l-1.97-1.97a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 9.655l1.97-1.97a.75.75 0 0 1 .976-.072z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-location-not-found-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M5.843%204.559a8.707%208.707%200%200%201%2012.514%2012.107l-.2.207a434.13%20434.13%200%200%201-4.593%204.486a2.25%202.25%200%200%201-3.128%200l-3.85-3.749c-.284-.28-.532-.526-.743-.737a8.707%208.707%200%200%201%200-12.314zm11.253%201.06A7.207%207.207%200%200%200%206.904%2015.813L8.6%2017.484c.783.765%201.742%201.697%202.879%202.797a.75.75%200%200%200%201.043%200l2.974-2.89a212.31%20212.31%200%200%200%201.6-1.579a7.207%207.207%200%200%200%200-10.192zm-2.15%201.994l.084.073a.75.75%200%200%201%20.073.976l-.073.084l-1.969%201.97l1.97%201.97a.75.75%200%200%201%20.072.976l-.073.084a.75.75%200%200%201-.976.073l-.084-.073l-1.97-1.97l-1.97%201.97a.75.75%200%200%201-.976.073l-.084-.073a.75.75%200%200%201-.073-.976l.073-.084l1.969-1.97l-1.97-1.97a.75.75%200%200%201-.072-.976l.073-.084a.75.75%200%200%201%20.976-.073l.084.073L12%209.655l1.97-1.97a.75.75%200%200%201%20.976-.072z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2024%2024%22%3E%3Cpath%20d%3D%22M5.843%204.559a8.707%208.707%200%200%201%2012.514%2012.107l-.2.207a434.13%20434.13%200%200%201-4.593%204.486a2.25%202.25%200%200%201-3.128%200l-3.85-3.749c-.284-.28-.532-.526-.743-.737a8.707%208.707%200%200%201%200-12.314zm11.253%201.06A7.207%207.207%200%200%200%206.904%2015.813L8.6%2017.484c.783.765%201.742%201.697%202.879%202.797a.75.75%200%200%200%201.043%200l2.974-2.89a212.31%20212.31%200%200%200%201.6-1.579a7.207%207.207%200%200%200%200-10.192zm-2.15%201.994l.084.073a.75.75%200%200%201%20.073.976l-.073.084l-1.969%201.97l1.97%201.97a.75.75%200%200%201%20.072.976l-.073.084a.75.75%200%200%201-.976.073l-.084-.073l-1.97-1.97l-1.97%201.97a.75.75%200%200%201-.976.073l-.084-.073a.75.75%200%200%201-.073-.976l.073-.084l1.969-1.97l-1.97-1.97a.75.75%200%200%201-.072-.976l.073-.084a.75.75%200%200%201%20.976-.073l.084.073L12%209.655l1.97-1.97a.75.75%200%200%201%20.976-.072z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-not-found-24-regular.svg?color=%231a73e8&size=48