round data usage icon

round-data-usage from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-data-usage
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round data usage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.87v.02c0 .67.45 1.23 1.08 1.43C16.93 6.21 19 8.86 19 12c0 .52-.06 1.01-.17 1.49c-.14.64.12 1.3.69 1.64l.01.01c.86.5 1.98.05 2.21-.91c.17-.72.26-1.47.26-2.23c0-4.5-2.98-8.32-7.08-9.57c-.95-.29-1.92.44-1.92 1.44m-2.06 15.05c-2.99-.43-5.42-2.86-5.86-5.84a6.996 6.996 0 0 1 4.83-7.76c.64-.19 1.09-.76 1.09-1.43v-.02c0-1-.97-1.73-1.93-1.44a10.02 10.02 0 0 0-6.98 10.96c.59 4.38 4.13 7.92 8.51 8.51c3.14.42 6.04-.61 8.13-2.53c.74-.68.61-1.89-.26-2.39c-.58-.34-1.3-.23-1.8.22c-1.47 1.34-3.51 2.05-5.73 1.72"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDataUsage(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="M13 3.87v.02c0 .67.45 1.23 1.08 1.43C16.93 6.21 19 8.86 19 12c0 .52-.06 1.01-.17 1.49c-.14.64.12 1.3.69 1.64l.01.01c.86.5 1.98.05 2.21-.91c.17-.72.26-1.47.26-2.23c0-4.5-2.98-8.32-7.08-9.57c-.95-.29-1.92.44-1.92 1.44m-2.06 15.05c-2.99-.43-5.42-2.86-5.86-5.84a6.996 6.996 0 0 1 4.83-7.76c.64-.19 1.09-.76 1.09-1.43v-.02c0-1-.97-1.73-1.93-1.44a10.02 10.02 0 0 0-6.98 10.96c.59 4.38 4.13 7.92 8.51 8.51c3.14.42 6.04-.61 8.13-2.53c.74-.68.61-1.89-.26-2.39c-.58-.34-1.3-.23-1.8.22c-1.47 1.34-3.51 2.05-5.73 1.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.87v.02c0 .67.45 1.23 1.08 1.43C16.93 6.21 19 8.86 19 12c0 .52-.06 1.01-.17 1.49c-.14.64.12 1.3.69 1.64l.01.01c.86.5 1.98.05 2.21-.91c.17-.72.26-1.47.26-2.23c0-4.5-2.98-8.32-7.08-9.57c-.95-.29-1.92.44-1.92 1.44m-2.06 15.05c-2.99-.43-5.42-2.86-5.86-5.84a6.996 6.996 0 0 1 4.83-7.76c.64-.19 1.09-.76 1.09-1.43v-.02c0-1-.97-1.73-1.93-1.44a10.02 10.02 0 0 0-6.98 10.96c.59 4.38 4.13 7.92 8.51 8.51c3.14.42 6.04-.61 8.13-2.53c.74-.68.61-1.89-.26-2.39c-.58-.34-1.3-.23-1.8.22c-1.47 1.34-3.51 2.05-5.73 1.72"/></svg>
</template>

CSS

.icon-round-data-usage {
  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%22M13%203.87v.02c0%20.67.45%201.23%201.08%201.43C16.93%206.21%2019%208.86%2019%2012c0%20.52-.06%201.01-.17%201.49c-.14.64.12%201.3.69%201.64l.01.01c.86.5%201.98.05%202.21-.91c.17-.72.26-1.47.26-2.23c0-4.5-2.98-8.32-7.08-9.57c-.95-.29-1.92.44-1.92%201.44m-2.06%2015.05c-2.99-.43-5.42-2.86-5.86-5.84a6.996%206.996%200%200%201%204.83-7.76c.64-.19%201.09-.76%201.09-1.43v-.02c0-1-.97-1.73-1.93-1.44a10.02%2010.02%200%200%200-6.98%2010.96c.59%204.38%204.13%207.92%208.51%208.51c3.14.42%206.04-.61%208.13-2.53c.74-.68.61-1.89-.26-2.39c-.58-.34-1.3-.23-1.8.22c-1.47%201.34-3.51%202.05-5.73%201.72%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%22M13%203.87v.02c0%20.67.45%201.23%201.08%201.43C16.93%206.21%2019%208.86%2019%2012c0%20.52-.06%201.01-.17%201.49c-.14.64.12%201.3.69%201.64l.01.01c.86.5%201.98.05%202.21-.91c.17-.72.26-1.47.26-2.23c0-4.5-2.98-8.32-7.08-9.57c-.95-.29-1.92.44-1.92%201.44m-2.06%2015.05c-2.99-.43-5.42-2.86-5.86-5.84a6.996%206.996%200%200%201%204.83-7.76c.64-.19%201.09-.76%201.09-1.43v-.02c0-1-.97-1.73-1.93-1.44a10.02%2010.02%200%200%200-6.98%2010.96c.59%204.38%204.13%207.92%208.51%208.51c3.14.42%206.04-.61%208.13-2.53c.74-.68.61-1.89-.26-2.39c-.58-.34-1.3-.23-1.8.22c-1.47%201.34-3.51%202.05-5.73%201.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-data-usage.svg?color=%231a73e8&size=48