Fragile Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Fragile icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320064.svg" alt="Fragile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320064.svg" alt="Fragile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320064.svg" alt="Fragile icon" :width="24" :height="24" />
CSS background
.icon-fragile {
background-image: url('https://proicons.com/icon/320064.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="fragile_1_" d="M21,31.36H11v-0.72h4.64V17.35c-3.34-0.187-6-2.963-6-6.35V1c0-0.199,0.161-0.36,0.36-0.36h10 c0.146,0,0.277,0.087,0.333,0.222c0.056,0.134,0.024,0.289-0.078,0.392L17.509,4l1.746,1.746c0.141,0.141,0.141,0.368,0,0.509l-3,3 l-0.509-0.509L18.491,6l-1.746-1.746c-0.141-0.141-0.141-0.368,0-0.509l2.385-2.386h-8.77V11c0,3.11,2.53,5.64,5.64,5.64 s5.64-2.53,5.64-5.64V3h0.721v8c0,3.386-2.66,6.163-6,6.35v13.29H21V31.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!