destruction icon
destruction-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- destruction-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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="M4 20.23v-6.442h16v6.443zm1-1h14v-4.442H5zm1.66-6.941l-3.622-2.1l5.096-.866l-1.393-5.048l4.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.57zm4.977 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDestructionOutlineSharp(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="M4 20.23v-6.442h16v6.443zm1-1h14v-4.442H5zm1.66-6.941l-3.622-2.1l5.096-.866l-1.393-5.048l4.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.57zm4.977 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20.23v-6.442h16v6.443zm1-1h14v-4.442H5zm1.66-6.941l-3.622-2.1l5.096-.866l-1.393-5.048l4.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.57zm4.977 0"/></svg> </template>
CSS
.icon-destruction-outline-sharp {
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%22M4%2020.23v-6.442h16v6.443zm1-1h14v-4.442H5zm1.66-6.941l-3.622-2.1l5.096-.866l-1.393-5.048l4.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.57zm4.977%200%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%22M4%2020.23v-6.442h16v6.443zm1-1h14v-4.442H5zm1.66-6.941l-3.622-2.1l5.096-.866l-1.393-5.048l4.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.57zm4.977%200%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-sharp.svg?color=%231a73e8&size=48