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

Name
vpn-key-off-rounded
Set
Material Symbols Light
Style
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.801 2.166Q8.54 17 7 17q-2.077 0-3.538-1.461T2 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-.166m-.404-4.65l-5.48-5.48H21q.402 0 .701.298t.299.701v.462q0 .402-.299.7t-.701.3h-1.538v2.23q0 .24-.114.447q-.113.208-.273.342M7 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.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVpnKeyOffRounded(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.801 2.166Q8.54 17 7 17q-2.077 0-3.538-1.461T2 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-.166m-.404-4.65l-5.48-5.48H21q.402 0 .701.298t.299.701v.462q0 .402-.299.7t-.701.3h-1.538v2.23q0 .24-.114.447q-.113.208-.273.342M7 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.357"/></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.801 2.166Q8.54 17 7 17q-2.077 0-3.538-1.461T2 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-.166m-.404-4.65l-5.48-5.48H21q.402 0 .701.298t.299.701v.462q0 .402-.299.7t-.701.3h-1.538v2.23q0 .24-.114.447q-.113.208-.273.342M7 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.357"/></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.479%2020.9L12.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.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-.166m-.404-4.65l-5.48-5.48H21q.402%200%20.701.298t.299.701v.462q0%20.402-.299.7t-.701.3h-1.538v2.23q0%20.24-.114.447q-.113.208-.273.342M7%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.357%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.801%202.166Q8.54%2017%207%2017q-2.077%200-3.538-1.461T2%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-.166m-.404-4.65l-5.48-5.48H21q.402%200%20.701.298t.299.701v.462q0%20.402-.299.7t-.701.3h-1.538v2.23q0%20.24-.114.447q-.113.208-.273.342M7%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.357%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-rounded.svg?color=%231a73e8&size=48