metered connection icon

metered-connection from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
metered-connection
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Use the metered connection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.2 9.62a.501.501 0 0 1-.96-.28C2.97 6.78 5.34 5 8 5c.65 0 1.28.11 1.88.31l-.67.86C8.82 6.07 8.42 6 8 6C5.78 6 3.81 7.49 3.2 9.62m5.31-2.57C8.34 7.03 8.17 7 8 7c-2.05 0-3.79 1.6-3.98 3.64c-.02.28.18.52.45.54c.26.02.52-.18.54-.45c.13-1.45 1.31-2.58 2.74-2.7c.25-.32.5-.65.76-.97zM8 4c.88 0 1.73.19 2.52.5l.64-.82C10.18 3.25 9.11 3 8 3C4.7 3 1.7 5.07.53 8.15c-.1.26.03.55.29.64c.26.1.55-.03.65-.29A7.02 7.02 0 0 1 8 3.99zm7.47 4.15a8 8 0 0 0-1.72-2.67c-.12.29-.26.65-.41 1.02c.5.59.91 1.26 1.2 2c.08.2.27.32.47.32q.09 0 .18-.03c.26-.1.39-.39.29-.64zm-2.56-.59l-.47 1.17c.14.28.27.57.36.89c.06.22.26.36.48.36c.04 0 .09 0 .14-.02c.27-.08.42-.35.34-.62c-.18-.65-.48-1.25-.85-1.78m-.32-1.87c-.31.76-.72 1.79-1.14 2.83s-.85 2.11-1.2 2.95c-.17.42-.33.79-.45 1.07c-.12.27-.22.49-.28.59c-.48.84-1.55 1.12-2.39.64a1.75 1.75 0 0 1-.64-2.39c.06-.1.2-.3.38-.54c.18-.25.42-.56.7-.92c.55-.72 1.26-1.63 1.95-2.51c.69-.89 1.37-1.75 1.88-2.4c.25-.32.47-.59.61-.78l.23-.29l.04-.04c.16-.16.41-.2.6-.08c.16.09.26.27.25.45l-.04.17l-.14.35c-.09.22-.21.54-.37.92zm-1.72 1.59c-.19.24-.38.49-.57.73c-.69.89-1.39 1.79-1.94 2.51c-.28.36-.51.67-.69.91c-.19.25-.29.4-.31.44a.76.76 0 0 0 .27 1.03c.36.21.82.08 1.03-.27c.03-.04.1-.21.23-.49c.12-.27.27-.63.44-1.05c.35-.84.78-1.89 1.2-2.94c.12-.29.23-.58.35-.87z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconMeteredConnection(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.2 9.62a.501.501 0 0 1-.96-.28C2.97 6.78 5.34 5 8 5c.65 0 1.28.11 1.88.31l-.67.86C8.82 6.07 8.42 6 8 6C5.78 6 3.81 7.49 3.2 9.62m5.31-2.57C8.34 7.03 8.17 7 8 7c-2.05 0-3.79 1.6-3.98 3.64c-.02.28.18.52.45.54c.26.02.52-.18.54-.45c.13-1.45 1.31-2.58 2.74-2.7c.25-.32.5-.65.76-.97zM8 4c.88 0 1.73.19 2.52.5l.64-.82C10.18 3.25 9.11 3 8 3C4.7 3 1.7 5.07.53 8.15c-.1.26.03.55.29.64c.26.1.55-.03.65-.29A7.02 7.02 0 0 1 8 3.99zm7.47 4.15a8 8 0 0 0-1.72-2.67c-.12.29-.26.65-.41 1.02c.5.59.91 1.26 1.2 2c.08.2.27.32.47.32q.09 0 .18-.03c.26-.1.39-.39.29-.64zm-2.56-.59l-.47 1.17c.14.28.27.57.36.89c.06.22.26.36.48.36c.04 0 .09 0 .14-.02c.27-.08.42-.35.34-.62c-.18-.65-.48-1.25-.85-1.78m-.32-1.87c-.31.76-.72 1.79-1.14 2.83s-.85 2.11-1.2 2.95c-.17.42-.33.79-.45 1.07c-.12.27-.22.49-.28.59c-.48.84-1.55 1.12-2.39.64a1.75 1.75 0 0 1-.64-2.39c.06-.1.2-.3.38-.54c.18-.25.42-.56.7-.92c.55-.72 1.26-1.63 1.95-2.51c.69-.89 1.37-1.75 1.88-2.4c.25-.32.47-.59.61-.78l.23-.29l.04-.04c.16-.16.41-.2.6-.08c.16.09.26.27.25.45l-.04.17l-.14.35c-.09.22-.21.54-.37.92zm-1.72 1.59c-.19.24-.38.49-.57.73c-.69.89-1.39 1.79-1.94 2.51c-.28.36-.51.67-.69.91c-.19.25-.29.4-.31.44a.76.76 0 0 0 .27 1.03c.36.21.82.08 1.03-.27c.03-.04.1-.21.23-.49c.12-.27.27-.63.44-1.05c.35-.84.78-1.89 1.2-2.94c.12-.29.23-.58.35-.87z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.2 9.62a.501.501 0 0 1-.96-.28C2.97 6.78 5.34 5 8 5c.65 0 1.28.11 1.88.31l-.67.86C8.82 6.07 8.42 6 8 6C5.78 6 3.81 7.49 3.2 9.62m5.31-2.57C8.34 7.03 8.17 7 8 7c-2.05 0-3.79 1.6-3.98 3.64c-.02.28.18.52.45.54c.26.02.52-.18.54-.45c.13-1.45 1.31-2.58 2.74-2.7c.25-.32.5-.65.76-.97zM8 4c.88 0 1.73.19 2.52.5l.64-.82C10.18 3.25 9.11 3 8 3C4.7 3 1.7 5.07.53 8.15c-.1.26.03.55.29.64c.26.1.55-.03.65-.29A7.02 7.02 0 0 1 8 3.99zm7.47 4.15a8 8 0 0 0-1.72-2.67c-.12.29-.26.65-.41 1.02c.5.59.91 1.26 1.2 2c.08.2.27.32.47.32q.09 0 .18-.03c.26-.1.39-.39.29-.64zm-2.56-.59l-.47 1.17c.14.28.27.57.36.89c.06.22.26.36.48.36c.04 0 .09 0 .14-.02c.27-.08.42-.35.34-.62c-.18-.65-.48-1.25-.85-1.78m-.32-1.87c-.31.76-.72 1.79-1.14 2.83s-.85 2.11-1.2 2.95c-.17.42-.33.79-.45 1.07c-.12.27-.22.49-.28.59c-.48.84-1.55 1.12-2.39.64a1.75 1.75 0 0 1-.64-2.39c.06-.1.2-.3.38-.54c.18-.25.42-.56.7-.92c.55-.72 1.26-1.63 1.95-2.51c.69-.89 1.37-1.75 1.88-2.4c.25-.32.47-.59.61-.78l.23-.29l.04-.04c.16-.16.41-.2.6-.08c.16.09.26.27.25.45l-.04.17l-.14.35c-.09.22-.21.54-.37.92zm-1.72 1.59c-.19.24-.38.49-.57.73c-.69.89-1.39 1.79-1.94 2.51c-.28.36-.51.67-.69.91c-.19.25-.29.4-.31.44a.76.76 0 0 0 .27 1.03c.36.21.82.08 1.03-.27c.03-.04.1-.21.23-.49c.12-.27.27-.63.44-1.05c.35-.84.78-1.89 1.2-2.94c.12-.29.23-.58.35-.87z"/></svg>
</template>

CSS

.icon-metered-connection {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.2%209.62a.501.501%200%200%201-.96-.28C2.97%206.78%205.34%205%208%205c.65%200%201.28.11%201.88.31l-.67.86C8.82%206.07%208.42%206%208%206C5.78%206%203.81%207.49%203.2%209.62m5.31-2.57C8.34%207.03%208.17%207%208%207c-2.05%200-3.79%201.6-3.98%203.64c-.02.28.18.52.45.54c.26.02.52-.18.54-.45c.13-1.45%201.31-2.58%202.74-2.7c.25-.32.5-.65.76-.97zM8%204c.88%200%201.73.19%202.52.5l.64-.82C10.18%203.25%209.11%203%208%203C4.7%203%201.7%205.07.53%208.15c-.1.26.03.55.29.64c.26.1.55-.03.65-.29A7.02%207.02%200%200%201%208%203.99zm7.47%204.15a8%208%200%200%200-1.72-2.67c-.12.29-.26.65-.41%201.02c.5.59.91%201.26%201.2%202c.08.2.27.32.47.32q.09%200%20.18-.03c.26-.1.39-.39.29-.64zm-2.56-.59l-.47%201.17c.14.28.27.57.36.89c.06.22.26.36.48.36c.04%200%20.09%200%20.14-.02c.27-.08.42-.35.34-.62c-.18-.65-.48-1.25-.85-1.78m-.32-1.87c-.31.76-.72%201.79-1.14%202.83s-.85%202.11-1.2%202.95c-.17.42-.33.79-.45%201.07c-.12.27-.22.49-.28.59c-.48.84-1.55%201.12-2.39.64a1.75%201.75%200%200%201-.64-2.39c.06-.1.2-.3.38-.54c.18-.25.42-.56.7-.92c.55-.72%201.26-1.63%201.95-2.51c.69-.89%201.37-1.75%201.88-2.4c.25-.32.47-.59.61-.78l.23-.29l.04-.04c.16-.16.41-.2.6-.08c.16.09.26.27.25.45l-.04.17l-.14.35c-.09.22-.21.54-.37.92zm-1.72%201.59c-.19.24-.38.49-.57.73c-.69.89-1.39%201.79-1.94%202.51c-.28.36-.51.67-.69.91c-.19.25-.29.4-.31.44a.76.76%200%200%200%20.27%201.03c.36.21.82.08%201.03-.27c.03-.04.1-.21.23-.49c.12-.27.27-.63.44-1.05c.35-.84.78-1.89%201.2-2.94c.12-.29.23-.58.35-.87z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.2%209.62a.501.501%200%200%201-.96-.28C2.97%206.78%205.34%205%208%205c.65%200%201.28.11%201.88.31l-.67.86C8.82%206.07%208.42%206%208%206C5.78%206%203.81%207.49%203.2%209.62m5.31-2.57C8.34%207.03%208.17%207%208%207c-2.05%200-3.79%201.6-3.98%203.64c-.02.28.18.52.45.54c.26.02.52-.18.54-.45c.13-1.45%201.31-2.58%202.74-2.7c.25-.32.5-.65.76-.97zM8%204c.88%200%201.73.19%202.52.5l.64-.82C10.18%203.25%209.11%203%208%203C4.7%203%201.7%205.07.53%208.15c-.1.26.03.55.29.64c.26.1.55-.03.65-.29A7.02%207.02%200%200%201%208%203.99zm7.47%204.15a8%208%200%200%200-1.72-2.67c-.12.29-.26.65-.41%201.02c.5.59.91%201.26%201.2%202c.08.2.27.32.47.32q.09%200%20.18-.03c.26-.1.39-.39.29-.64zm-2.56-.59l-.47%201.17c.14.28.27.57.36.89c.06.22.26.36.48.36c.04%200%20.09%200%20.14-.02c.27-.08.42-.35.34-.62c-.18-.65-.48-1.25-.85-1.78m-.32-1.87c-.31.76-.72%201.79-1.14%202.83s-.85%202.11-1.2%202.95c-.17.42-.33.79-.45%201.07c-.12.27-.22.49-.28.59c-.48.84-1.55%201.12-2.39.64a1.75%201.75%200%200%201-.64-2.39c.06-.1.2-.3.38-.54c.18-.25.42-.56.7-.92c.55-.72%201.26-1.63%201.95-2.51c.69-.89%201.37-1.75%201.88-2.4c.25-.32.47-.59.61-.78l.23-.29l.04-.04c.16-.16.41-.2.6-.08c.16.09.26.27.25.45l-.04.17l-.14.35c-.09.22-.21.54-.37.92zm-1.72%201.59c-.19.24-.38.49-.57.73c-.69.89-1.39%201.79-1.94%202.51c-.28.36-.51.67-.69.91c-.19.25-.29.4-.31.44a.76.76%200%200%200%20.27%201.03c.36.21.82.08%201.03-.27c.03-.04.1-.21.23-.49c.12-.27.27-.63.44-1.05c.35-.84.78-1.89%201.2-2.94c.12-.29.23-.58.35-.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/metered-connection.svg?color=%231a73e8&size=48