destruction icon
destruction-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- destruction-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the destruction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 20.23q-.633 0-1.066-.433T4 18.731v-3.443q0-.632.434-1.066q.433-.433 1.066-.433h13q.633 0 1.066.433q.434.434.434 1.066v3.443q0 .632-.434 1.066q-.433.434-1.066.434zm1.8-7.941q-.323 0-.615-.079q-.293-.077-.585-.239l-1.621-.944q-.187-.106-.255-.273t-.018-.354t.158-.31t.327-.174l3.444-.593L7.2 5.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121l2.885 2.05l1.738-3.065q.106-.187.283-.267t.364-.031t.31.159q.124.108.174.326l.593 3.482l3.407-.954q.217-.056.382.02q.164.075.27.217t.116.328t-.122.374l-2.03 2.884l.115.064q.521.298.369.865t-.754.567z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDestructionRounded(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="M5.5 20.23q-.633 0-1.066-.433T4 18.731v-3.443q0-.632.434-1.066q.433-.433 1.066-.433h13q.633 0 1.066.433q.434.434.434 1.066v3.443q0 .632-.434 1.066q-.433.434-1.066.434zm1.8-7.941q-.323 0-.615-.079q-.293-.077-.585-.239l-1.621-.944q-.187-.106-.255-.273t-.018-.354t.158-.31t.327-.174l3.444-.593L7.2 5.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121l2.885 2.05l1.738-3.065q.106-.187.283-.267t.364-.031t.31.159q.124.108.174.326l.593 3.482l3.407-.954q.217-.056.382.02q.164.075.27.217t.116.328t-.122.374l-2.03 2.884l.115.064q.521.298.369.865t-.754.567z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 20.23q-.633 0-1.066-.433T4 18.731v-3.443q0-.632.434-1.066q.433-.433 1.066-.433h13q.633 0 1.066.433q.434.434.434 1.066v3.443q0 .632-.434 1.066q-.433.434-1.066.434zm1.8-7.941q-.323 0-.615-.079q-.293-.077-.585-.239l-1.621-.944q-.187-.106-.255-.273t-.018-.354t.158-.31t.327-.174l3.444-.593L7.2 5.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121l2.885 2.05l1.738-3.065q.106-.187.283-.267t.364-.031t.31.159q.124.108.174.326l.593 3.482l3.407-.954q.217-.056.382.02q.164.075.27.217t.116.328t-.122.374l-2.03 2.884l.115.064q.521.298.369.865t-.754.567z"/></svg> </template>
CSS
.icon-destruction-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%22M5.5%2020.23q-.633%200-1.066-.433T4%2018.731v-3.443q0-.632.434-1.066q.433-.433%201.066-.433h13q.633%200%201.066.433q.434.434.434%201.066v3.443q0%20.632-.434%201.066q-.433.434-1.066.434zm1.8-7.941q-.323%200-.615-.079q-.293-.077-.585-.239l-1.621-.944q-.187-.106-.255-.273t-.018-.354t.158-.31t.327-.174l3.444-.593L7.2%205.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121l2.885%202.05l1.738-3.065q.106-.187.283-.267t.364-.031t.31.159q.124.108.174.326l.593%203.482l3.407-.954q.217-.056.382.02q.164.075.27.217t.116.328t-.122.374l-2.03%202.884l.115.064q.521.298.369.865t-.754.567z%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%22M5.5%2020.23q-.633%200-1.066-.433T4%2018.731v-3.443q0-.632.434-1.066q.433-.433%201.066-.433h13q.633%200%201.066.433q.434.434.434%201.066v3.443q0%20.632-.434%201.066q-.433.434-1.066.434zm1.8-7.941q-.323%200-.615-.079q-.293-.077-.585-.239l-1.621-.944q-.187-.106-.255-.273t-.018-.354t.158-.31t.327-.174l3.444-.593L7.2%205.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121l2.885%202.05l1.738-3.065q.106-.187.283-.267t.364-.031t.31.159q.124.108.174.326l.593%203.482l3.407-.954q.217-.056.382.02q.164.075.27.217t.116.328t-.122.374l-2.03%202.884l.115.064q.521.298.369.865t-.754.567z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/destruction-rounded.svg?color=%231a73e8&size=48