radar 2 icon
radar-2-linear from Solar by 480 Design · Linear · Map · CC-BY-4.0 Attribution required.
- Name
- radar-2-linear
- Set
- Solar
- Style
- Linear
- Category
- Map
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More map icons from Solar
branching-paths-down-boldbranching-paths-up-boldcompass-big-boldcompass-boldcompass-square-boldglobal-boldglobe-boldgps-boldmap-arrow-down-boldmap-arrow-left-boldmap-arrow-right-boldmap-arrow-square-boldmap-arrow-up-boldmap-boldmap-point-add-boldmap-point-boldmap-point-favorite-boldmap-point-hospital-boldmap-point-remove-boldmap-point-rotate-boldmap-point-school-boldmap-point-search-boldmap-point-wave-boldpeople-nearby-bold
Use the radar 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M12 11.9996L5.00197 6.33546C4.57285 5.98813 3.93869 6.05182 3.63599 6.5135C3.06678 7.38163 2.62413 8.35389 2.34078 9.41136C0.911364 14.746 4.07719 20.2294 9.41185 21.6588C14.7465 23.0882 20.2299 19.9224 21.6593 14.5877C23.0887 9.25308 19.9229 3.76971 14.5882 2.34029C11.9556 1.63489 9.28684 2.04857 7.0869 3.28972M7.36918 8.18416C6.51383 9.22115 6.00004 10.5503 6.00004 11.9996C6.00004 15.3133 8.68633 17.9996 12 17.9996C15.3137 17.9996 18 15.3133 18 11.9996C18 8.68584 15.3137 5.99955 12 5.99955C11.337 5.99955 10.6991 6.10709 10.1029 6.30568"/></svg>
React
import type { SVGProps } from "react";
export function SolarRadar2Linear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M12 11.9996L5.00197 6.33546C4.57285 5.98813 3.93869 6.05182 3.63599 6.5135C3.06678 7.38163 2.62413 8.35389 2.34078 9.41136C0.911364 14.746 4.07719 20.2294 9.41185 21.6588C14.7465 23.0882 20.2299 19.9224 21.6593 14.5877C23.0887 9.25308 19.9229 3.76971 14.5882 2.34029C11.9556 1.63489 9.28684 2.04857 7.0869 3.28972M7.36918 8.18416C6.51383 9.22115 6.00004 10.5503 6.00004 11.9996C6.00004 15.3133 8.68633 17.9996 12 17.9996C15.3137 17.9996 18 15.3133 18 11.9996C18 8.68584 15.3137 5.99955 12 5.99955C11.337 5.99955 10.6991 6.10709 10.1029 6.30568"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M12 11.9996L5.00197 6.33546C4.57285 5.98813 3.93869 6.05182 3.63599 6.5135C3.06678 7.38163 2.62413 8.35389 2.34078 9.41136C0.911364 14.746 4.07719 20.2294 9.41185 21.6588C14.7465 23.0882 20.2299 19.9224 21.6593 14.5877C23.0887 9.25308 19.9229 3.76971 14.5882 2.34029C11.9556 1.63489 9.28684 2.04857 7.0869 3.28972M7.36918 8.18416C6.51383 9.22115 6.00004 10.5503 6.00004 11.9996C6.00004 15.3133 8.68633 17.9996 12 17.9996C15.3137 17.9996 18 15.3133 18 11.9996C18 8.68584 15.3137 5.99955 12 5.99955C11.337 5.99955 10.6991 6.10709 10.1029 6.30568"/></svg> </template>
CSS
.icon-radar-2-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2011.9996L5.00197%206.33546C4.57285%205.98813%203.93869%206.05182%203.63599%206.5135C3.06678%207.38163%202.62413%208.35389%202.34078%209.41136C0.911364%2014.746%204.07719%2020.2294%209.41185%2021.6588C14.7465%2023.0882%2020.2299%2019.9224%2021.6593%2014.5877C23.0887%209.25308%2019.9229%203.76971%2014.5882%202.34029C11.9556%201.63489%209.28684%202.04857%207.0869%203.28972M7.36918%208.18416C6.51383%209.22115%206.00004%2010.5503%206.00004%2011.9996C6.00004%2015.3133%208.68633%2017.9996%2012%2017.9996C15.3137%2017.9996%2018%2015.3133%2018%2011.9996C18%208.68584%2015.3137%205.99955%2012%205.99955C11.337%205.99955%2010.6991%206.10709%2010.1029%206.30568%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2011.9996L5.00197%206.33546C4.57285%205.98813%203.93869%206.05182%203.63599%206.5135C3.06678%207.38163%202.62413%208.35389%202.34078%209.41136C0.911364%2014.746%204.07719%2020.2294%209.41185%2021.6588C14.7465%2023.0882%2020.2299%2019.9224%2021.6593%2014.5877C23.0887%209.25308%2019.9229%203.76971%2014.5882%202.34029C11.9556%201.63489%209.28684%202.04857%207.0869%203.28972M7.36918%208.18416C6.51383%209.22115%206.00004%2010.5503%206.00004%2011.9996C6.00004%2015.3133%208.68633%2017.9996%2012%2017.9996C15.3137%2017.9996%2018%2015.3133%2018%2011.9996C18%208.68584%2015.3137%205.99955%2012%205.99955C11.337%205.99955%2010.6991%206.10709%2010.1029%206.30568%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/radar-2-linear.svg?color=%231a73e8&size=48