Flexible Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Flexible 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/320046.svg" alt="Flexible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320046.svg" alt="Flexible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320046.svg" alt="Flexible icon" :width="24" :height="24" />
CSS background
.icon-flexible {
background-image: url('https://proicons.com/icon/320046.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 27.5.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="flexible_00000051369117072439838590000015487887306303656851_" d="M16.36,31h-0.72v-5c0-5.713,4.647-10.36,10.36-10.36 h4.131l-5.386-5.386l0.51-0.509L31.509,16l-6.254,6.255l-0.51-0.51l5.386-5.385H26c-5.315,0-9.64,4.325-9.64,9.64V31z M6.746,22.255 L0.491,16l6.255-6.254l0.509,0.509L1.869,15.64H6c3.289,0,6.31,1.51,8.288,4.144l-0.576,0.432C11.872,17.766,9.061,16.36,6,16.36 H1.869l5.385,5.385L6.746,22.255z M16.36,16h-0.72V1.869l-5.386,5.385L9.746,6.746L16,0.491l6.255,6.255l-0.51,0.509L16.36,1.869V16 z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!