vpn-lock-sharp from Material Symbols Light by Google · Sharp · Privacy · Apache-2.0 Free for personal and commercial use.

Name
vpn-lock-sharp
Set
Material Symbols Light
Style
Sharp
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
vpn-lock-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the vpn lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.48 20.299q-1.641-.701-2.86-1.92t-1.919-2.86T3 11.997q0-1.88.701-3.519t1.92-2.858t2.86-1.919T12 3q.8 0 1.538.132T15 3.488V7h-4v3H8v2h7v4h1l1.9 1.4q.975-1.061 1.538-2.443T20 12q0-.275-.006-.5t-.055-.5h1.011q.05.275.05.5v.5q0 1.877-.701 3.52t-1.92 2.86t-2.857 1.919t-3.519.701t-3.522-.701M11 19.95V18l-2-2v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.062 2.013 5.318T11 19.95M17 9V4.462h1v-1q0-.749.51-1.259q.511-.51 1.26-.51t1.258.51q.51.51.51 1.259v1h1V9zm1.77-4.538h2v-1q0-.425-.288-.713t-.713-.287t-.712.287t-.288.713z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVpnLockSharp(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="M8.48 20.299q-1.641-.701-2.86-1.92t-1.919-2.86T3 11.997q0-1.88.701-3.519t1.92-2.858t2.86-1.919T12 3q.8 0 1.538.132T15 3.488V7h-4v3H8v2h7v4h1l1.9 1.4q.975-1.061 1.538-2.443T20 12q0-.275-.006-.5t-.055-.5h1.011q.05.275.05.5v.5q0 1.877-.701 3.52t-1.92 2.86t-2.857 1.919t-3.519.701t-3.522-.701M11 19.95V18l-2-2v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.062 2.013 5.318T11 19.95M17 9V4.462h1v-1q0-.749.51-1.259q.511-.51 1.26-.51t1.258.51q.51.51.51 1.259v1h1V9zm1.77-4.538h2v-1q0-.425-.288-.713t-.713-.287t-.712.287t-.288.713z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.48 20.299q-1.641-.701-2.86-1.92t-1.919-2.86T3 11.997q0-1.88.701-3.519t1.92-2.858t2.86-1.919T12 3q.8 0 1.538.132T15 3.488V7h-4v3H8v2h7v4h1l1.9 1.4q.975-1.061 1.538-2.443T20 12q0-.275-.006-.5t-.055-.5h1.011q.05.275.05.5v.5q0 1.877-.701 3.52t-1.92 2.86t-2.857 1.919t-3.519.701t-3.522-.701M11 19.95V18l-2-2v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.062 2.013 5.318T11 19.95M17 9V4.462h1v-1q0-.749.51-1.259q.511-.51 1.26-.51t1.258.51q.51.51.51 1.259v1h1V9zm1.77-4.538h2v-1q0-.425-.288-.713t-.713-.287t-.712.287t-.288.713z"/></svg>
</template>

CSS

.icon-vpn-lock-sharp {
  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%22M8.48%2020.299q-1.641-.701-2.86-1.92t-1.919-2.86T3%2011.997q0-1.88.701-3.519t1.92-2.858t2.86-1.919T12%203q.8%200%201.538.132T15%203.488V7h-4v3H8v2h7v4h1l1.9%201.4q.975-1.061%201.538-2.443T20%2012q0-.275-.006-.5t-.055-.5h1.011q.05.275.05.5v.5q0%201.877-.701%203.52t-1.92%202.86t-2.857%201.919t-3.519.701t-3.522-.701M11%2019.95V18l-2-2v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.062%202.013%205.318T11%2019.95M17%209V4.462h1v-1q0-.749.51-1.259q.511-.51%201.26-.51t1.258.51q.51.51.51%201.259v1h1V9zm1.77-4.538h2v-1q0-.425-.288-.713t-.713-.287t-.712.287t-.288.713z%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%22M8.48%2020.299q-1.641-.701-2.86-1.92t-1.919-2.86T3%2011.997q0-1.88.701-3.519t1.92-2.858t2.86-1.919T12%203q.8%200%201.538.132T15%203.488V7h-4v3H8v2h7v4h1l1.9%201.4q.975-1.061%201.538-2.443T20%2012q0-.275-.006-.5t-.055-.5h1.011q.05.275.05.5v.5q0%201.877-.701%203.52t-1.92%202.86t-2.857%201.919t-3.519.701t-3.522-.701M11%2019.95V18l-2-2v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.062%202.013%205.318T11%2019.95M17%209V4.462h1v-1q0-.749.51-1.259q.511-.51%201.26-.51t1.258.51q.51.51.51%201.259v1h1V9zm1.77-4.538h2v-1q0-.425-.288-.713t-.713-.287t-.712.287t-.288.713z%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-lock-sharp.svg?color=%231a73e8&size=48