Orange Flex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orange Flex 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/345323.svg" alt="Orange Flex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345323.svg" alt="Orange Flex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345323.svg" alt="Orange Flex icon" :width="24" :height="24" />
CSS background
.icon-orange-flex {
background-image: url('https://proicons.com/icon/345323.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="b" x1="38.5" y1="21.7305" x2="31.5129" y2="30.9885"/><line class="b" x1="38.5" y1="30.9885" x2="31.5129" y2="21.7305"/><path class="b" d="M28.4911,29.2255c-.6017,1.0532-1.7357,1.763-3.0355,1.763h0c-1.9294,0-3.4936-1.5641-3.4936-3.4936v-2.2708c0-1.9294,1.5641-3.4936,3.4936-3.4936h0c1.9294,0,3.4936,1.5641,3.4936,3.4936v1.1354s-6.9871,0-6.9871,0"/><line class="b" x1="9.5" y1="21.7305" x2="14.391" y2="21.7305"/><path class="b" d="M11.5714,30.9885v-11.5314c0-1.3506,1.0949-2.4455,2.4455-2.4455h.952c1.2036,0,1.9717.3564,2.487,1.0232v11.2043c0,.9647.7821,1.7468,1.7468,1.7468h.524"/></svg>
Copied!