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

Name
vpn-key-off-rounded
Set
Material Symbols
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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.075 21.9L12.15 15q-.8 1.35-2.137 2.175T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.8-3.025T3.95 6.8L2.075 4.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m1.25-4.4l-7.5-7.5H21q.825 0 1.413.588T23 12t-.587 1.413T21 14v2q0 .49-.2.87t-.475.63M7 14q.825 0 1.413-.587T9 12v-.175L7.175 10H7q-.825 0-1.412.588T5 12t.588 1.413T7 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVpnKeyOffRounded(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.075 21.9L12.15 15q-.8 1.35-2.137 2.175T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.8-3.025T3.95 6.8L2.075 4.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m1.25-4.4l-7.5-7.5H21q.825 0 1.413.588T23 12t-.587 1.413T21 14v2q0 .49-.2.87t-.475.63M7 14q.825 0 1.413-.587T9 12v-.175L7.175 10H7q-.825 0-1.412.588T5 12t.588 1.413T7 14"/></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.075 21.9L12.15 15q-.8 1.35-2.137 2.175T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.8-3.025T3.95 6.8L2.075 4.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m1.25-4.4l-7.5-7.5H21q.825 0 1.413.588T23 12t-.587 1.413T21 14v2q0 .49-.2.87t-.475.63M7 14q.825 0 1.413-.587T9 12v-.175L7.175 10H7q-.825 0-1.412.588T5 12t.588 1.413T7 14"/></svg>
</template>

CSS

.icon-vpn-key-off-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%22M19.075%2021.9L12.15%2015q-.8%201.35-2.137%202.175T7%2018q-2.5%200-4.25-1.75T1%2012q0-1.65.8-3.025T3.95%206.8L2.075%204.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3m1.25-4.4l-7.5-7.5H21q.825%200%201.413.588T23%2012t-.587%201.413T21%2014v2q0%20.49-.2.87t-.475.63M7%2014q.825%200%201.413-.587T9%2012v-.175L7.175%2010H7q-.825%200-1.412.588T5%2012t.588%201.413T7%2014%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.075%2021.9L12.15%2015q-.8%201.35-2.137%202.175T7%2018q-2.5%200-4.25-1.75T1%2012q0-1.65.8-3.025T3.95%206.8L2.075%204.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3m1.25-4.4l-7.5-7.5H21q.825%200%201.413.588T23%2012t-.587%201.413T21%2014v2q0%20.49-.2.87t-.475.63M7%2014q.825%200%201.413-.587T9%2012v-.175L7.175%2010H7q-.825%200-1.412.588T5%2012t.588%201.413T7%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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