Fixcyprus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fixcyprus 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/325927.svg" alt="Fixcyprus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325927.svg" alt="Fixcyprus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325927.svg" alt="Fixcyprus icon" :width="24" :height="24" />
CSS background
.icon-fixcyprus {
background-image: url('https://proicons.com/icon/325927.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><line class="c" x1="8.2692" y1="43.5" x2="39.7308" y2="43.5"/><polyline class="c" points="36.2522 43.5 27.0614 4.5 24.2099 4.5 21.3584 4.5 12.1676 43.5"/><line class="c" x1="34.2024" y1="36.6927" x2="14.2173" y2="36.6927"/><line class="c" x1="32.3622" y1="28.2309" x2="16.0575" y2="28.2309"/><line class="c" x1="30.5219" y1="19.7691" x2="17.8978" y2="19.7691"/><line class="c" x1="28.6816" y1="11.3073" x2="19.7381" y2="11.3073"/></svg>
Copied!