Insidecfl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Insidecfl 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/327450.svg" alt="Insidecfl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327450.svg" alt="Insidecfl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327450.svg" alt="Insidecfl icon" :width="24" :height="24" />
CSS background
.icon-insidecfl {
background-image: url('https://proicons.com/icon/327450.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M32.1573,17.072h-.0084s-16.7811,0-16.7811,0c-1.3833,0-2.1861.3756-2.8046,1.3339l-3.1419,4.8686c-.7702,1.1935-.5389,2.2106,1.0765,2.2106h7.1366"/><path id="c" class="f" d="M30.0406,20.3343l-6.9044.0104-3.2973,5.2069"/><path id="d" class="f" d="M35.1172,17.0862l-5.4608,8.3942h9.347"/><path id="e" class="f" d="M4.5,29.9798V12.3997c0-2.4765,1.57-3.7946,3.7946-3.7946h31.4378c2.5439,0,3.7677,1.574,3.7677,3.7677v18.0407c0,2.0727-1.2708,3.6626-3.6626,3.6626h-6.8971l-10.5252,7.0344c-1.1388.7611-1.9925-.1396-1.3514-1.1279l3.8315-5.9065H8.3773c-2.4775,0-3.8773-1.4265-3.8773-4.0963Z"/></svg>
Copied!