radar4 icon
radar4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- radar4-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the radar4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 14.381a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76M20 18.75a.75.75 0 0 1-.6-1.2A9.17 9.17 0 0 0 21.25 12c0-2.02-.64-3.94-1.85-5.55a.75.75 0 0 1 1.2-.9c1.41 1.87 2.15 4.1 2.15 6.45s-.74 4.58-2.15 6.45c-.15.2-.37.3-.6.3m-16 0c-.23 0-.45-.1-.6-.3c-1.41-1.87-2.15-4.1-2.15-6.45s.74-4.58 2.15-6.45a.75.75 0 0 1 1.2.9A9.17 9.17 0 0 0 2.75 12c0 2.02.64 3.94 1.85 5.55a.75.75 0 0 1-.6 1.2m12.801-2.401a.75.75 0 0 1-.6-1.2c.69-.91 1.05-2 1.05-3.15s-.36-2.24-1.05-3.15a.75.75 0 0 1 1.2-.9a6.73 6.73 0 0 1 1.35 4.05c0 1.47-.47 2.88-1.35 4.05c-.15.2-.37.3-.6.3m-9.601 0c-.23 0-.45-.1-.6-.3a6.7 6.7 0 0 1-1.35-4.05c0-1.47.47-2.88 1.35-4.05a.75.75 0 0 1 1.2.9c-.69.91-1.05 2-1.05 3.15s.36 2.24 1.05 3.15a.75.75 0 0 1-.6 1.2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconRadar4Filled(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="M12.001 14.381a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76M20 18.75a.75.75 0 0 1-.6-1.2A9.17 9.17 0 0 0 21.25 12c0-2.02-.64-3.94-1.85-5.55a.75.75 0 0 1 1.2-.9c1.41 1.87 2.15 4.1 2.15 6.45s-.74 4.58-2.15 6.45c-.15.2-.37.3-.6.3m-16 0c-.23 0-.45-.1-.6-.3c-1.41-1.87-2.15-4.1-2.15-6.45s.74-4.58 2.15-6.45a.75.75 0 0 1 1.2.9A9.17 9.17 0 0 0 2.75 12c0 2.02.64 3.94 1.85 5.55a.75.75 0 0 1-.6 1.2m12.801-2.401a.75.75 0 0 1-.6-1.2c.69-.91 1.05-2 1.05-3.15s-.36-2.24-1.05-3.15a.75.75 0 0 1 1.2-.9a6.73 6.73 0 0 1 1.35 4.05c0 1.47-.47 2.88-1.35 4.05c-.15.2-.37.3-.6.3m-9.601 0c-.23 0-.45-.1-.6-.3a6.7 6.7 0 0 1-1.35-4.05c0-1.47.47-2.88 1.35-4.05a.75.75 0 0 1 1.2.9c-.69.91-1.05 2-1.05 3.15s.36 2.24 1.05 3.15a.75.75 0 0 1-.6 1.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 14.381a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76M20 18.75a.75.75 0 0 1-.6-1.2A9.17 9.17 0 0 0 21.25 12c0-2.02-.64-3.94-1.85-5.55a.75.75 0 0 1 1.2-.9c1.41 1.87 2.15 4.1 2.15 6.45s-.74 4.58-2.15 6.45c-.15.2-.37.3-.6.3m-16 0c-.23 0-.45-.1-.6-.3c-1.41-1.87-2.15-4.1-2.15-6.45s.74-4.58 2.15-6.45a.75.75 0 0 1 1.2.9A9.17 9.17 0 0 0 2.75 12c0 2.02.64 3.94 1.85 5.55a.75.75 0 0 1-.6 1.2m12.801-2.401a.75.75 0 0 1-.6-1.2c.69-.91 1.05-2 1.05-3.15s-.36-2.24-1.05-3.15a.75.75 0 0 1 1.2-.9a6.73 6.73 0 0 1 1.35 4.05c0 1.47-.47 2.88-1.35 4.05c-.15.2-.37.3-.6.3m-9.601 0c-.23 0-.45-.1-.6-.3a6.7 6.7 0 0 1-1.35-4.05c0-1.47.47-2.88 1.35-4.05a.75.75 0 0 1 1.2.9c-.69.91-1.05 2-1.05 3.15s.36 2.24 1.05 3.15a.75.75 0 0 1-.6 1.2"/></svg> </template>
CSS
.icon-radar4-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.001%2014.381a2.38%202.38%200%201%200%200-4.76a2.38%202.38%200%200%200%200%204.76M20%2018.75a.75.75%200%200%201-.6-1.2A9.17%209.17%200%200%200%2021.25%2012c0-2.02-.64-3.94-1.85-5.55a.75.75%200%200%201%201.2-.9c1.41%201.87%202.15%204.1%202.15%206.45s-.74%204.58-2.15%206.45c-.15.2-.37.3-.6.3m-16%200c-.23%200-.45-.1-.6-.3c-1.41-1.87-2.15-4.1-2.15-6.45s.74-4.58%202.15-6.45a.75.75%200%200%201%201.2.9A9.17%209.17%200%200%200%202.75%2012c0%202.02.64%203.94%201.85%205.55a.75.75%200%200%201-.6%201.2m12.801-2.401a.75.75%200%200%201-.6-1.2c.69-.91%201.05-2%201.05-3.15s-.36-2.24-1.05-3.15a.75.75%200%200%201%201.2-.9a6.73%206.73%200%200%201%201.35%204.05c0%201.47-.47%202.88-1.35%204.05c-.15.2-.37.3-.6.3m-9.601%200c-.23%200-.45-.1-.6-.3a6.7%206.7%200%200%201-1.35-4.05c0-1.47.47-2.88%201.35-4.05a.75.75%200%200%201%201.2.9c-.69.91-1.05%202-1.05%203.15s.36%202.24%201.05%203.15a.75.75%200%200%201-.6%201.2%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%22M12.001%2014.381a2.38%202.38%200%201%200%200-4.76a2.38%202.38%200%200%200%200%204.76M20%2018.75a.75.75%200%200%201-.6-1.2A9.17%209.17%200%200%200%2021.25%2012c0-2.02-.64-3.94-1.85-5.55a.75.75%200%200%201%201.2-.9c1.41%201.87%202.15%204.1%202.15%206.45s-.74%204.58-2.15%206.45c-.15.2-.37.3-.6.3m-16%200c-.23%200-.45-.1-.6-.3c-1.41-1.87-2.15-4.1-2.15-6.45s.74-4.58%202.15-6.45a.75.75%200%200%201%201.2.9A9.17%209.17%200%200%200%202.75%2012c0%202.02.64%203.94%201.85%205.55a.75.75%200%200%201-.6%201.2m12.801-2.401a.75.75%200%200%201-.6-1.2c.69-.91%201.05-2%201.05-3.15s-.36-2.24-1.05-3.15a.75.75%200%200%201%201.2-.9a6.73%206.73%200%200%201%201.35%204.05c0%201.47-.47%202.88-1.35%204.05c-.15.2-.37.3-.6.3m-9.601%200c-.23%200-.45-.1-.6-.3a6.7%206.7%200%200%201-1.35-4.05c0-1.47.47-2.88%201.35-4.05a.75.75%200%200%201%201.2.9c-.69.91-1.05%202-1.05%203.15s.36%202.24%201.05%203.15a.75.75%200%200%201-.6%201.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/radar4-filled.svg?color=%231a73e8&size=48