Control Center Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Control Center 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/338552.svg" alt="Control Center icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338552.svg" alt="Control Center icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338552.svg" alt="Control Center icon" :width="24" :height="24" />
CSS background
.icon-control-center {
background-image: url('https://proicons.com/icon/338552.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="13.5938" cy="13.5938" r="8.0938"/><circle class="b" cx="34.4062" cy="13.5938" r="8.0938"/><circle class="b" cx="13.5938" cy="34.4062" r="8.0938"/><circle class="b" cx="34.4062" cy="34.4062" r="8.0938"/><line class="b" x1="34.4062" y1="16.5938" x2="34.4062" y2="10.5938"/><line class="b" x1="31.4062" y1="13.5938" x2="37.4062" y2="13.5938"/><line class="b" x1="31.4062" y1="34.4062" x2="37.4062" y2="34.4062"/><path class="b" d="M11.1189,11.1189c-.6334.6334-1.0251,1.5084-1.0251,2.4749s.3918,1.8415,1.0251,2.4749,1.5084,1.0251,2.4749,1.0251,1.8415-.3918,2.4749-1.0251,1.0251-1.5084,1.0251-2.4749-.3918-1.8415-1.0251-2.4749"/><line class="b" x1="13.5938" y1="12.5859" x2="13.5938" y2="9.6519"/><path class="b" d="M16.1388,35.4535c-.6513-.6513-1.5512-1.0542-2.5451-1.0542s-1.8937.4029-2.5451,1.0542"/><path class="b" d="M14.6834,36.907c-.5805-.5825-1.5988-.5825-2.1793,0"/><path class="b" d="M9.5938,34.0006c1.0675-1.0695,2.4876-1.658,4-1.658s2.9325.5885,4,1.658"/><path class="b" d="M16.1388,35.4535c-.6513-.6513-1.5512-1.0542-2.5451-1.0542s-1.8937.4029-2.5451,1.0542"/></svg>
Copied!