falling icon
falling from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- falling
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- falling-outline, falling-outline-sharp, falling-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the falling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.096 21.904l-1.019-.188l.78-4.127l-3.715-2.777l-1.434-6.335l-3.066 2.63l.762 3.609l-1.02.188l-.846-4.131L7.797 7.01q.46-.423 1.094-.307q.633.116 1.243.359q.877.369 1.807.529q.93.159 1.862.034q.798-.125 1.497-.536t1.317-.923l.634.8q-.615.459-1.261.873q-.647.413-1.399.63q-.96.264-1.931.18q-.972-.083-1.932-.322l.989 4.35l3.969-.738l4.603 3.277l-.604.792l-3.973-2.77l-4.926.989l3.277 2.385zM6.81 4.845q-.501-.5-.501-1.191q0-.69.5-1.191Q7.31 1.96 8 1.96t1.191.501t.501 1.192q0 .69-.5 1.191q-.502.501-1.192.501t-1.191-.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFalling(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="m13.096 21.904l-1.019-.188l.78-4.127l-3.715-2.777l-1.434-6.335l-3.066 2.63l.762 3.609l-1.02.188l-.846-4.131L7.797 7.01q.46-.423 1.094-.307q.633.116 1.243.359q.877.369 1.807.529q.93.159 1.862.034q.798-.125 1.497-.536t1.317-.923l.634.8q-.615.459-1.261.873q-.647.413-1.399.63q-.96.264-1.931.18q-.972-.083-1.932-.322l.989 4.35l3.969-.738l4.603 3.277l-.604.792l-3.973-2.77l-4.926.989l3.277 2.385zM6.81 4.845q-.501-.5-.501-1.191q0-.69.5-1.191Q7.31 1.96 8 1.96t1.191.501t.501 1.192q0 .69-.5 1.191q-.502.501-1.192.501t-1.191-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.096 21.904l-1.019-.188l.78-4.127l-3.715-2.777l-1.434-6.335l-3.066 2.63l.762 3.609l-1.02.188l-.846-4.131L7.797 7.01q.46-.423 1.094-.307q.633.116 1.243.359q.877.369 1.807.529q.93.159 1.862.034q.798-.125 1.497-.536t1.317-.923l.634.8q-.615.459-1.261.873q-.647.413-1.399.63q-.96.264-1.931.18q-.972-.083-1.932-.322l.989 4.35l3.969-.738l4.603 3.277l-.604.792l-3.973-2.77l-4.926.989l3.277 2.385zM6.81 4.845q-.501-.5-.501-1.191q0-.69.5-1.191Q7.31 1.96 8 1.96t1.191.501t.501 1.192q0 .69-.5 1.191q-.502.501-1.192.501t-1.191-.5"/></svg> </template>
CSS
.icon-falling {
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%22m13.096%2021.904l-1.019-.188l.78-4.127l-3.715-2.777l-1.434-6.335l-3.066%202.63l.762%203.609l-1.02.188l-.846-4.131L7.797%207.01q.46-.423%201.094-.307q.633.116%201.243.359q.877.369%201.807.529q.93.159%201.862.034q.798-.125%201.497-.536t1.317-.923l.634.8q-.615.459-1.261.873q-.647.413-1.399.63q-.96.264-1.931.18q-.972-.083-1.932-.322l.989%204.35l3.969-.738l4.603%203.277l-.604.792l-3.973-2.77l-4.926.989l3.277%202.385zM6.81%204.845q-.501-.5-.501-1.191q0-.69.5-1.191Q7.31%201.96%208%201.96t1.191.501t.501%201.192q0%20.69-.5%201.191q-.502.501-1.192.501t-1.191-.5%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%22m13.096%2021.904l-1.019-.188l.78-4.127l-3.715-2.777l-1.434-6.335l-3.066%202.63l.762%203.609l-1.02.188l-.846-4.131L7.797%207.01q.46-.423%201.094-.307q.633.116%201.243.359q.877.369%201.807.529q.93.159%201.862.034q.798-.125%201.497-.536t1.317-.923l.634.8q-.615.459-1.261.873q-.647.413-1.399.63q-.96.264-1.931.18q-.972-.083-1.932-.322l.989%204.35l3.969-.738l4.603%203.277l-.604.792l-3.973-2.77l-4.926.989l3.277%202.385zM6.81%204.845q-.501-.5-.501-1.191q0-.69.5-1.191Q7.31%201.96%208%201.96t1.191.501t.501%201.192q0%20.69-.5%201.191q-.502.501-1.192.501t-1.191-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/falling.svg?color=%231a73e8&size=48