round volcano icon
round-volcano from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-volcano
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round volcano icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.49 8h-4.14c-.82 0-1.55.5-1.86 1.26L9 13H7.3c-.79 0-1.51.47-1.83 1.19l-2.22 5C2.66 20.51 3.63 22 5.08 22h14.27c1.33 0 2.29-1.27 1.92-2.55l-2.86-10A1.99 1.99 0 0 0 16.49 8M14 1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1m5.66 2.34a.996.996 0 0 0-1.41 0l-1.41 1.41a.996.996 0 1 0 1.41 1.41l1.41-1.41a.996.996 0 0 0 0-1.41m-8.49 1.42L9.76 3.34a.996.996 0 1 0-1.41 1.41l1.41 1.41c.39.39 1.02.39 1.41 0a.984.984 0 0 0 0-1.4"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundVolcano(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="M16.49 8h-4.14c-.82 0-1.55.5-1.86 1.26L9 13H7.3c-.79 0-1.51.47-1.83 1.19l-2.22 5C2.66 20.51 3.63 22 5.08 22h14.27c1.33 0 2.29-1.27 1.92-2.55l-2.86-10A1.99 1.99 0 0 0 16.49 8M14 1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1m5.66 2.34a.996.996 0 0 0-1.41 0l-1.41 1.41a.996.996 0 1 0 1.41 1.41l1.41-1.41a.996.996 0 0 0 0-1.41m-8.49 1.42L9.76 3.34a.996.996 0 1 0-1.41 1.41l1.41 1.41c.39.39 1.02.39 1.41 0a.984.984 0 0 0 0-1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.49 8h-4.14c-.82 0-1.55.5-1.86 1.26L9 13H7.3c-.79 0-1.51.47-1.83 1.19l-2.22 5C2.66 20.51 3.63 22 5.08 22h14.27c1.33 0 2.29-1.27 1.92-2.55l-2.86-10A1.99 1.99 0 0 0 16.49 8M14 1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1m5.66 2.34a.996.996 0 0 0-1.41 0l-1.41 1.41a.996.996 0 1 0 1.41 1.41l1.41-1.41a.996.996 0 0 0 0-1.41m-8.49 1.42L9.76 3.34a.996.996 0 1 0-1.41 1.41l1.41 1.41c.39.39 1.02.39 1.41 0a.984.984 0 0 0 0-1.4"/></svg> </template>
CSS
.icon-round-volcano {
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%22M16.49%208h-4.14c-.82%200-1.55.5-1.86%201.26L9%2013H7.3c-.79%200-1.51.47-1.83%201.19l-2.22%205C2.66%2020.51%203.63%2022%205.08%2022h14.27c1.33%200%202.29-1.27%201.92-2.55l-2.86-10A1.99%201.99%200%200%200%2016.49%208M14%201c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201s1-.45%201-1V2c0-.55-.45-1-1-1m5.66%202.34a.996.996%200%200%200-1.41%200l-1.41%201.41a.996.996%200%201%200%201.41%201.41l1.41-1.41a.996.996%200%200%200%200-1.41m-8.49%201.42L9.76%203.34a.996.996%200%201%200-1.41%201.41l1.41%201.41c.39.39%201.02.39%201.41%200a.984.984%200%200%200%200-1.4%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%22M16.49%208h-4.14c-.82%200-1.55.5-1.86%201.26L9%2013H7.3c-.79%200-1.51.47-1.83%201.19l-2.22%205C2.66%2020.51%203.63%2022%205.08%2022h14.27c1.33%200%202.29-1.27%201.92-2.55l-2.86-10A1.99%201.99%200%200%200%2016.49%208M14%201c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201s1-.45%201-1V2c0-.55-.45-1-1-1m5.66%202.34a.996.996%200%200%200-1.41%200l-1.41%201.41a.996.996%200%201%200%201.41%201.41l1.41-1.41a.996.996%200%200%200%200-1.41m-8.49%201.42L9.76%203.34a.996.996%200%201%200-1.41%201.41l1.41%201.41c.39.39%201.02.39%201.41%200a.984.984%200%200%200%200-1.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-volcano.svg?color=%231a73e8&size=48