security pro monitoring icon
security-pro-monitoring from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- security-pro-monitoring
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the security pro monitoring icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 20q-1.875 0-3.188-1.312Q1 17.375 1 15.5q0-1.725 1.138-3.013Q3.275 11.2 5 11q0-2.925 2.038-4.963Q9.075 4 12 4q2.375 0 4.25 1.425t2.5 3.725q1.9.425 3.075 1.95Q23 12.625 23 14.575q0 2.275-1.612 3.85Q19.775 20 17.5 20Zm0-2H8v-4.575L12 10l4 3.425V18h1.5q1.45 0 2.475-1.025Q21 15.95 21 14.5q0-1.45-1.025-2.475Q18.95 11 17.5 11H17q0-2.075-1.462-3.538Q14.075 6 12 6Q9.925 6 8.463 7.462Q7 8.925 7 11v2H5.5q-1.05 0-1.775.725Q3 14.45 3 15.5q0 1.05.725 1.775Q4.45 18 5.5 18Zm4.5 0h4v-3.65l-2-1.725l-2 1.725Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSecurityProMonitoring(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.5 20q-1.875 0-3.188-1.312Q1 17.375 1 15.5q0-1.725 1.138-3.013Q3.275 11.2 5 11q0-2.925 2.038-4.963Q9.075 4 12 4q2.375 0 4.25 1.425t2.5 3.725q1.9.425 3.075 1.95Q23 12.625 23 14.575q0 2.275-1.612 3.85Q19.775 20 17.5 20Zm0-2H8v-4.575L12 10l4 3.425V18h1.5q1.45 0 2.475-1.025Q21 15.95 21 14.5q0-1.45-1.025-2.475Q18.95 11 17.5 11H17q0-2.075-1.462-3.538Q14.075 6 12 6Q9.925 6 8.463 7.462Q7 8.925 7 11v2H5.5q-1.05 0-1.775.725Q3 14.45 3 15.5q0 1.05.725 1.775Q4.45 18 5.5 18Zm4.5 0h4v-3.65l-2-1.725l-2 1.725Z"/></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.5 20q-1.875 0-3.188-1.312Q1 17.375 1 15.5q0-1.725 1.138-3.013Q3.275 11.2 5 11q0-2.925 2.038-4.963Q9.075 4 12 4q2.375 0 4.25 1.425t2.5 3.725q1.9.425 3.075 1.95Q23 12.625 23 14.575q0 2.275-1.612 3.85Q19.775 20 17.5 20Zm0-2H8v-4.575L12 10l4 3.425V18h1.5q1.45 0 2.475-1.025Q21 15.95 21 14.5q0-1.45-1.025-2.475Q18.95 11 17.5 11H17q0-2.075-1.462-3.538Q14.075 6 12 6Q9.925 6 8.463 7.462Q7 8.925 7 11v2H5.5q-1.05 0-1.775.725Q3 14.45 3 15.5q0 1.05.725 1.775Q4.45 18 5.5 18Zm4.5 0h4v-3.65l-2-1.725l-2 1.725Z"/></svg> </template>
CSS
.icon-security-pro-monitoring {
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.5%2020q-1.875%200-3.188-1.312Q1%2017.375%201%2015.5q0-1.725%201.138-3.013Q3.275%2011.2%205%2011q0-2.925%202.038-4.963Q9.075%204%2012%204q2.375%200%204.25%201.425t2.5%203.725q1.9.425%203.075%201.95Q23%2012.625%2023%2014.575q0%202.275-1.612%203.85Q19.775%2020%2017.5%2020Zm0-2H8v-4.575L12%2010l4%203.425V18h1.5q1.45%200%202.475-1.025Q21%2015.95%2021%2014.5q0-1.45-1.025-2.475Q18.95%2011%2017.5%2011H17q0-2.075-1.462-3.538Q14.075%206%2012%206Q9.925%206%208.463%207.462Q7%208.925%207%2011v2H5.5q-1.05%200-1.775.725Q3%2014.45%203%2015.5q0%201.05.725%201.775Q4.45%2018%205.5%2018Zm4.5%200h4v-3.65l-2-1.725l-2%201.725Z%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.5%2020q-1.875%200-3.188-1.312Q1%2017.375%201%2015.5q0-1.725%201.138-3.013Q3.275%2011.2%205%2011q0-2.925%202.038-4.963Q9.075%204%2012%204q2.375%200%204.25%201.425t2.5%203.725q1.9.425%203.075%201.95Q23%2012.625%2023%2014.575q0%202.275-1.612%203.85Q19.775%2020%2017.5%2020Zm0-2H8v-4.575L12%2010l4%203.425V18h1.5q1.45%200%202.475-1.025Q21%2015.95%2021%2014.5q0-1.45-1.025-2.475Q18.95%2011%2017.5%2011H17q0-2.075-1.462-3.538Q14.075%206%2012%206Q9.925%206%208.463%207.462Q7%208.925%207%2011v2H5.5q-1.05%200-1.775.725Q3%2014.45%203%2015.5q0%201.05.725%201.775Q4.45%2018%205.5%2018Zm4.5%200h4v-3.65l-2-1.725l-2%201.725Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/security-pro-monitoring.svg?color=%231a73e8&size=48