shield radar icon
shield-radar-outline-rounded from Material Symbols Light by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- shield-radar-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
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="M5 6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v2.374q0 .212-.144.356t-.357.143t-.356-.143T18 9.19V6.799q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.289.96 4.222t2.73 3.334q.166.14.181.335q.016.194-.125.359q-.14.166-.341.178t-.366-.128q-1.91-1.477-2.974-3.676T5 11.1zM20.589 20.59q-.166.165-.357.165t-.357-.166l-2.311-2.317q-.081.044-.564.133q-.579 0-.991-.412q-.413-.411-.413-.989t.412-.993t.989-.414t.993.413t.414.991q0 .08-.133.564l2.317 2.317q.166.165.166.354t-.166.354M12 17.005q0-2.082 1.457-3.543T16.996 12t3.543 1.458T22 17q0 .213-.144.356t-.357.144t-.356-.144T21 17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21q.214 0 .357.144t.143.357t-.144.356T17 22q-2.083 0-3.542-1.457T12 17.005"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShieldRadarOutlineRounded(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="M5 6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v2.374q0 .212-.144.356t-.357.143t-.356-.143T18 9.19V6.799q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.289.96 4.222t2.73 3.334q.166.14.181.335q.016.194-.125.359q-.14.166-.341.178t-.366-.128q-1.91-1.477-2.974-3.676T5 11.1zM20.589 20.59q-.166.165-.357.165t-.357-.166l-2.311-2.317q-.081.044-.564.133q-.579 0-.991-.412q-.413-.411-.413-.989t.412-.993t.989-.414t.993.413t.414.991q0 .08-.133.564l2.317 2.317q.166.165.166.354t-.166.354M12 17.005q0-2.082 1.457-3.543T16.996 12t3.543 1.458T22 17q0 .213-.144.356t-.357.144t-.356-.144T21 17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21q.214 0 .357.144t.143.357t-.144.356T17 22q-2.083 0-3.542-1.457T12 17.005"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v2.374q0 .212-.144.356t-.357.143t-.356-.143T18 9.19V6.799q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.289.96 4.222t2.73 3.334q.166.14.181.335q.016.194-.125.359q-.14.166-.341.178t-.366-.128q-1.91-1.477-2.974-3.676T5 11.1zM20.589 20.59q-.166.165-.357.165t-.357-.166l-2.311-2.317q-.081.044-.564.133q-.579 0-.991-.412q-.413-.411-.413-.989t.412-.993t.989-.414t.993.413t.414.991q0 .08-.133.564l2.317 2.317q.166.165.166.354t-.166.354M12 17.005q0-2.082 1.457-3.543T16.996 12t3.543 1.458T22 17q0 .213-.144.356t-.357.144t-.356-.144T21 17q0-1.65-1.175-2.825T17 13t-2.825 1.175T13 17t1.175 2.825T17 21q.214 0 .357.144t.143.357t-.144.356T17 22q-2.083 0-3.542-1.457T12 17.005"/></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%22M5%206.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.464.186.757.597q.293.412.293.926v2.374q0%20.212-.144.356t-.357.143t-.356-.143T18%209.19V6.799q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%202.289.96%204.222t2.73%203.334q.166.14.181.335q.016.194-.125.359q-.14.166-.341.178t-.366-.128q-1.91-1.477-2.974-3.676T5%2011.1zM20.589%2020.59q-.166.165-.357.165t-.357-.166l-2.311-2.317q-.081.044-.564.133q-.579%200-.991-.412q-.413-.411-.413-.989t.412-.993t.989-.414t.993.413t.414.991q0%20.08-.133.564l2.317%202.317q.166.165.166.354t-.166.354M12%2017.005q0-2.082%201.457-3.543T16.996%2012t3.543%201.458T22%2017q0%20.213-.144.356t-.357.144t-.356-.144T21%2017q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021q.214%200%20.357.144t.143.357t-.144.356T17%2022q-2.083%200-3.542-1.457T12%2017.005%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%22M5%206.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.464.186.757.597q.293.412.293.926v2.374q0%20.212-.144.356t-.357.143t-.356-.143T18%209.19V6.799q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%202.289.96%204.222t2.73%203.334q.166.14.181.335q.016.194-.125.359q-.14.166-.341.178t-.366-.128q-1.91-1.477-2.974-3.676T5%2011.1zM20.589%2020.59q-.166.165-.357.165t-.357-.166l-2.311-2.317q-.081.044-.564.133q-.579%200-.991-.412q-.413-.411-.413-.989t.412-.993t.989-.414t.993.413t.414.991q0%20.08-.133.564l2.317%202.317q.166.165.166.354t-.166.354M12%2017.005q0-2.082%201.457-3.543T16.996%2012t3.543%201.458T22%2017q0%20.213-.144.356t-.357.144t-.356-.144T21%2017q0-1.65-1.175-2.825T17%2013t-2.825%201.175T13%2017t1.175%202.825T17%2021q.214%200%20.357.144t.143.357t-.144.356T17%2022q-2.083%200-3.542-1.457T12%2017.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shield-radar-outline-rounded.svg?color=%231a73e8&size=48