Claro Flex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Claro 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/323759.svg" alt="Claro Flex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323759.svg" alt="Claro Flex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323759.svg" alt="Claro Flex icon" :width="24" :height="24" />
CSS background
.icon-claro-flex {
background-image: url('https://proicons.com/icon/323759.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><rect class="c" x="28.6321" y="24.0486" width="4.2024" height="5.5682" rx="2.1012" ry="2.1012"/><path class="c" d="M25.1418,26.1498c0-1.1605.9407-2.1012,2.1012-2.1012h0"/><line class="c" x1="25.1418" y1="24.0486" x2="25.1418" y2="29.6168"/><line class="c" x1="17.0447" y1="21.212" x2="17.0447" y2="29.6168"/><path class="c" d="M23.1525,27.5156c0,1.1605-.9407,2.1012-2.1012,2.1012h0c-1.1605,0-2.1012-.9407-2.1012-2.1012v-1.3658c0-1.1605.9407-2.1012,2.1012-2.1012h0c1.1605,0,2.1012.9407,2.1012,2.1012"/><line class="c" x1="23.1525" y1="29.6168" x2="23.1525" y2="24.0486"/><path class="c" d="M15.0682,26.7983v.0344c0,1.5376-1.2465,2.7841-2.7841,2.7841h0c-1.5376,0-2.7841-1.2465-2.7841-2.7841v-2.8367c0-1.5376,1.2465-2.7841,2.7841-2.7841h0c1.5376,0,2.7841,1.2465,2.7841,2.7841v.0344"/><line class="c" x1="30.7333" y1="21.9474" x2="30.7333" y2="18.3832"/><line class="c" x1="33.9009" y1="23.3237" x2="37.0527" y2="20.1719"/><line class="c" x1="34.9358" y1="26.8327" x2="38.5" y2="26.8327"/><line class="c" x1="38.5" y1="34.7225" x2="35.0007" y2="39.3591"/><line class="c" x1="38.5" y1="39.3591" x2="35.0007" y2="34.7225"/><path class="c" d="M33.725,38.4761c-.3014.5275-.8693.883-1.5203.883h0c-.9663,0-1.7497-.7834-1.7497-1.7497v-1.1373c0-.9663.7834-1.7497,1.7497-1.7497h0c.9663,0,1.7497.7834,1.7497,1.7497v.5686s-3.4993,0-3.4993,0"/><line class="c" x1="24.4523" y1="34.7225" x2="26.7869" y2="34.7225"/><path class="c" d="M25.3747,39.3591v-5.7752c0-.6764.5483-1.2248,1.2248-1.2248h.4768c.6028,0,.9875.1785,1.2456.5124v5.6114c0,.4832.3917.8748.8748.8748h.2625"/></svg>
Copied!