earthquake icon
earthquake-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- earthquake-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- earthquake-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the earthquake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.025 22q-.35 0-.612-.187T8.05 21.3L5.5 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.25q.325 0 .588.188t.362.512l1.65 5.375L12.025 2.8q.075-.35.35-.575T13 2t.625.213t.35.562l2.175 9.4l1.4-4.475q.1-.325.362-.512T18.5 7t.575.175t.375.475L20.7 11h.3q.425 0 .713.288T22 12t-.288.713T21 13h-1q-.325 0-.575-.175t-.375-.475l-.475-1.275L16.95 16.3q-.1.325-.375.525T15.95 17t-.6-.238t-.325-.537L13 7.525l-3.025 13.7q-.075.35-.337.55T9.025 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEarthquakeRounded(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.025 22q-.35 0-.612-.187T8.05 21.3L5.5 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.25q.325 0 .588.188t.362.512l1.65 5.375L12.025 2.8q.075-.35.35-.575T13 2t.625.213t.35.562l2.175 9.4l1.4-4.475q.1-.325.362-.512T18.5 7t.575.175t.375.475L20.7 11h.3q.425 0 .713.288T22 12t-.288.713T21 13h-1q-.325 0-.575-.175t-.375-.475l-.475-1.275L16.95 16.3q-.1.325-.375.525T15.95 17t-.6-.238t-.325-.537L13 7.525l-3.025 13.7q-.075.35-.337.55T9.025 22"/></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.025 22q-.35 0-.612-.187T8.05 21.3L5.5 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.25q.325 0 .588.188t.362.512l1.65 5.375L12.025 2.8q.075-.35.35-.575T13 2t.625.213t.35.562l2.175 9.4l1.4-4.475q.1-.325.362-.512T18.5 7t.575.175t.375.475L20.7 11h.3q.425 0 .713.288T22 12t-.288.713T21 13h-1q-.325 0-.575-.175t-.375-.475l-.475-1.275L16.95 16.3q-.1.325-.375.525T15.95 17t-.6-.238t-.325-.537L13 7.525l-3.025 13.7q-.075.35-.337.55T9.025 22"/></svg> </template>
CSS
.icon-earthquake-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%22M9.025%2022q-.35%200-.612-.187T8.05%2021.3L5.5%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h3.25q.325%200%20.588.188t.362.512l1.65%205.375L12.025%202.8q.075-.35.35-.575T13%202t.625.213t.35.562l2.175%209.4l1.4-4.475q.1-.325.362-.512T18.5%207t.575.175t.375.475L20.7%2011h.3q.425%200%20.713.288T22%2012t-.288.713T21%2013h-1q-.325%200-.575-.175t-.375-.475l-.475-1.275L16.95%2016.3q-.1.325-.375.525T15.95%2017t-.6-.238t-.325-.537L13%207.525l-3.025%2013.7q-.075.35-.337.55T9.025%2022%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.025%2022q-.35%200-.612-.187T8.05%2021.3L5.5%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h3.25q.325%200%20.588.188t.362.512l1.65%205.375L12.025%202.8q.075-.35.35-.575T13%202t.625.213t.35.562l2.175%209.4l1.4-4.475q.1-.325.362-.512T18.5%207t.575.175t.375.475L20.7%2011h.3q.425%200%20.713.288T22%2012t-.288.713T21%2013h-1q-.325%200-.575-.175t-.375-.475l-.475-1.275L16.95%2016.3q-.1.325-.375.525T15.95%2017t-.6-.238t-.325-.537L13%207.525l-3.025%2013.7q-.075.35-.337.55T9.025%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/earthquake-rounded.svg?color=%231a73e8&size=48