mobiledata arrows icon

mobiledata-arrows-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
mobiledata-arrows-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
mobiledata-arrows-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the mobiledata arrows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 18.073V9.591q0-.214.143-.357T9 9.09t.357.143t.143.357v8.482l1.735-1.734q.146-.147.344-.153t.363.153q.166.165.169.356q.003.192-.163.357l-2.382 2.383q-.243.242-.566.242t-.565-.242l-2.383-2.383q-.146-.146-.153-.347t.159-.366q.165-.16.354-.163t.354.163zm6-12.157L12.754 7.66q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.388-2.388q.243-.243.566-.243t.566.243l2.388 2.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L15.5 5.916v7.059q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobiledataArrowsRounded(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="M8.5 18.073V9.591q0-.214.143-.357T9 9.09t.357.143t.143.357v8.482l1.735-1.734q.146-.147.344-.153t.363.153q.166.165.169.356q.003.192-.163.357l-2.382 2.383q-.243.242-.566.242t-.565-.242l-2.383-2.383q-.146-.146-.153-.347t.159-.366q.165-.16.354-.163t.354.163zm6-12.157L12.754 7.66q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.388-2.388q.243-.243.566-.243t.566.243l2.388 2.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L15.5 5.916v7.059q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 18.073V9.591q0-.214.143-.357T9 9.09t.357.143t.143.357v8.482l1.735-1.734q.146-.147.344-.153t.363.153q.166.165.169.356q.003.192-.163.357l-2.382 2.383q-.243.242-.566.242t-.565-.242l-2.383-2.383q-.146-.146-.153-.347t.159-.366q.165-.16.354-.163t.354.163zm6-12.157L12.754 7.66q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.388-2.388q.243-.243.566-.243t.566.243l2.388 2.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L15.5 5.916v7.059q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357z"/></svg>
</template>

CSS

.icon-mobiledata-arrows-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%22M8.5%2018.073V9.591q0-.214.143-.357T9%209.09t.357.143t.143.357v8.482l1.735-1.734q.146-.147.344-.153t.363.153q.166.165.169.356q.003.192-.163.357l-2.382%202.383q-.243.242-.566.242t-.565-.242l-2.383-2.383q-.146-.146-.153-.347t.159-.366q.165-.16.354-.163t.354.163zm6-12.157L12.754%207.66q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.388-2.388q.243-.243.566-.243t.566.243l2.388%202.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L15.5%205.916v7.059q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357z%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%22M8.5%2018.073V9.591q0-.214.143-.357T9%209.09t.357.143t.143.357v8.482l1.735-1.734q.146-.147.344-.153t.363.153q.166.165.169.356q.003.192-.163.357l-2.382%202.383q-.243.242-.566.242t-.565-.242l-2.383-2.383q-.146-.146-.153-.347t.159-.366q.165-.16.354-.163t.354.163zm6-12.157L12.754%207.66q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.388-2.388q.243-.243.566-.243t.566.243l2.388%202.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L15.5%205.916v7.059q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobiledata-arrows-rounded.svg?color=%231a73e8&size=48