Complication Box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Complication Box 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/338517.svg" alt="Complication Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338517.svg" alt="Complication Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338517.svg" alt="Complication Box icon" :width="24" :height="24" />
CSS background
.icon-complication-box {
background-image: url('https://proicons.com/icon/338517.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><path class="c" d="M19.7441,4.4998c-1.369,0-2.5571.9454-2.8652,2.2793l-1.3105,5.6699h.0605c-3.7114,2.6793-5.9158,6.9735-5.9297,11.551.0141,4.5764,2.2176,8.8696,5.9277,11.549h-.0586l1.3105,5.6719c.3081,1.3339,1.4943,2.2793,2.8633,2.2793h8.5137c1.369,0,2.5571-.9454,2.8652-2.2793l1.3105-5.6738h-.0566c3.7088-2.6794,5.9115-6.9716,5.9258-11.547-.0011-4.5652-2.1817-8.8555-5.8691-11.547l-1.3105-5.6738c-.3081-1.3339-1.4962-2.2793-2.8652-2.2793h-8.5117v-.0002Z"/><circle class="c" cx="24.0001" cy="23.9998" r="10.5"/><path class="c" d="M18.8691,21.0378l5.1305,2.9621,5.1305-2.9621-5.1305-2.9621-5.1305,2.9621v5.9242l5.1305,2.9621,5.1305-2.9621v-5.9242l-5.1305,2.9621v5.9242"/></svg>
Copied!