Complications Suite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Complications Suite 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/338518.svg" alt="Complications Suite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338518.svg" alt="Complications Suite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338518.svg" alt="Complications Suite icon" :width="24" :height="24" />
CSS background
.icon-complications-suite {
background-image: url('https://proicons.com/icon/338518.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24.0001" r="14.3"/><path class="c" d="M32.432,12.4534l-1.3106-5.6746c-.3081-1.3339-1.4959-2.2787-2.8649-2.2787h-8.513c-1.369,0-2.5568.9448-2.8649,2.2787l-1.3095,5.6699"/><path class="c" d="M15.568,35.5481l1.3102,5.673c.3081,1.3339,1.4959,2.2787,2.8649,2.2787h8.513c1.369,0,2.5568-.9448,2.8649-2.2787l1.3106-5.6746"/><rect class="c" x="17.196" y="17.1961" width="5.1033" height="5.1033"/><rect class="c" x="17.196" y="25.7011" width="5.1033" height="5.1033"/><rect class="c" x="25.701" y="25.7011" width="5.1033" height="5.1033"/><path class="c" d="M28.253,16.1391l-3.6086,3.6086,3.6086,3.6086,3.6086-3.6086-3.6086-3.6086Z"/></svg>
Copied!