private connectivity icon
private-connectivity from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- private-connectivity
- Set
- Material Symbols Light
- Style
- Regular
- 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 private connectivity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.916 16.413Q6.194 14.825 6.017 12.5H2.384v-1h3.633q.177-2.325 1.9-3.912Q9.638 6 12 6t4.084 1.588t1.899 3.912h3.632v1h-3.632q-.177 2.325-1.9 3.913Q14.363 18 12 18t-4.084-1.588M10 15.27h4q.367 0 .626-.259q.259-.258.259-.625v-3q0-.368-.259-.626q-.259-.259-.626-.259h-.115v-.784q0-.818-.537-1.401T12 7.73q-.787 0-1.336.549t-.549 1.336v.884H10q-.367 0-.626.259q-.258.258-.258.625v3q0 .368.258.626q.259.26.626.26m2-1.674q-.287 0-.499-.212t-.213-.5t.213-.499t.499-.212t.499.212t.213.5t-.213.499t-.499.212M10.885 10.5v-.885q0-.463.326-.789T12 8.5t.79.326t.326.79v.884z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPrivateConnectivity(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="M7.916 16.413Q6.194 14.825 6.017 12.5H2.384v-1h3.633q.177-2.325 1.9-3.912Q9.638 6 12 6t4.084 1.588t1.899 3.912h3.632v1h-3.632q-.177 2.325-1.9 3.913Q14.363 18 12 18t-4.084-1.588M10 15.27h4q.367 0 .626-.259q.259-.258.259-.625v-3q0-.368-.259-.626q-.259-.259-.626-.259h-.115v-.784q0-.818-.537-1.401T12 7.73q-.787 0-1.336.549t-.549 1.336v.884H10q-.367 0-.626.259q-.258.258-.258.625v3q0 .368.258.626q.259.26.626.26m2-1.674q-.287 0-.499-.212t-.213-.5t.213-.499t.499-.212t.499.212t.213.5t-.213.499t-.499.212M10.885 10.5v-.885q0-.463.326-.789T12 8.5t.79.326t.326.79v.884z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.916 16.413Q6.194 14.825 6.017 12.5H2.384v-1h3.633q.177-2.325 1.9-3.912Q9.638 6 12 6t4.084 1.588t1.899 3.912h3.632v1h-3.632q-.177 2.325-1.9 3.913Q14.363 18 12 18t-4.084-1.588M10 15.27h4q.367 0 .626-.259q.259-.258.259-.625v-3q0-.368-.259-.626q-.259-.259-.626-.259h-.115v-.784q0-.818-.537-1.401T12 7.73q-.787 0-1.336.549t-.549 1.336v.884H10q-.367 0-.626.259q-.258.258-.258.625v3q0 .368.258.626q.259.26.626.26m2-1.674q-.287 0-.499-.212t-.213-.5t.213-.499t.499-.212t.499.212t.213.5t-.213.499t-.499.212M10.885 10.5v-.885q0-.463.326-.789T12 8.5t.79.326t.326.79v.884z"/></svg> </template>
CSS
.icon-private-connectivity {
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%22M7.916%2016.413Q6.194%2014.825%206.017%2012.5H2.384v-1h3.633q.177-2.325%201.9-3.912Q9.638%206%2012%206t4.084%201.588t1.899%203.912h3.632v1h-3.632q-.177%202.325-1.9%203.913Q14.363%2018%2012%2018t-4.084-1.588M10%2015.27h4q.367%200%20.626-.259q.259-.258.259-.625v-3q0-.368-.259-.626q-.259-.259-.626-.259h-.115v-.784q0-.818-.537-1.401T12%207.73q-.787%200-1.336.549t-.549%201.336v.884H10q-.367%200-.626.259q-.258.258-.258.625v3q0%20.368.258.626q.259.26.626.26m2-1.674q-.287%200-.499-.212t-.213-.5t.213-.499t.499-.212t.499.212t.213.5t-.213.499t-.499.212M10.885%2010.5v-.885q0-.463.326-.789T12%208.5t.79.326t.326.79v.884z%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%22M7.916%2016.413Q6.194%2014.825%206.017%2012.5H2.384v-1h3.633q.177-2.325%201.9-3.912Q9.638%206%2012%206t4.084%201.588t1.899%203.912h3.632v1h-3.632q-.177%202.325-1.9%203.913Q14.363%2018%2012%2018t-4.084-1.588M10%2015.27h4q.367%200%20.626-.259q.259-.258.259-.625v-3q0-.368-.259-.626q-.259-.259-.626-.259h-.115v-.784q0-.818-.537-1.401T12%207.73q-.787%200-1.336.549t-.549%201.336v.884H10q-.367%200-.626.259q-.258.258-.258.625v3q0%20.368.258.626q.259.26.626.26m2-1.674q-.287%200-.499-.212t-.213-.5t.213-.499t.499-.212t.499.212t.213.5t-.213.499t-.499.212M10.885%2010.5v-.885q0-.463.326-.789T12%208.5t.79.326t.326.79v.884z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/private-connectivity.svg?color=%231a73e8&size=48