Cemiuiler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cemiuiler 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/323550.svg" alt="Cemiuiler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323550.svg" alt="Cemiuiler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323550.svg" alt="Cemiuiler icon" :width="24" :height="24" />
CSS background
.icon-cemiuiler {
background-image: url('https://proicons.com/icon/323550.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,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><rect class="d" x="7.9532" y="9.3336" width="23.746" height="23.746" rx="4.4179" ry="4.4179" transform="translate(-7.1048 10.3658) rotate(-25)"/><circle class="c" cx="37.2542" cy="10.1936" r="2.7612"/><path class="c" d="M36.4252,18.4486c4.0889,2.3607,6.4398,6.8765,6.0284,11.58-.4113,4.7038-3.5108,8.7432-7.9478,10.358-4.4368,1.6149-9.4074.5129-12.746-2.8258"/></svg>
Copied!