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

Name
destruction-outline
Set
Material Symbols Light
Style
Outline
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.173m1.044-6.943l-3.621-2.1l5.096-.865L6.74 4.275l4.263 3.044L13.6 2.77l.865 5.154l5.048-1.394l-3.025 4.263l2.647 1.496h-2.05l-2.073-1.173l2.05-2.873l-3.408.937l-.585-3.477l-1.742 3.075l-2.873-2.05l.937 3.407l-3.42.585l2.616 1.57zM12 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDestructionOutline(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.173m1.044-6.943l-3.621-2.1l5.096-.865L6.74 4.275l4.263 3.044L13.6 2.77l.865 5.154l5.048-1.394l-3.025 4.263l2.647 1.496h-2.05l-2.073-1.173l2.05-2.873l-3.408.937l-.585-3.477l-1.742 3.075l-2.873-2.05l.937 3.407l-3.42.585l2.616 1.57zM12 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.173m1.044-6.943l-3.621-2.1l5.096-.865L6.74 4.275l4.263 3.044L13.6 2.77l.865 5.154l5.048-1.394l-3.025 4.263l2.647 1.496h-2.05l-2.073-1.173l2.05-2.873l-3.408.937l-.585-3.477l-1.742 3.075l-2.873-2.05l.937 3.407l-3.42.585l2.616 1.57zM12 17"/></svg>
</template>

CSS

.icon-destruction-outline {
  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.173m1.044-6.943l-3.621-2.1l5.096-.865L6.74%204.275l4.263%203.044L13.6%202.77l.865%205.154l5.048-1.394l-3.025%204.263l2.647%201.496h-2.05l-2.073-1.173l2.05-2.873l-3.408.937l-.585-3.477l-1.742%203.075l-2.873-2.05l.937%203.407l-3.42.585l2.616%201.57zM12%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.173m1.044-6.943l-3.621-2.1l5.096-.865L6.74%204.275l4.263%203.044L13.6%202.77l.865%205.154l5.048-1.394l-3.025%204.263l2.647%201.496h-2.05l-2.073-1.173l2.05-2.873l-3.408.937l-.585-3.477l-1.742%203.075l-2.873-2.05l.937%203.407l-3.42.585l2.616%201.57zM12%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.svg?color=%231a73e8&size=48