web-traffic-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
web-traffic-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
web-traffic-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the web traffic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10h1q.425 0 .713.288T5 11t-.288.713T4 12H3q-.425 0-.712-.288T2 11t.288-.712T3 10m1.7 5.4l.7-.7q.3-.3.7-.287t.7.287q.3.3.313.713t-.288.712l-.7.7q-.3.3-.712.288T4.7 16.8q-.275-.3-.288-.7t.288-.7m.7-8.1l-.7-.7q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287l.7.7q.3.3.288.713T6.8 7.3q-.3.275-.7.288T5.4 7.3m11.9 12l-4.05-4.05l-.75 2.25q-.05.175-.187.263t-.288.087t-.288-.1t-.187-.275l-2.15-7.15q-.05-.2.013-.4T9.6 9.6t.325-.187t.4-.013l7.2 2.15q.175.05.263.188t.087.287t-.075.288t-.25.187l-2.25.8l4 4q.3.3.3.7t-.3.7l-.6.6q-.3.3-.7.3t-.7-.3M10 5V4q0-.425.288-.712T11 3t.713.288T12 4v1q0 .425-.288.713T11 6t-.712-.288T10 5m5.175.875l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q-.275.3-.688.288T15.2 7.3q-.3-.3-.312-.712t.287-.713"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWebTrafficRounded(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="M3 10h1q.425 0 .713.288T5 11t-.288.713T4 12H3q-.425 0-.712-.288T2 11t.288-.712T3 10m1.7 5.4l.7-.7q.3-.3.7-.287t.7.287q.3.3.313.713t-.288.712l-.7.7q-.3.3-.712.288T4.7 16.8q-.275-.3-.288-.7t.288-.7m.7-8.1l-.7-.7q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287l.7.7q.3.3.288.713T6.8 7.3q-.3.275-.7.288T5.4 7.3m11.9 12l-4.05-4.05l-.75 2.25q-.05.175-.187.263t-.288.087t-.288-.1t-.187-.275l-2.15-7.15q-.05-.2.013-.4T9.6 9.6t.325-.187t.4-.013l7.2 2.15q.175.05.263.188t.087.287t-.075.288t-.25.187l-2.25.8l4 4q.3.3.3.7t-.3.7l-.6.6q-.3.3-.7.3t-.7-.3M10 5V4q0-.425.288-.712T11 3t.713.288T12 4v1q0 .425-.288.713T11 6t-.712-.288T10 5m5.175.875l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q-.275.3-.688.288T15.2 7.3q-.3-.3-.312-.712t.287-.713"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10h1q.425 0 .713.288T5 11t-.288.713T4 12H3q-.425 0-.712-.288T2 11t.288-.712T3 10m1.7 5.4l.7-.7q.3-.3.7-.287t.7.287q.3.3.313.713t-.288.712l-.7.7q-.3.3-.712.288T4.7 16.8q-.275-.3-.288-.7t.288-.7m.7-8.1l-.7-.7q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287l.7.7q.3.3.288.713T6.8 7.3q-.3.275-.7.288T5.4 7.3m11.9 12l-4.05-4.05l-.75 2.25q-.05.175-.187.263t-.288.087t-.288-.1t-.187-.275l-2.15-7.15q-.05-.2.013-.4T9.6 9.6t.325-.187t.4-.013l7.2 2.15q.175.05.263.188t.087.287t-.075.288t-.25.187l-2.25.8l4 4q.3.3.3.7t-.3.7l-.6.6q-.3.3-.7.3t-.7-.3M10 5V4q0-.425.288-.712T11 3t.713.288T12 4v1q0 .425-.288.713T11 6t-.712-.288T10 5m5.175.875l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q-.275.3-.688.288T15.2 7.3q-.3-.3-.312-.712t.287-.713"/></svg>
</template>

CSS

.icon-web-traffic-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%22M3%2010h1q.425%200%20.713.288T5%2011t-.288.713T4%2012H3q-.425%200-.712-.288T2%2011t.288-.712T3%2010m1.7%205.4l.7-.7q.3-.3.7-.287t.7.287q.3.3.313.713t-.288.712l-.7.7q-.3.3-.712.288T4.7%2016.8q-.275-.3-.288-.7t.288-.7m.7-8.1l-.7-.7q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287l.7.7q.3.3.288.713T6.8%207.3q-.3.275-.7.288T5.4%207.3m11.9%2012l-4.05-4.05l-.75%202.25q-.05.175-.187.263t-.288.087t-.288-.1t-.187-.275l-2.15-7.15q-.05-.2.013-.4T9.6%209.6t.325-.187t.4-.013l7.2%202.15q.175.05.263.188t.087.287t-.075.288t-.25.187l-2.25.8l4%204q.3.3.3.7t-.3.7l-.6.6q-.3.3-.7.3t-.7-.3M10%205V4q0-.425.288-.712T11%203t.713.288T12%204v1q0%20.425-.288.713T11%206t-.712-.288T10%205m5.175.875l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q-.275.3-.688.288T15.2%207.3q-.3-.3-.312-.712t.287-.713%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%22M3%2010h1q.425%200%20.713.288T5%2011t-.288.713T4%2012H3q-.425%200-.712-.288T2%2011t.288-.712T3%2010m1.7%205.4l.7-.7q.3-.3.7-.287t.7.287q.3.3.313.713t-.288.712l-.7.7q-.3.3-.712.288T4.7%2016.8q-.275-.3-.288-.7t.288-.7m.7-8.1l-.7-.7q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287l.7.7q.3.3.288.713T6.8%207.3q-.3.275-.7.288T5.4%207.3m11.9%2012l-4.05-4.05l-.75%202.25q-.05.175-.187.263t-.288.087t-.288-.1t-.187-.275l-2.15-7.15q-.05-.2.013-.4T9.6%209.6t.325-.187t.4-.013l7.2%202.15q.175.05.263.188t.087.287t-.075.288t-.25.187l-2.25.8l4%204q.3.3.3.7t-.3.7l-.6.6q-.3.3-.7.3t-.7-.3M10%205V4q0-.425.288-.712T11%203t.713.288T12%204v1q0%20.425-.288.713T11%206t-.712-.288T10%205m5.175.875l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q-.275.3-.688.288T15.2%207.3q-.3-.3-.312-.712t.287-.713%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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