vpn-key-off from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
vpn-key-off
Set
Material Symbols Light
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
vpn-key-off-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the vpn key off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.833 21.26L12.573 14h-1q-.57 1.33-1.801 2.166Q8.54 17 7 17q-2.077 0-3.538-1.461T2 12q0-1.746 1.07-3.083t2.726-1.694L2.741 4.167l.713-.713l17.092 17.092zM7 13.23q.517 0 .874-.356T8.231 12q0-.184-.048-.328q-.048-.143-.144-.25L7.617 11q-.107-.096-.27-.163T7 10.769q-.517 0-.874.357T5.769 12t.357.874t.874.357m12.421 3.365l-5.827-5.827H22v2.462h-2.538v3.365z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVpnKeyOff(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="M19.833 21.26L12.573 14h-1q-.57 1.33-1.801 2.166Q8.54 17 7 17q-2.077 0-3.538-1.461T2 12q0-1.746 1.07-3.083t2.726-1.694L2.741 4.167l.713-.713l17.092 17.092zM7 13.23q.517 0 .874-.356T8.231 12q0-.184-.048-.328q-.048-.143-.144-.25L7.617 11q-.107-.096-.27-.163T7 10.769q-.517 0-.874.357T5.769 12t.357.874t.874.357m12.421 3.365l-5.827-5.827H22v2.462h-2.538v3.365z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.833 21.26L12.573 14h-1q-.57 1.33-1.801 2.166Q8.54 17 7 17q-2.077 0-3.538-1.461T2 12q0-1.746 1.07-3.083t2.726-1.694L2.741 4.167l.713-.713l17.092 17.092zM7 13.23q.517 0 .874-.356T8.231 12q0-.184-.048-.328q-.048-.143-.144-.25L7.617 11q-.107-.096-.27-.163T7 10.769q-.517 0-.874.357T5.769 12t.357.874t.874.357m12.421 3.365l-5.827-5.827H22v2.462h-2.538v3.365z"/></svg>
</template>

CSS

.icon-vpn-key-off {
  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%22M19.833%2021.26L12.573%2014h-1q-.57%201.33-1.801%202.166Q8.54%2017%207%2017q-2.077%200-3.538-1.461T2%2012q0-1.746%201.07-3.083t2.726-1.694L2.741%204.167l.713-.713l17.092%2017.092zM7%2013.23q.517%200%20.874-.356T8.231%2012q0-.184-.048-.328q-.048-.143-.144-.25L7.617%2011q-.107-.096-.27-.163T7%2010.769q-.517%200-.874.357T5.769%2012t.357.874t.874.357m12.421%203.365l-5.827-5.827H22v2.462h-2.538v3.365z%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%22M19.833%2021.26L12.573%2014h-1q-.57%201.33-1.801%202.166Q8.54%2017%207%2017q-2.077%200-3.538-1.461T2%2012q0-1.746%201.07-3.083t2.726-1.694L2.741%204.167l.713-.713l17.092%2017.092zM7%2013.23q.517%200%20.874-.356T8.231%2012q0-.184-.048-.328q-.048-.143-.144-.25L7.617%2011q-.107-.096-.27-.163T7%2010.769q-.517%200-.874.357T5.769%2012t.357.874t.874.357m12.421%203.365l-5.827-5.827H22v2.462h-2.538v3.365z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/vpn-key-off.svg?color=%231a73e8&size=48