toggle icon — free SVG
Download the free toggle icon as SVG or PNG, copy the toggle SVG code, or drop it into React as JSX — 2 matching styles, no attribution required.
toggle (noun, verb) — any instruction that works first one way and then the other; it turns something on the first time it is used and then turns it off the next time
How to use the toggle icon
HTML: paste the SVG inline (it inherits currentColor) or hotlink it:
<img src="https://svgrove.com/api/icons/01KZ5TF02M1PX4Q7W7XW0J5T4M.svg" alt="toggle icon" width="24" height="24">
React (JSX):
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" viewBox="0 0 24 24"><rect width="17" height="6" x="3.5" y="4.5" rx="3"/><circle cx="7" cy="7.5" r="1.5"/><rect width="17" height="6" x="3.5" y="13.5" rx="3"/><circle cx="17" cy="16.5" r="1.5"/></svg>
Accessibility: decorative use → aria-hidden="true"; meaningful use → role="img" aria-label="toggle".
Download toggle SVG & PNG
toggle.svg · toggle.png (512px) — all 2 styles are one click away in the picker once the page loads.
License
Free for personal and commercial use. No attribution required. Redistribution or resale of the icons as an icon library, pack or download service is not allowed. Read the SVGrove Free License.