radar icon
radar from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- radar
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the radar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.634 1.135A7 7 0 0 1 15 8a.5.5 0 0 1-1 0a6 6 0 1 0-6.5 5.98v-1.005A5 5 0 1 1 13 8a.5.5 0 0 1-1 0a4 4 0 1 0-4.5 3.969v-1.011A2.999 2.999 0 1 1 11 8a.5.5 0 0 1-1 0a2 2 0 1 0-2.5 1.936v-1.07a1 1 0 1 1 1 0V15.5a.5.5 0 0 1-1 0v-.518a7 7 0 0 1-.866-13.847"/></svg>
React
import type { SVGProps } from "react";
export function BiRadar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.634 1.135A7 7 0 0 1 15 8a.5.5 0 0 1-1 0a6 6 0 1 0-6.5 5.98v-1.005A5 5 0 1 1 13 8a.5.5 0 0 1-1 0a4 4 0 1 0-4.5 3.969v-1.011A2.999 2.999 0 1 1 11 8a.5.5 0 0 1-1 0a2 2 0 1 0-2.5 1.936v-1.07a1 1 0 1 1 1 0V15.5a.5.5 0 0 1-1 0v-.518a7 7 0 0 1-.866-13.847"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.634 1.135A7 7 0 0 1 15 8a.5.5 0 0 1-1 0a6 6 0 1 0-6.5 5.98v-1.005A5 5 0 1 1 13 8a.5.5 0 0 1-1 0a4 4 0 1 0-4.5 3.969v-1.011A2.999 2.999 0 1 1 11 8a.5.5 0 0 1-1 0a2 2 0 1 0-2.5 1.936v-1.07a1 1 0 1 1 1 0V15.5a.5.5 0 0 1-1 0v-.518a7 7 0 0 1-.866-13.847"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.634%201.135A7%207%200%200%201%2015%208a.5.5%200%200%201-1%200a6%206%200%201%200-6.5%205.98v-1.005A5%205%200%201%201%2013%208a.5.5%200%200%201-1%200a4%204%200%201%200-4.5%203.969v-1.011A2.999%202.999%200%201%201%2011%208a.5.5%200%200%201-1%200a2%202%200%201%200-2.5%201.936v-1.07a1%201%200%201%201%201%200V15.5a.5.5%200%200%201-1%200v-.518a7%207%200%200%201-.866-13.847%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.634%201.135A7%207%200%200%201%2015%208a.5.5%200%200%201-1%200a6%206%200%201%200-6.5%205.98v-1.005A5%205%200%201%201%2013%208a.5.5%200%200%201-1%200a4%204%200%201%200-4.5%203.969v-1.011A2.999%202.999%200%201%201%2011%208a.5.5%200%200%201-1%200a2%202%200%201%200-2.5%201.936v-1.07a1%201%200%201%201%201%200V15.5a.5.5%200%200%201-1%200v-.518a7%207%200%200%201-.866-13.847%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/radar.svg?color=%231a73e8&size=48