animation icon
animation from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- animation
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- animation-rounded, animation-sharp
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the animation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T2 15q0-2.025 1.05-3.7T5.8 8.75q.5-.975 1.238-1.713T8.75 5.8q.825-1.7 2.525-2.75T15 2q1.45 0 2.725.55t2.225 1.5t1.5 2.225T22 9q0 2.125-1.05 3.75t-2.75 2.5q-.5.975-1.237 1.713T15.25 18.2q-.875 1.7-2.55 2.75T9 22m0-2q.825 0 1.588-.25T12 19q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T5 12q-.5.65-.75 1.413T4 15q0 1.05.4 1.95t1.075 1.575T7.05 19.6T9 20m3-3q.825 0 1.613-.25T15.05 16q-1.475 0-2.75-.563t-2.225-1.512T8.563 11.7T8 8.95q-.5.65-.75 1.438T7 12q0 1.05.388 1.95t1.087 1.575q.675.7 1.575 1.087T12 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAnimation(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="M9 22q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T2 15q0-2.025 1.05-3.7T5.8 8.75q.5-.975 1.238-1.713T8.75 5.8q.825-1.7 2.525-2.75T15 2q1.45 0 2.725.55t2.225 1.5t1.5 2.225T22 9q0 2.125-1.05 3.75t-2.75 2.5q-.5.975-1.237 1.713T15.25 18.2q-.875 1.7-2.55 2.75T9 22m0-2q.825 0 1.588-.25T12 19q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T5 12q-.5.65-.75 1.413T4 15q0 1.05.4 1.95t1.075 1.575T7.05 19.6T9 20m3-3q.825 0 1.613-.25T15.05 16q-1.475 0-2.75-.563t-2.225-1.512T8.563 11.7T8 8.95q-.5.65-.75 1.438T7 12q0 1.05.388 1.95t1.087 1.575q.675.7 1.575 1.087T12 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T2 15q0-2.025 1.05-3.7T5.8 8.75q.5-.975 1.238-1.713T8.75 5.8q.825-1.7 2.525-2.75T15 2q1.45 0 2.725.55t2.225 1.5t1.5 2.225T22 9q0 2.125-1.05 3.75t-2.75 2.5q-.5.975-1.237 1.713T15.25 18.2q-.875 1.7-2.55 2.75T9 22m0-2q.825 0 1.588-.25T12 19q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T5 12q-.5.65-.75 1.413T4 15q0 1.05.4 1.95t1.075 1.575T7.05 19.6T9 20m3-3q.825 0 1.613-.25T15.05 16q-1.475 0-2.75-.563t-2.225-1.512T8.563 11.7T8 8.95q-.5.65-.75 1.438T7 12q0 1.05.388 1.95t1.087 1.575q.675.7 1.575 1.087T12 17"/></svg> </template>
CSS
.icon-animation {
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%22M9%2022q-1.45%200-2.725-.55t-2.225-1.5t-1.5-2.225T2%2015q0-2.025%201.05-3.7T5.8%208.75q.5-.975%201.238-1.713T8.75%205.8q.825-1.7%202.525-2.75T15%202q1.45%200%202.725.55t2.225%201.5t1.5%202.225T22%209q0%202.125-1.05%203.75t-2.75%202.5q-.5.975-1.237%201.713T15.25%2018.2q-.875%201.7-2.55%202.75T9%2022m0-2q.825%200%201.588-.25T12%2019q-1.45%200-2.725-.55t-2.225-1.5t-1.5-2.225T5%2012q-.5.65-.75%201.413T4%2015q0%201.05.4%201.95t1.075%201.575T7.05%2019.6T9%2020m3-3q.825%200%201.613-.25T15.05%2016q-1.475%200-2.75-.563t-2.225-1.512T8.563%2011.7T8%208.95q-.5.65-.75%201.438T7%2012q0%201.05.388%201.95t1.087%201.575q.675.7%201.575%201.087T12%2017%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%22M9%2022q-1.45%200-2.725-.55t-2.225-1.5t-1.5-2.225T2%2015q0-2.025%201.05-3.7T5.8%208.75q.5-.975%201.238-1.713T8.75%205.8q.825-1.7%202.525-2.75T15%202q1.45%200%202.725.55t2.225%201.5t1.5%202.225T22%209q0%202.125-1.05%203.75t-2.75%202.5q-.5.975-1.237%201.713T15.25%2018.2q-.875%201.7-2.55%202.75T9%2022m0-2q.825%200%201.588-.25T12%2019q-1.45%200-2.725-.55t-2.225-1.5t-1.5-2.225T5%2012q-.5.65-.75%201.413T4%2015q0%201.05.4%201.95t1.075%201.575T7.05%2019.6T9%2020m3-3q.825%200%201.613-.25T15.05%2016q-1.475%200-2.75-.563t-2.225-1.512T8.563%2011.7T8%208.95q-.5.65-.75%201.438T7%2012q0%201.05.388%201.95t1.087%201.575q.675.7%201.575%201.087T12%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/animation.svg?color=%231a73e8&size=48