crosshairs question icon
crosshairs-question from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.
- Name
- crosshairs-question
- Set
- Material Design Icons
- Style
- Filled
- Category
- Geographic Information System
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- crosshairs-unknown, gps-unknown
More geographic information system icons from Material Design Icons
Use the crosshairs question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.05 13H1v-2h2.05C3.5 6.83 6.83 3.5 11 3.05V1h2v2.05c4.17.45 7.5 3.78 7.95 7.95H23v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V23h-2v-2.05C6.83 20.5 3.5 17.17 3.05 13M12 5c-3.87 0-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7s-3.13-7-7-7m-.87 12.25h1.75V15.5h-1.75zM12 6.75c-1.93 0-3.5 1.57-3.5 3.5h1.75c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75c0 1.75-2.62 1.53-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38c0-1.93-1.57-3.5-3.5-3.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiCrosshairsQuestion(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.05 13H1v-2h2.05C3.5 6.83 6.83 3.5 11 3.05V1h2v2.05c4.17.45 7.5 3.78 7.95 7.95H23v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V23h-2v-2.05C6.83 20.5 3.5 17.17 3.05 13M12 5c-3.87 0-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7s-3.13-7-7-7m-.87 12.25h1.75V15.5h-1.75zM12 6.75c-1.93 0-3.5 1.57-3.5 3.5h1.75c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75c0 1.75-2.62 1.53-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38c0-1.93-1.57-3.5-3.5-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.05 13H1v-2h2.05C3.5 6.83 6.83 3.5 11 3.05V1h2v2.05c4.17.45 7.5 3.78 7.95 7.95H23v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V23h-2v-2.05C6.83 20.5 3.5 17.17 3.05 13M12 5c-3.87 0-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7s-3.13-7-7-7m-.87 12.25h1.75V15.5h-1.75zM12 6.75c-1.93 0-3.5 1.57-3.5 3.5h1.75c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75c0 1.75-2.62 1.53-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38c0-1.93-1.57-3.5-3.5-3.5"/></svg> </template>
CSS
.icon-crosshairs-question {
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%20fill%3D%22currentColor%22%20d%3D%22M3.05%2013H1v-2h2.05C3.5%206.83%206.83%203.5%2011%203.05V1h2v2.05c4.17.45%207.5%203.78%207.95%207.95H23v2h-2.05c-.45%204.17-3.78%207.5-7.95%207.95V23h-2v-2.05C6.83%2020.5%203.5%2017.17%203.05%2013M12%205c-3.87%200-7%203.13-7%207s3.13%207%207%207s7-3.13%207-7s-3.13-7-7-7m-.87%2012.25h1.75V15.5h-1.75zM12%206.75c-1.93%200-3.5%201.57-3.5%203.5h1.75c0-.97.78-1.75%201.75-1.75s1.75.78%201.75%201.75c0%201.75-2.62%201.53-2.62%204.38h1.75c0-1.97%202.62-2.19%202.62-4.38c0-1.93-1.57-3.5-3.5-3.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.05%2013H1v-2h2.05C3.5%206.83%206.83%203.5%2011%203.05V1h2v2.05c4.17.45%207.5%203.78%207.95%207.95H23v2h-2.05c-.45%204.17-3.78%207.5-7.95%207.95V23h-2v-2.05C6.83%2020.5%203.5%2017.17%203.05%2013M12%205c-3.87%200-7%203.13-7%207s3.13%207%207%207s7-3.13%207-7s-3.13-7-7-7m-.87%2012.25h1.75V15.5h-1.75zM12%206.75c-1.93%200-3.5%201.57-3.5%203.5h1.75c0-.97.78-1.75%201.75-1.75s1.75.78%201.75%201.75c0%201.75-2.62%201.53-2.62%204.38h1.75c0-1.97%202.62-2.19%202.62-4.38c0-1.93-1.57-3.5-3.5-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/crosshairs-question.svg?color=%231a73e8&size=48