animation icon
animation from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- animation
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- animation-rounded, animation-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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 21q-1.258 0-2.34-.473q-1.083-.473-1.899-1.288q-.815-.816-1.288-1.898Q3 16.258 3 15q0-1.775.944-3.267t2.587-2.214q.461-1.033 1.218-1.79t1.77-1.198q.71-1.604 2.17-2.568Q13.148 3 15 3q1.258 0 2.34.473q1.083.473 1.898 1.289q.816.815 1.289 1.898T21 9q0 1.856-.935 3.289q-.934 1.432-2.596 2.192q-.461 1.032-1.209 1.78q-.747.747-1.78 1.208q-.72 1.604-2.174 2.568T9 21m.039-1q1.113 0 2.231-.538t1.769-1.577q-1.527.269-2.889-.214q-1.362-.482-2.35-1.452q-.988-.988-1.471-2.34T6.116 11q-1.02.67-1.568 1.759T4 15q0 1.05.4 1.96t1.075 1.584q.694.675 1.604 1.065q.91.391 1.96.391M12 17q1.44 0 2.478-.654t1.572-1.461q-1.533.269-2.894-.217t-2.35-1.454q-.989-.989-1.474-2.341q-.486-1.352-.216-2.884q-.866.592-1.472 1.639Q7.04 10.675 7.04 12q0 1.05.387 1.95t1.068 1.575q.675.7 1.566 1.087Q10.95 17 12 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAnimation(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 21q-1.258 0-2.34-.473q-1.083-.473-1.899-1.288q-.815-.816-1.288-1.898Q3 16.258 3 15q0-1.775.944-3.267t2.587-2.214q.461-1.033 1.218-1.79t1.77-1.198q.71-1.604 2.17-2.568Q13.148 3 15 3q1.258 0 2.34.473q1.083.473 1.898 1.289q.816.815 1.289 1.898T21 9q0 1.856-.935 3.289q-.934 1.432-2.596 2.192q-.461 1.032-1.209 1.78q-.747.747-1.78 1.208q-.72 1.604-2.174 2.568T9 21m.039-1q1.113 0 2.231-.538t1.769-1.577q-1.527.269-2.889-.214q-1.362-.482-2.35-1.452q-.988-.988-1.471-2.34T6.116 11q-1.02.67-1.568 1.759T4 15q0 1.05.4 1.96t1.075 1.584q.694.675 1.604 1.065q.91.391 1.96.391M12 17q1.44 0 2.478-.654t1.572-1.461q-1.533.269-2.894-.217t-2.35-1.454q-.989-.989-1.474-2.341q-.486-1.352-.216-2.884q-.866.592-1.472 1.639Q7.04 10.675 7.04 12q0 1.05.387 1.95t1.068 1.575q.675.7 1.566 1.087Q10.95 17 12 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 21q-1.258 0-2.34-.473q-1.083-.473-1.899-1.288q-.815-.816-1.288-1.898Q3 16.258 3 15q0-1.775.944-3.267t2.587-2.214q.461-1.033 1.218-1.79t1.77-1.198q.71-1.604 2.17-2.568Q13.148 3 15 3q1.258 0 2.34.473q1.083.473 1.898 1.289q.816.815 1.289 1.898T21 9q0 1.856-.935 3.289q-.934 1.432-2.596 2.192q-.461 1.032-1.209 1.78q-.747.747-1.78 1.208q-.72 1.604-2.174 2.568T9 21m.039-1q1.113 0 2.231-.538t1.769-1.577q-1.527.269-2.889-.214q-1.362-.482-2.35-1.452q-.988-.988-1.471-2.34T6.116 11q-1.02.67-1.568 1.759T4 15q0 1.05.4 1.96t1.075 1.584q.694.675 1.604 1.065q.91.391 1.96.391M12 17q1.44 0 2.478-.654t1.572-1.461q-1.533.269-2.894-.217t-2.35-1.454q-.989-.989-1.474-2.341q-.486-1.352-.216-2.884q-.866.592-1.472 1.639Q7.04 10.675 7.04 12q0 1.05.387 1.95t1.068 1.575q.675.7 1.566 1.087Q10.95 17 12 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%2021q-1.258%200-2.34-.473q-1.083-.473-1.899-1.288q-.815-.816-1.288-1.898Q3%2016.258%203%2015q0-1.775.944-3.267t2.587-2.214q.461-1.033%201.218-1.79t1.77-1.198q.71-1.604%202.17-2.568Q13.148%203%2015%203q1.258%200%202.34.473q1.083.473%201.898%201.289q.816.815%201.289%201.898T21%209q0%201.856-.935%203.289q-.934%201.432-2.596%202.192q-.461%201.032-1.209%201.78q-.747.747-1.78%201.208q-.72%201.604-2.174%202.568T9%2021m.039-1q1.113%200%202.231-.538t1.769-1.577q-1.527.269-2.889-.214q-1.362-.482-2.35-1.452q-.988-.988-1.471-2.34T6.116%2011q-1.02.67-1.568%201.759T4%2015q0%201.05.4%201.96t1.075%201.584q.694.675%201.604%201.065q.91.391%201.96.391M12%2017q1.44%200%202.478-.654t1.572-1.461q-1.533.269-2.894-.217t-2.35-1.454q-.989-.989-1.474-2.341q-.486-1.352-.216-2.884q-.866.592-1.472%201.639Q7.04%2010.675%207.04%2012q0%201.05.387%201.95t1.068%201.575q.675.7%201.566%201.087Q10.95%2017%2012%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%2021q-1.258%200-2.34-.473q-1.083-.473-1.899-1.288q-.815-.816-1.288-1.898Q3%2016.258%203%2015q0-1.775.944-3.267t2.587-2.214q.461-1.033%201.218-1.79t1.77-1.198q.71-1.604%202.17-2.568Q13.148%203%2015%203q1.258%200%202.34.473q1.083.473%201.898%201.289q.816.815%201.289%201.898T21%209q0%201.856-.935%203.289q-.934%201.432-2.596%202.192q-.461%201.032-1.209%201.78q-.747.747-1.78%201.208q-.72%201.604-2.174%202.568T9%2021m.039-1q1.113%200%202.231-.538t1.769-1.577q-1.527.269-2.889-.214q-1.362-.482-2.35-1.452q-.988-.988-1.471-2.34T6.116%2011q-1.02.67-1.568%201.759T4%2015q0%201.05.4%201.96t1.075%201.584q.694.675%201.604%201.065q.91.391%201.96.391M12%2017q1.44%200%202.478-.654t1.572-1.461q-1.533.269-2.894-.217t-2.35-1.454q-.989-.989-1.474-2.341q-.486-1.352-.216-2.884q-.866.592-1.472%201.639Q7.04%2010.675%207.04%2012q0%201.05.387%201.95t1.068%201.575q.675.7%201.566%201.087Q10.95%2017%2012%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/animation.svg?color=%231a73e8&size=48