shield-radar from Material Symbols by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
shield-radar
Set
Material Symbols
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the shield radar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 23q-2.5 0-4.25-1.75T11 17t1.75-4.25T17 11t4.25 1.75T23 17q0 .575-.1 1.1t-.3 1.025q-.05-.075-.113-.15t-.137-.15l-1.375-1.4Q21 17.3 21 17.213V17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21h.213q.087 0 .212-.025l1.4 1.375l.15.15q.075.075.15.125q-.5.2-1.025.288T17 23m4.3-1.7q-.3.3-.713.3t-.712-.3l-2.35-2.375Q17.45 18.95 17 19q-.825 0-1.412-.587T15 17t.588-1.412T17 15t1.413.588T19 17q0 .075-.075.525L21.3 19.9q.3.3.3.7t-.3.7M4 11.1V5l8-3l8 3v4.6q-.725-.275-1.475-.437T17 9q-3.35 0-5.675 2.325T9 17q0 1.175.338 2.3t.987 2.1q-2.8-1.325-4.562-4.15T4 11.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShieldRadar(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="M17 23q-2.5 0-4.25-1.75T11 17t1.75-4.25T17 11t4.25 1.75T23 17q0 .575-.1 1.1t-.3 1.025q-.05-.075-.113-.15t-.137-.15l-1.375-1.4Q21 17.3 21 17.213V17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21h.213q.087 0 .212-.025l1.4 1.375l.15.15q.075.075.15.125q-.5.2-1.025.288T17 23m4.3-1.7q-.3.3-.713.3t-.712-.3l-2.35-2.375Q17.45 18.95 17 19q-.825 0-1.412-.587T15 17t.588-1.412T17 15t1.413.588T19 17q0 .075-.075.525L21.3 19.9q.3.3.3.7t-.3.7M4 11.1V5l8-3l8 3v4.6q-.725-.275-1.475-.437T17 9q-3.35 0-5.675 2.325T9 17q0 1.175.338 2.3t.987 2.1q-2.8-1.325-4.562-4.15T4 11.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 23q-2.5 0-4.25-1.75T11 17t1.75-4.25T17 11t4.25 1.75T23 17q0 .575-.1 1.1t-.3 1.025q-.05-.075-.113-.15t-.137-.15l-1.375-1.4Q21 17.3 21 17.213V17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21h.213q.087 0 .212-.025l1.4 1.375l.15.15q.075.075.15.125q-.5.2-1.025.288T17 23m4.3-1.7q-.3.3-.713.3t-.712-.3l-2.35-2.375Q17.45 18.95 17 19q-.825 0-1.412-.587T15 17t.588-1.412T17 15t1.413.588T19 17q0 .075-.075.525L21.3 19.9q.3.3.3.7t-.3.7M4 11.1V5l8-3l8 3v4.6q-.725-.275-1.475-.437T17 9q-3.35 0-5.675 2.325T9 17q0 1.175.338 2.3t.987 2.1q-2.8-1.325-4.562-4.15T4 11.1"/></svg>
</template>

CSS

.icon-shield-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2023q-2.5%200-4.25-1.75T11%2017t1.75-4.25T17%2011t4.25%201.75T23%2017q0%20.575-.1%201.1t-.3%201.025q-.05-.075-.113-.15t-.137-.15l-1.375-1.4Q21%2017.3%2021%2017.213V17q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021h.213q.087%200%20.212-.025l1.4%201.375l.15.15q.075.075.15.125q-.5.2-1.025.288T17%2023m4.3-1.7q-.3.3-.713.3t-.712-.3l-2.35-2.375Q17.45%2018.95%2017%2019q-.825%200-1.412-.587T15%2017t.588-1.412T17%2015t1.413.588T19%2017q0%20.075-.075.525L21.3%2019.9q.3.3.3.7t-.3.7M4%2011.1V5l8-3l8%203v4.6q-.725-.275-1.475-.437T17%209q-3.35%200-5.675%202.325T9%2017q0%201.175.338%202.3t.987%202.1q-2.8-1.325-4.562-4.15T4%2011.1%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%22M17%2023q-2.5%200-4.25-1.75T11%2017t1.75-4.25T17%2011t4.25%201.75T23%2017q0%20.575-.1%201.1t-.3%201.025q-.05-.075-.113-.15t-.137-.15l-1.375-1.4Q21%2017.3%2021%2017.213V17q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021h.213q.087%200%20.212-.025l1.4%201.375l.15.15q.075.075.15.125q-.5.2-1.025.288T17%2023m4.3-1.7q-.3.3-.713.3t-.712-.3l-2.35-2.375Q17.45%2018.95%2017%2019q-.825%200-1.412-.587T15%2017t.588-1.412T17%2015t1.413.588T19%2017q0%20.075-.075.525L21.3%2019.9q.3.3.3.7t-.3.7M4%2011.1V5l8-3l8%203v4.6q-.725-.275-1.475-.437T17%209q-3.35%200-5.675%202.325T9%2017q0%201.175.338%202.3t.987%202.1q-2.8-1.325-4.562-4.15T4%2011.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shield-radar.svg?color=%231a73e8&size=48