Update Me Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Update Me 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/334554.svg" alt="Update Me icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334554.svg" alt="Update Me icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334554.svg" alt="Update Me icon" :width="24" :height="24" />
CSS background
.icon-update-me {
background-image: url('https://proicons.com/icon/334554.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M24,12.633c5.011,0,9.431,3.2814,10.8811,8.078,1.4498,4.7965-.412,9.9766-4.5835,12.7527-4.1717,2.7758-9.6689,2.4926-13.5334-.6971-3.8645-3.19-5.1843-8.5343-3.2491-13.1567"/><path class="b" d="M13.5151,19.61l-2.7746,1.358"/><path class="b" d="M13.5151,19.61l1.8768,2.4535"/></svg>
Copied!