Update Centre Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Update Centre 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/349112.svg" alt="Update Centre icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349112.svg" alt="Update Centre icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349112.svg" alt="Update Centre icon" :width="24" :height="24" />
CSS background
.icon-update-centre {
background-image: url('https://proicons.com/icon/349112.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>.m{stroke-linejoin:round;}.m,.n,.o{fill:none;stroke:#fff;stroke-linecap:round;}.n{stroke-miterlimit:4;stroke-width:1px;}.o{stroke-miterlimit:4;stroke-width:1px;}</style></defs><g id="c"><path id="d" class="m" d="M18.7626,28.871c-1.0824.0079-1.9662-.8632-1.9741-1.9455s.8632-1.9662,1.9455-1.9741,1.9662.8632,1.9741,1.9455c.0002.0313-.0003.0626-.0016.094-.0344,1.0487-.8948,1.8808-1.9439,1.8802Z"/><path id="e" class="m" d="M30.1076,28.871c-1.0824.0079-1.9662-.8632-1.9741-1.9455s.8632-1.9662,1.9455-1.9741,1.9662.8632,1.9741,1.9455c.0002.0313-.0003.0626-.0016.094-.0344,1.0487-.8948,1.8808-1.9439,1.8802Z"/><path id="f" class="m" d="M24.4033,16.8727h0c7.6737,0,13.8944,6.2207,13.8944,13.8944h0c0,1.0912-.8846,1.9758-1.9758,1.9758H12.4209c-1.0912,0-1.9758-.8846-1.9758-1.9758h0c0-7.6737,6.2206-13.8945,13.8943-13.8946.0213,0,.0426,0,.0638,0h.0001Z"/><line id="g" class="m" x1="12.4209" y1="14.8013" x2="16.3725" y2="19.4381"/><line id="h" class="m" x1="36.4174" y1="14.8013" x2="32.4818" y2="19.4381"/></g><path id="i" class="o" d="M44.1288,26.4577c-1.2205,10.0434-9.7454,17.5957-19.8626,17.5966-10.1172.0009-18.6435-7.5499-19.8658-17.593"/><path id="j" class="m" d="M2.5,29.9682l1.8298-3.8427,3.2319,2.7152"/><path id="k" class="n" d="M4.1009,22.5213C4.8266,12.4301,12.9702,4.4681,23.0752,3.9703c10.105-.4979,18.9919,6.625,20.706,16.596"/><path id="l" class="m" d="M45.5,16.8288l-1.6389,3.9279-3.3614-2.5531"/></svg>
Copied!