shield radar icon
shield-radar-sharp from Material Symbols by Google · Sharp · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- shield-radar-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tip
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.025l-1.625-1.7Q21 17.3 21 17.212V17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21h.213q.087 0 .212-.025l1.675 1.65q-.5.2-1.025.288T17 23m-1.412-7.413Q16.175 15 17 15t1.413.588T19 17q0 .075-.075.525L22 20.6L20.575 22l-3.05-3.075Q17.45 18.95 17 19q-.825 0-1.412-.588T15 17t.588-1.412M4 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 MaterialSymbolsShieldRadarSharp(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.025l-1.625-1.7Q21 17.3 21 17.212V17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21h.213q.087 0 .212-.025l1.675 1.65q-.5.2-1.025.288T17 23m-1.412-7.413Q16.175 15 17 15t1.413.588T19 17q0 .075-.075.525L22 20.6L20.575 22l-3.05-3.075Q17.45 18.95 17 19q-.825 0-1.412-.588T15 17t.588-1.412M4 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.025l-1.625-1.7Q21 17.3 21 17.212V17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21h.213q.087 0 .212-.025l1.675 1.65q-.5.2-1.025.288T17 23m-1.412-7.413Q16.175 15 17 15t1.413.588T19 17q0 .075-.075.525L22 20.6L20.575 22l-3.05-3.075Q17.45 18.95 17 19q-.825 0-1.412-.588T15 17t.588-1.412M4 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-sharp {
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.025l-1.625-1.7Q21%2017.3%2021%2017.212V17q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021h.213q.087%200%20.212-.025l1.675%201.65q-.5.2-1.025.288T17%2023m-1.412-7.413Q16.175%2015%2017%2015t1.413.588T19%2017q0%20.075-.075.525L22%2020.6L20.575%2022l-3.05-3.075Q17.45%2018.95%2017%2019q-.825%200-1.412-.588T15%2017t.588-1.412M4%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.025l-1.625-1.7Q21%2017.3%2021%2017.212V17q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021h.213q.087%200%20.212-.025l1.675%201.65q-.5.2-1.025.288T17%2023m-1.412-7.413Q16.175%2015%2017%2015t1.413.588T19%2017q0%20.075-.075.525L22%2020.6L20.575%2022l-3.05-3.075Q17.45%2018.95%2017%2019q-.825%200-1.412-.588T15%2017t.588-1.412M4%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-sharp.svg?color=%231a73e8&size=48