Adjust Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Adjust 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/304892.svg" alt="Adjust icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304892.svg" alt="Adjust icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304892.svg" alt="Adjust icon" :width="24" :height="24" />
CSS background
.icon-adjust {
background-image: url('https://proicons.com/icon/304892.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 62C258 62 63 258 63 500s195 438 437 438 438-196 438-438S742 62 500 62zm0 823c-213 0-385-172-385-385s172-385 385-385 385 172 385 385-172 385-385 385zm0-721v672c185 0 336-151 336-336S685 164 500 164z"/></svg>
Copied!