Rustcontrol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rustcontrol 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/332289.svg" alt="Rustcontrol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332289.svg" alt="Rustcontrol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332289.svg" alt="Rustcontrol icon" :width="24" :height="24" />
CSS background
.icon-rustcontrol {
background-image: url('https://proicons.com/icon/332289.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="23.9619" cy="33.5144" r="7.219"/><path class="b" d="M5.5981,15.2907c.0723.1164.1675.2116,1.5922,1.6363s4.179,4.179,5.6319,5.6319,1.6045,1.6045,1.7483,1.6124c.1437.0079.2795-.1278.9725-.7661s1.9431-1.7791,4.2327-2.3354,5.6186-.5281,7.8786-.0621c2.26.466,3.4508,1.3698,4.1847,1.9601.7339.5903,1.0107.8672,1.1765,1.033s.2204.2204.3047.1908c.0843-.0296.1982-.1435,1.6981-1.6435,1.5-1.5,4.3859-4.3859,5.8837-5.8837,1.4978-1.4978,1.6075-1.6075,1.5976-1.7272-.01-.1196-.1394-.2492-1.3658-1.2411s-3.5493-2.8462-6.5305-4.1964c-2.9812-1.3503-6.6206-2.1966-10.4468-2.232-3.8262-.0354-7.8395.7406-10.7946,1.9149-2.9552,1.1744-4.8525,2.7471-5.9387,3.7099-1.0862.9627-1.3612,1.3154-1.5587,1.5482s-.3174.3456-.3526.4708.0142.2627.0864.3791h0Z"/></svg>
Copied!