location target square icon
location-target-square-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- location-target-square-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
7 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-checkmark-12-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-not-found-24-filledlocation-off-16-filledlocation-ripple-12-filledlocation-settings-20-filled
Use the location target square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5zM16 8a1 1 0 0 0-1 1v1.083A6.005 6.005 0 0 0 10.083 15H9a1 1 0 1 0 0 2h1.083A6.005 6.005 0 0 0 15 21.917V23a1 1 0 1 0 2 0v-1.083A6.005 6.005 0 0 0 21.917 17H23a1 1 0 1 0 0-2h-1.083A6.005 6.005 0 0 0 17 10.083V9a1 1 0 0 0-1-1m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 6a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationTargetSquare32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5zM16 8a1 1 0 0 0-1 1v1.083A6.005 6.005 0 0 0 10.083 15H9a1 1 0 1 0 0 2h1.083A6.005 6.005 0 0 0 15 21.917V23a1 1 0 1 0 2 0v-1.083A6.005 6.005 0 0 0 21.917 17H23a1 1 0 1 0 0-2h-1.083A6.005 6.005 0 0 0 17 10.083V9a1 1 0 0 0-1-1m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 6a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5zM16 8a1 1 0 0 0-1 1v1.083A6.005 6.005 0 0 0 10.083 15H9a1 1 0 1 0 0 2h1.083A6.005 6.005 0 0 0 15 21.917V23a1 1 0 1 0 2 0v-1.083A6.005 6.005 0 0 0 21.917 17H23a1 1 0 1 0 0-2h-1.083A6.005 6.005 0 0 0 17 10.083V9a1 1 0 0 0-1-1m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 6a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg> </template>
CSS
.icon-location-target-square-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5zM16%208a1%201%200%200%200-1%201v1.083A6.005%206.005%200%200%200%2010.083%2015H9a1%201%200%201%200%200%202h1.083A6.005%206.005%200%200%200%2015%2021.917V23a1%201%200%201%200%202%200v-1.083A6.005%206.005%200%200%200%2021.917%2017H23a1%201%200%201%200%200-2h-1.083A6.005%206.005%200%200%200%2017%2010.083V9a1%201%200%200%200-1-1m0%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m0%206a2%202%200%201%201%200-4a2%202%200%200%201%200%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5zM16%208a1%201%200%200%200-1%201v1.083A6.005%206.005%200%200%200%2010.083%2015H9a1%201%200%201%200%200%202h1.083A6.005%206.005%200%200%200%2015%2021.917V23a1%201%200%201%200%202%200v-1.083A6.005%206.005%200%200%200%2021.917%2017H23a1%201%200%201%200%200-2h-1.083A6.005%206.005%200%200%200%2017%2010.083V9a1%201%200%200%200-1-1m0%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m0%206a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-target-square-32-filled.svg?color=%231a73e8&size=48