moving icon
moving-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- moving-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- moving-outline-rounded
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="m20.404 8.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.438l-4.6 4.6q-.14.14-.345.15t-.363-.15t-.16-.354t.16-.354l4.6-4.6q.74-.721 1.77-.73q1.028-.01 1.768.73l1.15 1.15q.454.454 1.069.444q.614-.01 1.068-.444L19.691 7.5h-2.787q-.214 0-.357-.143q-.143-.144-.143-.357t.143-.357q.143-.143.357-.143h3.692q.348 0 .578.23t.23.578V11q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMovingRounded(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="m20.404 8.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.438l-4.6 4.6q-.14.14-.345.15t-.363-.15t-.16-.354t.16-.354l4.6-4.6q.74-.721 1.77-.73q1.028-.01 1.768.73l1.15 1.15q.454.454 1.069.444q.614-.01 1.068-.444L19.691 7.5h-2.787q-.214 0-.357-.143q-.143-.144-.143-.357t.143-.357q.143-.143.357-.143h3.692q.348 0 .578.23t.23.578V11q0 .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="m20.404 8.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.438l-4.6 4.6q-.14.14-.345.15t-.363-.15t-.16-.354t.16-.354l4.6-4.6q.74-.721 1.77-.73q1.028-.01 1.768.73l1.15 1.15q.454.454 1.069.444q.614-.01 1.068-.444L19.691 7.5h-2.787q-.214 0-.357-.143q-.143-.144-.143-.357t.143-.357q.143-.143.357-.143h3.692q.348 0 .578.23t.23.578V11q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357z"/></svg> </template>
CSS
.icon-moving-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%22m20.404%208.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.438l-4.6%204.6q-.14.14-.345.15t-.363-.15t-.16-.354t.16-.354l4.6-4.6q.74-.721%201.77-.73q1.028-.01%201.768.73l1.15%201.15q.454.454%201.069.444q.614-.01%201.068-.444L19.691%207.5h-2.787q-.214%200-.357-.143q-.143-.144-.143-.357t.143-.357q.143-.143.357-.143h3.692q.348%200%20.578.23t.23.578V11q0%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%22m20.404%208.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.438l-4.6%204.6q-.14.14-.345.15t-.363-.15t-.16-.354t.16-.354l4.6-4.6q.74-.721%201.77-.73q1.028-.01%201.768.73l1.15%201.15q.454.454%201.069.444q.614-.01%201.068-.444L19.691%207.5h-2.787q-.214%200-.357-.143q-.143-.144-.143-.357t.143-.357q.143-.143.357-.143h3.692q.348%200%20.578.23t.23.578V11q0%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/moving-rounded.svg?color=%231a73e8&size=48