structure fail icon
structure-fail from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- structure-fail
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the structure fail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.016 5c0-1.414 0-2.121.511-2.56C16.04 2 16.862 2 18.51 2s2.47 0 2.982.44c.511.439.511 1.146.511 2.56s0 2.121-.511 2.56C20.98 8 20.157 8 18.51 8s-2.47 0-2.982-.44c-.511-.439-.511-1.146-.511-2.56Zm0 14c0-1.414 0-2.121.511-2.56c.512-.44 1.335-.44 2.982-.44s2.47 0 2.982.44c.511.439.511 1.146.511 2.56s0 2.121-.511 2.56c-.512.44-1.335.44-2.982.44s-2.47 0-2.982-.44c-.511-.439-.511-1.146-.511-2.56Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m8.541 10.483l-3.018 3.012m3.018 0l-3.018-3.012m1.522 6.548c2.765 0 4.965-2.26 4.965-5.038s-2.241-5.03-5.006-5.03m.041 10.068c-2.764 0-5.047-2.26-5.047-5.038s2.241-5.03 5.006-5.03m.041 10.068c-.07 2.13 1.487 2.908 2.595 2.949h2.37M7.004 6.964c-.07-2.16 1.513-2.92 2.636-2.968h2.381"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStructureFail(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M15.016 5c0-1.414 0-2.121.511-2.56C16.04 2 16.862 2 18.51 2s2.47 0 2.982.44c.511.439.511 1.146.511 2.56s0 2.121-.511 2.56C20.98 8 20.157 8 18.51 8s-2.47 0-2.982-.44c-.511-.439-.511-1.146-.511-2.56Zm0 14c0-1.414 0-2.121.511-2.56c.512-.44 1.335-.44 2.982-.44s2.47 0 2.982.44c.511.439.511 1.146.511 2.56s0 2.121-.511 2.56c-.512.44-1.335.44-2.982.44s-2.47 0-2.982-.44c-.511-.439-.511-1.146-.511-2.56Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m8.541 10.483l-3.018 3.012m3.018 0l-3.018-3.012m1.522 6.548c2.765 0 4.965-2.26 4.965-5.038s-2.241-5.03-5.006-5.03m.041 10.068c-2.764 0-5.047-2.26-5.047-5.038s2.241-5.03 5.006-5.03m.041 10.068c-.07 2.13 1.487 2.908 2.595 2.949h2.37M7.004 6.964c-.07-2.16 1.513-2.92 2.636-2.968h2.381"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.016 5c0-1.414 0-2.121.511-2.56C16.04 2 16.862 2 18.51 2s2.47 0 2.982.44c.511.439.511 1.146.511 2.56s0 2.121-.511 2.56C20.98 8 20.157 8 18.51 8s-2.47 0-2.982-.44c-.511-.439-.511-1.146-.511-2.56Zm0 14c0-1.414 0-2.121.511-2.56c.512-.44 1.335-.44 2.982-.44s2.47 0 2.982.44c.511.439.511 1.146.511 2.56s0 2.121-.511 2.56c-.512.44-1.335.44-2.982.44s-2.47 0-2.982-.44c-.511-.439-.511-1.146-.511-2.56Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m8.541 10.483l-3.018 3.012m3.018 0l-3.018-3.012m1.522 6.548c2.765 0 4.965-2.26 4.965-5.038s-2.241-5.03-5.006-5.03m.041 10.068c-2.764 0-5.047-2.26-5.047-5.038s2.241-5.03 5.006-5.03m.041 10.068c-.07 2.13 1.487 2.908 2.595 2.949h2.37M7.004 6.964c-.07-2.16 1.513-2.92 2.636-2.968h2.381"/></g></svg> </template>
CSS
.icon-structure-fail {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.016%205c0-1.414%200-2.121.511-2.56C16.04%202%2016.862%202%2018.51%202s2.47%200%202.982.44c.511.439.511%201.146.511%202.56s0%202.121-.511%202.56C20.98%208%2020.157%208%2018.51%208s-2.47%200-2.982-.44c-.511-.439-.511-1.146-.511-2.56Zm0%2014c0-1.414%200-2.121.511-2.56c.512-.44%201.335-.44%202.982-.44s2.47%200%202.982.44c.511.439.511%201.146.511%202.56s0%202.121-.511%202.56c-.512.44-1.335.44-2.982.44s-2.47%200-2.982-.44c-.511-.439-.511-1.146-.511-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.541%2010.483l-3.018%203.012m3.018%200l-3.018-3.012m1.522%206.548c2.765%200%204.965-2.26%204.965-5.038s-2.241-5.03-5.006-5.03m.041%2010.068c-2.764%200-5.047-2.26-5.047-5.038s2.241-5.03%205.006-5.03m.041%2010.068c-.07%202.13%201.487%202.908%202.595%202.949h2.37M7.004%206.964c-.07-2.16%201.513-2.92%202.636-2.968h2.381%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.016%205c0-1.414%200-2.121.511-2.56C16.04%202%2016.862%202%2018.51%202s2.47%200%202.982.44c.511.439.511%201.146.511%202.56s0%202.121-.511%202.56C20.98%208%2020.157%208%2018.51%208s-2.47%200-2.982-.44c-.511-.439-.511-1.146-.511-2.56Zm0%2014c0-1.414%200-2.121.511-2.56c.512-.44%201.335-.44%202.982-.44s2.47%200%202.982.44c.511.439.511%201.146.511%202.56s0%202.121-.511%202.56c-.512.44-1.335.44-2.982.44s-2.47%200-2.982-.44c-.511-.439-.511-1.146-.511-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.541%2010.483l-3.018%203.012m3.018%200l-3.018-3.012m1.522%206.548c2.765%200%204.965-2.26%204.965-5.038s-2.241-5.03-5.006-5.03m.041%2010.068c-2.764%200-5.047-2.26-5.047-5.038s2.241-5.03%205.006-5.03m.041%2010.068c-.07%202.13%201.487%202.908%202.595%202.949h2.37M7.004%206.964c-.07-2.16%201.513-2.92%202.636-2.968h2.381%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/structure-fail.svg?color=%231a73e8&size=48