Resilience Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Resilience 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/320621.svg" alt="Resilience icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320621.svg" alt="Resilience icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320621.svg" alt="Resilience icon" :width="24" :height="24" />
CSS background
.icon-resilience {
background-image: url('https://proicons.com/icon/320621.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 26.1.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="resilience_00000156568019128045328940000002620338200786793367_" d="M31,31.36H1v-0.72h30V31.36z M16,28.36 c-5.037,0-10.681-0.753-15.099-2.015l0.197-0.691C5.456,26.897,11.026,27.64,16,27.64s10.544-0.742,14.901-1.985l0.197,0.691 C26.681,27.607,21.036,28.36,16,28.36z M16,25.36c-6.223,0-11.769-1.484-15.216-4.072l0.433-0.576C4.542,23.208,9.93,24.64,16,24.64 s11.459-1.432,14.784-3.928l0.432,0.576C27.769,23.876,22.223,25.36,16,25.36z M16,22.509l-6.254-6.254l0.509-0.509l5.386,5.385V1 h0.72v20.131l5.385-5.385l0.51,0.509L16,22.509z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!