shield radar icon
shield-radar-outline-rounded from Material Symbols by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- shield-radar-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M4 6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v1.7q0 .425-.288.713T19 9.075t-.712-.287T18 8.075v-1.7l-6-2.25l-6 2.25V11.1q0 2 .8 3.863t2.275 3.212q.3.275.325.7t-.25.725t-.687.313t-.713-.263Q5.975 18 4.988 15.763T4 11.1zM21.3 21.3q-.3.3-.712.3t-.713-.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.7M11 17q0-2.5 1.75-4.25T17 11t4.25 1.75T23 17q0 .425-.288.713T22 18t-.712-.288T21 17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21q.425 0 .713.288T18 22t-.288.713T17 23q-2.5 0-4.25-1.75T11 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShieldRadarOutlineRounded(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="M4 6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v1.7q0 .425-.288.713T19 9.075t-.712-.287T18 8.075v-1.7l-6-2.25l-6 2.25V11.1q0 2 .8 3.863t2.275 3.212q.3.275.325.7t-.25.725t-.687.313t-.713-.263Q5.975 18 4.988 15.763T4 11.1zM21.3 21.3q-.3.3-.712.3t-.713-.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.7M11 17q0-2.5 1.75-4.25T17 11t4.25 1.75T23 17q0 .425-.288.713T22 18t-.712-.288T21 17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21q.425 0 .713.288T18 22t-.288.713T17 23q-2.5 0-4.25-1.75T11 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v1.7q0 .425-.288.713T19 9.075t-.712-.287T18 8.075v-1.7l-6-2.25l-6 2.25V11.1q0 2 .8 3.863t2.275 3.212q.3.275.325.7t-.25.725t-.687.313t-.713-.263Q5.975 18 4.988 15.763T4 11.1zM21.3 21.3q-.3.3-.712.3t-.713-.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.7M11 17q0-2.5 1.75-4.25T17 11t4.25 1.75T23 17q0 .425-.288.713T22 18t-.712-.288T21 17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21q.425 0 .713.288T18 22t-.288.713T17 23q-2.5 0-4.25-1.75T11 17"/></svg> </template>
CSS
.icon-shield-radar-outline-rounded {
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%22M4%206.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375v1.7q0%20.425-.288.713T19%209.075t-.712-.287T18%208.075v-1.7l-6-2.25l-6%202.25V11.1q0%202%20.8%203.863t2.275%203.212q.3.275.325.7t-.25.725t-.687.313t-.713-.263Q5.975%2018%204.988%2015.763T4%2011.1zM21.3%2021.3q-.3.3-.712.3t-.713-.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.7M11%2017q0-2.5%201.75-4.25T17%2011t4.25%201.75T23%2017q0%20.425-.288.713T22%2018t-.712-.288T21%2017q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021q.425%200%20.713.288T18%2022t-.288.713T17%2023q-2.5%200-4.25-1.75T11%2017%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%22M4%206.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375v1.7q0%20.425-.288.713T19%209.075t-.712-.287T18%208.075v-1.7l-6-2.25l-6%202.25V11.1q0%202%20.8%203.863t2.275%203.212q.3.275.325.7t-.25.725t-.687.313t-.713-.263Q5.975%2018%204.988%2015.763T4%2011.1zM21.3%2021.3q-.3.3-.712.3t-.713-.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.7M11%2017q0-2.5%201.75-4.25T17%2011t4.25%201.75T23%2017q0%20.425-.288.713T22%2018t-.712-.288T21%2017q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021q.425%200%20.713.288T18%2022t-.288.713T17%2023q-2.5%200-4.25-1.75T11%2017%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-outline-rounded.svg?color=%231a73e8&size=48