vpn icon
vpn from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- vpn
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- virtual-private-network
The same icon in other sets
Use the vpn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5h6l-3 3zm1.5 9.66c-.3.34-.5.84-.5 1.34a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.55-.22-1.05-.59-1.41l1.42-1.42C15.55 13.9 16 14.9 16 16a4 4 0 0 1-4 4a4 4 0 0 1-4-4c0-1.07.42-2.04 1.1-2.75l-.01-.01l7.08-7.07A4 4 0 0 1 19 5a4 4 0 0 1 4 4a4 4 0 0 1-4 4c-1.1 0-2.1-.45-2.83-1.17l1.42-1.42c.36.37.86.59 1.41.59a2 2 0 0 0 2-2a2 2 0 0 0-2-2c-.55 0-1.05.22-1.41.59zM6.41 7.59C6.05 7.22 5.55 7 5 7a2 2 0 0 0-2 2a2 2 0 0 0 2 2c.55 0 1.05-.22 1.41-.59l1.42 1.42C7.1 12.55 6.1 13 5 13a4 4 0 0 1-4-4a4 4 0 0 1 4-4c1.11 0 2.11.45 2.83 1.17l2.76 2.76l-1.42 1.42z"/></svg>
React
import type { SVGProps } from "react";
export function MdiVpn(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="M9 5h6l-3 3zm1.5 9.66c-.3.34-.5.84-.5 1.34a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.55-.22-1.05-.59-1.41l1.42-1.42C15.55 13.9 16 14.9 16 16a4 4 0 0 1-4 4a4 4 0 0 1-4-4c0-1.07.42-2.04 1.1-2.75l-.01-.01l7.08-7.07A4 4 0 0 1 19 5a4 4 0 0 1 4 4a4 4 0 0 1-4 4c-1.1 0-2.1-.45-2.83-1.17l1.42-1.42c.36.37.86.59 1.41.59a2 2 0 0 0 2-2a2 2 0 0 0-2-2c-.55 0-1.05.22-1.41.59zM6.41 7.59C6.05 7.22 5.55 7 5 7a2 2 0 0 0-2 2a2 2 0 0 0 2 2c.55 0 1.05-.22 1.41-.59l1.42 1.42C7.1 12.55 6.1 13 5 13a4 4 0 0 1-4-4a4 4 0 0 1 4-4c1.11 0 2.11.45 2.83 1.17l2.76 2.76l-1.42 1.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5h6l-3 3zm1.5 9.66c-.3.34-.5.84-.5 1.34a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.55-.22-1.05-.59-1.41l1.42-1.42C15.55 13.9 16 14.9 16 16a4 4 0 0 1-4 4a4 4 0 0 1-4-4c0-1.07.42-2.04 1.1-2.75l-.01-.01l7.08-7.07A4 4 0 0 1 19 5a4 4 0 0 1 4 4a4 4 0 0 1-4 4c-1.1 0-2.1-.45-2.83-1.17l1.42-1.42c.36.37.86.59 1.41.59a2 2 0 0 0 2-2a2 2 0 0 0-2-2c-.55 0-1.05.22-1.41.59zM6.41 7.59C6.05 7.22 5.55 7 5 7a2 2 0 0 0-2 2a2 2 0 0 0 2 2c.55 0 1.05-.22 1.41-.59l1.42 1.42C7.1 12.55 6.1 13 5 13a4 4 0 0 1-4-4a4 4 0 0 1 4-4c1.11 0 2.11.45 2.83 1.17l2.76 2.76l-1.42 1.42z"/></svg> </template>
CSS
.icon-vpn {
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%22M9%205h6l-3%203zm1.5%209.66c-.3.34-.5.84-.5%201.34a2%202%200%200%200%202%202a2%202%200%200%200%202-2c0-.55-.22-1.05-.59-1.41l1.42-1.42C15.55%2013.9%2016%2014.9%2016%2016a4%204%200%200%201-4%204a4%204%200%200%201-4-4c0-1.07.42-2.04%201.1-2.75l-.01-.01l7.08-7.07A4%204%200%200%201%2019%205a4%204%200%200%201%204%204a4%204%200%200%201-4%204c-1.1%200-2.1-.45-2.83-1.17l1.42-1.42c.36.37.86.59%201.41.59a2%202%200%200%200%202-2a2%202%200%200%200-2-2c-.55%200-1.05.22-1.41.59zM6.41%207.59C6.05%207.22%205.55%207%205%207a2%202%200%200%200-2%202a2%202%200%200%200%202%202c.55%200%201.05-.22%201.41-.59l1.42%201.42C7.1%2012.55%206.1%2013%205%2013a4%204%200%200%201-4-4a4%204%200%200%201%204-4c1.11%200%202.11.45%202.83%201.17l2.76%202.76l-1.42%201.42z%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%22M9%205h6l-3%203zm1.5%209.66c-.3.34-.5.84-.5%201.34a2%202%200%200%200%202%202a2%202%200%200%200%202-2c0-.55-.22-1.05-.59-1.41l1.42-1.42C15.55%2013.9%2016%2014.9%2016%2016a4%204%200%200%201-4%204a4%204%200%200%201-4-4c0-1.07.42-2.04%201.1-2.75l-.01-.01l7.08-7.07A4%204%200%200%201%2019%205a4%204%200%200%201%204%204a4%204%200%200%201-4%204c-1.1%200-2.1-.45-2.83-1.17l1.42-1.42c.36.37.86.59%201.41.59a2%202%200%200%200%202-2a2%202%200%200%200-2-2c-.55%200-1.05.22-1.41.59zM6.41%207.59C6.05%207.22%205.55%207%205%207a2%202%200%200%200-2%202a2%202%200%200%200%202%202c.55%200%201.05-.22%201.41-.59l1.42%201.42C7.1%2012.55%206.1%2013%205%2013a4%204%200%200%201-4-4a4%204%200%200%201%204-4c1.11%200%202.11.45%202.83%201.17l2.76%202.76l-1.42%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/vpn.svg?color=%231a73e8&size=48