radar icon
radar from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- radar
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
radarBootstrap IconsradarBoxIcons v2radar-20-filledFluent UI System IconsradarIconParkradarIconPark OutlineradarLucideradarMaterial SymbolsradarMaterial Symbols LightradarMaterial Design Iconsradar-fillMingCute Iconradar-fillRemix IconradarSimple Iconsradar-boldSolarradarTabler IconsradarTDesign Icons
More tools icons from Carbon
Use the radar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L15.293 15.293a1 1 0 0 0 1.414 1.414l4.18-4.18A5.996 5.996 0 1 1 16 10V8a8.011 8.011 0 1 0 6.316 3.098l2.847-2.847A11.88 11.88 0 0 1 28 16A12 12 0 1 1 16 4V2a14 14 0 1 0 14 14a13.86 13.86 0 0 0-3.422-9.164Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRadar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L15.293 15.293a1 1 0 0 0 1.414 1.414l4.18-4.18A5.996 5.996 0 1 1 16 10V8a8.011 8.011 0 1 0 6.316 3.098l2.847-2.847A11.88 11.88 0 0 1 28 16A12 12 0 1 1 16 4V2a14 14 0 1 0 14 14a13.86 13.86 0 0 0-3.422-9.164Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L15.293 15.293a1 1 0 0 0 1.414 1.414l4.18-4.18A5.996 5.996 0 1 1 16 10V8a8.011 8.011 0 1 0 6.316 3.098l2.847-2.847A11.88 11.88 0 0 1 28 16A12 12 0 1 1 16 4V2a14 14 0 1 0 14 14a13.86 13.86 0 0 0-3.422-9.164Z"/></svg> </template>
CSS
.icon-radar {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L15.293%2015.293a1%201%200%200%200%201.414%201.414l4.18-4.18A5.996%205.996%200%201%201%2016%2010V8a8.011%208.011%200%201%200%206.316%203.098l2.847-2.847A11.88%2011.88%200%200%201%2028%2016A12%2012%200%201%201%2016%204V2a14%2014%200%201%200%2014%2014a13.86%2013.86%200%200%200-3.422-9.164Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L15.293%2015.293a1%201%200%200%200%201.414%201.414l4.18-4.18A5.996%205.996%200%201%201%2016%2010V8a8.011%208.011%200%201%200%206.316%203.098l2.847-2.847A11.88%2011.88%200%200%201%2028%2016A12%2012%200%201%201%2016%204V2a14%2014%200%201%200%2014%2014a13.86%2013.86%200%200%200-3.422-9.164Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/radar.svg?color=%231a73e8&size=48