moving from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
moving
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
moving-outline, moving-outline-sharp, moving-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the moving icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.304 17.308l-.708-.708l4.954-4.954q.74-.721 1.77-.73q1.028-.01 1.769.73l1.15 1.15q.453.454 1.068.445q.614-.01 1.068-.445L19.691 7.5h-3.287v-1h5v5h-1V8.214l-5.321 5.296q-.74.72-1.78.73q-1.038.01-1.759-.711l-1.175-1.175q-.448-.448-1.056-.438q-.607.009-1.055.438z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoving(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.304 17.308l-.708-.708l4.954-4.954q.74-.721 1.77-.73q1.028-.01 1.769.73l1.15 1.15q.453.454 1.068.445q.614-.01 1.068-.445L19.691 7.5h-3.287v-1h5v5h-1V8.214l-5.321 5.296q-.74.72-1.78.73q-1.038.01-1.759-.711l-1.175-1.175q-.448-.448-1.056-.438q-.607.009-1.055.438z"/></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.304 17.308l-.708-.708l4.954-4.954q.74-.721 1.77-.73q1.028-.01 1.769.73l1.15 1.15q.453.454 1.068.445q.614-.01 1.068-.445L19.691 7.5h-3.287v-1h5v5h-1V8.214l-5.321 5.296q-.74.72-1.78.73q-1.038.01-1.759-.711l-1.175-1.175q-.448-.448-1.056-.438q-.607.009-1.055.438z"/></svg>
</template>

CSS

.icon-moving {
  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.304%2017.308l-.708-.708l4.954-4.954q.74-.721%201.77-.73q1.028-.01%201.769.73l1.15%201.15q.453.454%201.068.445q.614-.01%201.068-.445L19.691%207.5h-3.287v-1h5v5h-1V8.214l-5.321%205.296q-.74.72-1.78.73q-1.038.01-1.759-.711l-1.175-1.175q-.448-.448-1.056-.438q-.607.009-1.055.438z%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.304%2017.308l-.708-.708l4.954-4.954q.74-.721%201.77-.73q1.028-.01%201.769.73l1.15%201.15q.453.454%201.068.445q.614-.01%201.068-.445L19.691%207.5h-3.287v-1h5v5h-1V8.214l-5.321%205.296q-.74.72-1.78.73q-1.038.01-1.759-.711l-1.175-1.175q-.448-.448-1.056-.438q-.607.009-1.055.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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