file type ovpn logo

file-type-ovpn from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-ovpn
Set
VSCode Icons
Style
Color
Viewbox
48×48
License
MIT

Related icons in VSCode Icons

Use the file type ovpn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ff9100" d="M24 4C12.953 4 4 12.953 4 24c0 7.395 4.023 13.832 9.988 17.297l4.504-7.785C15.211 31.609 13 28.066 13 24c0-6.074 4.926-11 11-11s11 4.926 11 11c0 4.066-2.21 7.61-5.492 9.512l4.504 7.785C39.977 37.832 44 31.395 44 24c0-11.047-8.953-20-20-20"/><path fill="#1a237e" d="M30 24c0-3.312-2.687-6-6-6c-3.312 0-6 2.688-6 6a6 6 0 0 0 3.852 5.598l-2.559 13.82A20 20 0 0 0 24 44c1.625 0 3.195-.215 4.707-.578l-2.559-13.824A6 6 0 0 0 30 24"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeOvpn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ff9100" d="M24 4C12.953 4 4 12.953 4 24c0 7.395 4.023 13.832 9.988 17.297l4.504-7.785C15.211 31.609 13 28.066 13 24c0-6.074 4.926-11 11-11s11 4.926 11 11c0 4.066-2.21 7.61-5.492 9.512l4.504 7.785C39.977 37.832 44 31.395 44 24c0-11.047-8.953-20-20-20"/><path fill="#1a237e" d="M30 24c0-3.312-2.687-6-6-6c-3.312 0-6 2.688-6 6a6 6 0 0 0 3.852 5.598l-2.559 13.82A20 20 0 0 0 24 44c1.625 0 3.195-.215 4.707-.578l-2.559-13.824A6 6 0 0 0 30 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ff9100" d="M24 4C12.953 4 4 12.953 4 24c0 7.395 4.023 13.832 9.988 17.297l4.504-7.785C15.211 31.609 13 28.066 13 24c0-6.074 4.926-11 11-11s11 4.926 11 11c0 4.066-2.21 7.61-5.492 9.512l4.504 7.785C39.977 37.832 44 31.395 44 24c0-11.047-8.953-20-20-20"/><path fill="#1a237e" d="M30 24c0-3.312-2.687-6-6-6c-3.312 0-6 2.688-6 6a6 6 0 0 0 3.852 5.598l-2.559 13.82A20 20 0 0 0 24 44c1.625 0 3.195-.215 4.707-.578l-2.559-13.824A6 6 0 0 0 30 24"/></svg>
</template>

CSS

.icon-file-type-ovpn {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%23ff9100%22%20d%3D%22M24%204C12.953%204%204%2012.953%204%2024c0%207.395%204.023%2013.832%209.988%2017.297l4.504-7.785C15.211%2031.609%2013%2028.066%2013%2024c0-6.074%204.926-11%2011-11s11%204.926%2011%2011c0%204.066-2.21%207.61-5.492%209.512l4.504%207.785C39.977%2037.832%2044%2031.395%2044%2024c0-11.047-8.953-20-20-20%22%2F%3E%3Cpath%20fill%3D%22%231a237e%22%20d%3D%22M30%2024c0-3.312-2.687-6-6-6c-3.312%200-6%202.688-6%206a6%206%200%200%200%203.852%205.598l-2.559%2013.82A20%2020%200%200%200%2024%2044c1.625%200%203.195-.215%204.707-.578l-2.559-13.824A6%206%200%200%200%2030%2024%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%2048%2048%22%3E%3Cpath%20fill%3D%22%23ff9100%22%20d%3D%22M24%204C12.953%204%204%2012.953%204%2024c0%207.395%204.023%2013.832%209.988%2017.297l4.504-7.785C15.211%2031.609%2013%2028.066%2013%2024c0-6.074%204.926-11%2011-11s11%204.926%2011%2011c0%204.066-2.21%207.61-5.492%209.512l4.504%207.785C39.977%2037.832%2044%2031.395%2044%2024c0-11.047-8.953-20-20-20%22%2F%3E%3Cpath%20fill%3D%22%231a237e%22%20d%3D%22M30%2024c0-3.312-2.687-6-6-6c-3.312%200-6%202.688-6%206a6%206%200%200%200%203.852%205.598l-2.559%2013.82A20%2020%200%200%200%2024%2044c1.625%200%203.195-.215%204.707-.578l-2.559-13.824A6%206%200%200%200%2030%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-ovpn.svg?color=%231a73e8&size=48