map aiming icon
map-aiming from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- map-aiming
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the map aiming icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10"/><path d="M17.556 12a5.556 5.556 0 1 1-11.111 0a5.556 5.556 0 0 1 11.11 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17.556 12A5.556 5.556 0 0 1 12 17.555M17.556 12A5.556 5.556 0 0 0 12 6.444M17.556 12h1.11M12 17.555A5.556 5.556 0 0 1 6.445 12M12 17.555v1.111M6.445 12A5.556 5.556 0 0 1 12 6.444M6.445 12H5.333M12 6.444V5.333M13.111 12a1.111 1.111 0 1 1-2.222 0a1.111 1.111 0 0 1 2.222 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignMapAiming(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10"/><path d="M17.556 12a5.556 5.556 0 1 1-11.111 0a5.556 5.556 0 0 1 11.11 0"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M17.556 12A5.556 5.556 0 0 1 12 17.555M17.556 12A5.556 5.556 0 0 0 12 6.444M17.556 12h1.11M12 17.555A5.556 5.556 0 0 1 6.445 12M12 17.555v1.111M6.445 12A5.556 5.556 0 0 1 12 6.444M6.445 12H5.333M12 6.444V5.333M13.111 12a1.111 1.111 0 1 1-2.222 0a1.111 1.111 0 0 1 2.222 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10"/><path d="M17.556 12a5.556 5.556 0 1 1-11.111 0a5.556 5.556 0 0 1 11.11 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17.556 12A5.556 5.556 0 0 1 12 17.555M17.556 12A5.556 5.556 0 0 0 12 6.444M17.556 12h1.11M12 17.555A5.556 5.556 0 0 1 6.445 12M12 17.555v1.111M6.445 12A5.556 5.556 0 0 1 12 6.444M6.445 12H5.333M12 6.444V5.333M13.111 12a1.111 1.111 0 1 1-2.222 0a1.111 1.111 0 0 1 2.222 0Z"/></g></svg> </template>
CSS
.icon-map-aiming {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20d%3D%22M17.556%2012a5.556%205.556%200%201%201-11.111%200a5.556%205.556%200%200%201%2011.11%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17.556%2012A5.556%205.556%200%200%201%2012%2017.555M17.556%2012A5.556%205.556%200%200%200%2012%206.444M17.556%2012h1.11M12%2017.555A5.556%205.556%200%200%201%206.445%2012M12%2017.555v1.111M6.445%2012A5.556%205.556%200%200%201%2012%206.444M6.445%2012H5.333M12%206.444V5.333M13.111%2012a1.111%201.111%200%201%201-2.222%200a1.111%201.111%200%200%201%202.222%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20d%3D%22M17.556%2012a5.556%205.556%200%201%201-11.111%200a5.556%205.556%200%200%201%2011.11%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17.556%2012A5.556%205.556%200%200%201%2012%2017.555M17.556%2012A5.556%205.556%200%200%200%2012%206.444M17.556%2012h1.11M12%2017.555A5.556%205.556%200%200%201%206.445%2012M12%2017.555v1.111M6.445%2012A5.556%205.556%200%200%201%2012%206.444M6.445%2012H5.333M12%206.444V5.333M13.111%2012a1.111%201.111%200%201%201-2.222%200a1.111%201.111%200%200%201%202.222%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/map-aiming.svg?color=%231a73e8&size=48