radar2 icon
radar2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- radar2
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the radar2 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-linejoin="round" stroke-width="1.5" d="M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 4c1.26-1.67 2-3.75 2-6s-.74-4.33-2-6M4 6c-1.26 1.67-2 3.75-2 6s.74 4.33 2 6m12.8-2.4c.75-1 1.2-2.25 1.2-3.6s-.45-2.6-1.2-3.6m-9.6 0C6.45 9.4 6 10.65 6 12s.45 2.6 1.2 3.6"/></svg>
React
import type { SVGProps } from "react";
export function ReiconRadar2(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" strokeLinejoin="round" strokeWidth="1.5" d="M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 4c1.26-1.67 2-3.75 2-6s-.74-4.33-2-6M4 6c-1.26 1.67-2 3.75-2 6s.74 4.33 2 6m12.8-2.4c.75-1 1.2-2.25 1.2-3.6s-.45-2.6-1.2-3.6m-9.6 0C6.45 9.4 6 10.65 6 12s.45 2.6 1.2 3.6"/></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-linejoin="round" stroke-width="1.5" d="M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 4c1.26-1.67 2-3.75 2-6s-.74-4.33-2-6M4 6c-1.26 1.67-2 3.75-2 6s.74 4.33 2 6m12.8-2.4c.75-1 1.2-2.25 1.2-3.6s-.45-2.6-1.2-3.6m-9.6 0C6.45 9.4 6 10.65 6 12s.45 2.6 1.2 3.6"/></svg> </template>
CSS
.icon-radar2 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%204c1.26-1.67%202-3.75%202-6s-.74-4.33-2-6M4%206c-1.26%201.67-2%203.75-2%206s.74%204.33%202%206m12.8-2.4c.75-1%201.2-2.25%201.2-3.6s-.45-2.6-1.2-3.6m-9.6%200C6.45%209.4%206%2010.65%206%2012s.45%202.6%201.2%203.6%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%204c1.26-1.67%202-3.75%202-6s-.74-4.33-2-6M4%206c-1.26%201.67-2%203.75-2%206s.74%204.33%202%206m12.8-2.4c.75-1%201.2-2.25%201.2-3.6s-.45-2.6-1.2-3.6m-9.6%200C6.45%209.4%206%2010.65%206%2012s.45%202.6%201.2%203.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/radar2.svg?color=%231a73e8&size=48