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

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

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.479 20.9L12.573 14h-1q-.57 1.33-1.8 2.166Q8.542 17 7 17q-2.083 0-3.542-1.458Q2 14.083 2 12q0-1.746 1.07-3.083t2.726-1.694L3.094 4.521q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166M17 14.175L15.825 13H17zm2.642 2.63l-.776-.764H19V13h2v-2h-7.175l-1-1H21q.402 0 .701.299T22 11v2q0 .402-.299.701T21 14h-1v2.04q0 .247-.106.438q-.105.191-.252.328M7 16q1.587 0 2.565-.923q.977-.923 1.256-1.95h.885L6.648 8.069q-1.523.104-2.585 1.236T3 12q0 1.65 1.175 2.825T7 16m0-2.77q-.508 0-.87-.36T5.77 12t.36-.87t.87-.36t.87.36t.36.87t-.36.87t-.87.36m.356-1.195"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVpnKeyOffOutlineRounded(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.479 20.9L12.573 14h-1q-.57 1.33-1.8 2.166Q8.542 17 7 17q-2.083 0-3.542-1.458Q2 14.083 2 12q0-1.746 1.07-3.083t2.726-1.694L3.094 4.521q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166M17 14.175L15.825 13H17zm2.642 2.63l-.776-.764H19V13h2v-2h-7.175l-1-1H21q.402 0 .701.299T22 11v2q0 .402-.299.701T21 14h-1v2.04q0 .247-.106.438q-.105.191-.252.328M7 16q1.587 0 2.565-.923q.977-.923 1.256-1.95h.885L6.648 8.069q-1.523.104-2.585 1.236T3 12q0 1.65 1.175 2.825T7 16m0-2.77q-.508 0-.87-.36T5.77 12t.36-.87t.87-.36t.87.36t.36.87t-.36.87t-.87.36m.356-1.195"/></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.479 20.9L12.573 14h-1q-.57 1.33-1.8 2.166Q8.542 17 7 17q-2.083 0-3.542-1.458Q2 14.083 2 12q0-1.746 1.07-3.083t2.726-1.694L3.094 4.521q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166M17 14.175L15.825 13H17zm2.642 2.63l-.776-.764H19V13h2v-2h-7.175l-1-1H21q.402 0 .701.299T22 11v2q0 .402-.299.701T21 14h-1v2.04q0 .247-.106.438q-.105.191-.252.328M7 16q1.587 0 2.565-.923q.977-.923 1.256-1.95h.885L6.648 8.069q-1.523.104-2.585 1.236T3 12q0 1.65 1.175 2.825T7 16m0-2.77q-.508 0-.87-.36T5.77 12t.36-.87t.87-.36t.87.36t.36.87t-.36.87t-.87.36m.356-1.195"/></svg>
</template>

CSS

.icon-vpn-key-off-outline-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.479%2020.9L12.573%2014h-1q-.57%201.33-1.8%202.166Q8.542%2017%207%2017q-2.083%200-3.542-1.458Q2%2014.083%202%2012q0-1.746%201.07-3.083t2.726-1.694L3.094%204.521q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166M17%2014.175L15.825%2013H17zm2.642%202.63l-.776-.764H19V13h2v-2h-7.175l-1-1H21q.402%200%20.701.299T22%2011v2q0%20.402-.299.701T21%2014h-1v2.04q0%20.247-.106.438q-.105.191-.252.328M7%2016q1.587%200%202.565-.923q.977-.923%201.256-1.95h.885L6.648%208.069q-1.523.104-2.585%201.236T3%2012q0%201.65%201.175%202.825T7%2016m0-2.77q-.508%200-.87-.36T5.77%2012t.36-.87t.87-.36t.87.36t.36.87t-.36.87t-.87.36m.356-1.195%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.479%2020.9L12.573%2014h-1q-.57%201.33-1.8%202.166Q8.542%2017%207%2017q-2.083%200-3.542-1.458Q2%2014.083%202%2012q0-1.746%201.07-3.083t2.726-1.694L3.094%204.521q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166M17%2014.175L15.825%2013H17zm2.642%202.63l-.776-.764H19V13h2v-2h-7.175l-1-1H21q.402%200%20.701.299T22%2011v2q0%20.402-.299.701T21%2014h-1v2.04q0%20.247-.106.438q-.105.191-.252.328M7%2016q1.587%200%202.565-.923q.977-.923%201.256-1.95h.885L6.648%208.069q-1.523.104-2.585%201.236T3%2012q0%201.65%201.175%202.825T7%2016m0-2.77q-.508%200-.87-.36T5.77%2012t.36-.87t.87-.36t.87.36t.36.87t-.36.87t-.87.36m.356-1.195%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-outline-rounded.svg?color=%231a73e8&size=48