destruction-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
destruction-outline-rounded
Set
Material Symbols Light
Style
Outline 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.434zm.116-1h12.769q.269 0 .442-.172q.173-.173.173-.442v-3.212q0-.27-.173-.442q-.173-.173-.442-.173H5.615q-.269 0-.442.172q-.173.173-.173.443v3.211q0 .27.173.443t.443.173m5.388-11.912l1.738-3.065q.106-.187.283-.268t.364-.03t.31.158t.174.326l.593 3.483l3.407-.954q.217-.056.382.02q.164.074.27.217t.116.328q.009.187-.122.374l-2.03 2.884l1.09.617q.177.104.231.312q.056.208-.048.385t-.302.231t-.375-.049l-1.297-.738q-.323-.186-.404-.528q-.08-.341.137-.634l1.54-2.146l-3.407.937l-.585-3.477l-1.742 3.075l-2.873-2.05l.936 3.408l-3.419.584l1.183.71q.177.104.231.302t-.049.375t-.302.232t-.375-.05l-2.18-1.261q-.187-.106-.255-.273t-.018-.354t.158-.31t.326-.174l3.444-.593L7.2 5.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121zM12 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDestructionOutlineRounded(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.434zm.116-1h12.769q.269 0 .442-.172q.173-.173.173-.442v-3.212q0-.27-.173-.442q-.173-.173-.442-.173H5.615q-.269 0-.442.172q-.173.173-.173.443v3.211q0 .27.173.443t.443.173m5.388-11.912l1.738-3.065q.106-.187.283-.268t.364-.03t.31.158t.174.326l.593 3.483l3.407-.954q.217-.056.382.02q.164.074.27.217t.116.328q.009.187-.122.374l-2.03 2.884l1.09.617q.177.104.231.312q.056.208-.048.385t-.302.231t-.375-.049l-1.297-.738q-.323-.186-.404-.528q-.08-.341.137-.634l1.54-2.146l-3.407.937l-.585-3.477l-1.742 3.075l-2.873-2.05l.936 3.408l-3.419.584l1.183.71q.177.104.231.302t-.049.375t-.302.232t-.375-.05l-2.18-1.261q-.187-.106-.255-.273t-.018-.354t.158-.31t.326-.174l3.444-.593L7.2 5.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121zM12 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="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.434zm.116-1h12.769q.269 0 .442-.172q.173-.173.173-.442v-3.212q0-.27-.173-.442q-.173-.173-.442-.173H5.615q-.269 0-.442.172q-.173.173-.173.443v3.211q0 .27.173.443t.443.173m5.388-11.912l1.738-3.065q.106-.187.283-.268t.364-.03t.31.158t.174.326l.593 3.483l3.407-.954q.217-.056.382.02q.164.074.27.217t.116.328q.009.187-.122.374l-2.03 2.884l1.09.617q.177.104.231.312q.056.208-.048.385t-.302.231t-.375-.049l-1.297-.738q-.323-.186-.404-.528q-.08-.341.137-.634l1.54-2.146l-3.407.937l-.585-3.477l-1.742 3.075l-2.873-2.05l.936 3.408l-3.419.584l1.183.71q.177.104.231.302t-.049.375t-.302.232t-.375-.05l-2.18-1.261q-.187-.106-.255-.273t-.018-.354t.158-.31t.326-.174l3.444-.593L7.2 5.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121zM12 17"/></svg>
</template>

CSS

.icon-destruction-outline-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.434zm.116-1h12.769q.269%200%20.442-.172q.173-.173.173-.442v-3.212q0-.27-.173-.442q-.173-.173-.442-.173H5.615q-.269%200-.442.172q-.173.173-.173.443v3.211q0%20.27.173.443t.443.173m5.388-11.912l1.738-3.065q.106-.187.283-.268t.364-.03t.31.158t.174.326l.593%203.483l3.407-.954q.217-.056.382.02q.164.074.27.217t.116.328q.009.187-.122.374l-2.03%202.884l1.09.617q.177.104.231.312q.056.208-.048.385t-.302.231t-.375-.049l-1.297-.738q-.323-.186-.404-.528q-.08-.341.137-.634l1.54-2.146l-3.407.937l-.585-3.477l-1.742%203.075l-2.873-2.05l.936%203.408l-3.419.584l1.183.71q.177.104.231.302t-.049.375t-.302.232t-.375-.05l-2.18-1.261q-.187-.106-.255-.273t-.018-.354t.158-.31t.326-.174l3.444-.593L7.2%205.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121zM12%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%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.434zm.116-1h12.769q.269%200%20.442-.172q.173-.173.173-.442v-3.212q0-.27-.173-.442q-.173-.173-.442-.173H5.615q-.269%200-.442.172q-.173.173-.173.443v3.211q0%20.27.173.443t.443.173m5.388-11.912l1.738-3.065q.106-.187.283-.268t.364-.03t.31.158t.174.326l.593%203.483l3.407-.954q.217-.056.382.02q.164.074.27.217t.116.328q.009.187-.122.374l-2.03%202.884l1.09.617q.177.104.231.312q.056.208-.048.385t-.302.231t-.375-.049l-1.297-.738q-.323-.186-.404-.528q-.08-.341.137-.634l1.54-2.146l-3.407.937l-.585-3.477l-1.742%203.075l-2.873-2.05l.936%203.408l-3.419.584l1.183.71q.177.104.231.302t-.049.375t-.302.232t-.375-.05l-2.18-1.261q-.187-.106-.255-.273t-.018-.354t.158-.31t.326-.174l3.444-.593L7.2%205.916q-.056-.218.01-.382q.065-.165.207-.27t.33-.116t.372.121zM12%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/destruction-outline-rounded.svg?color=%231a73e8&size=48