ios toggle icon

ios-toggle-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-toggle-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios toggle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 320c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z" fill="currentColor"/><path d="M383.25 288c44.388 0 80.625 36.112 80.625 80.5S427.888 448 383.5 448h-255C84.112 448 48 412.888 48 368.5S84.112 288 128.5 288H383m.5-16h-255C75.205 272 32 315.205 32 368.5S75.205 464 128.5 464h255c53.295 0 96.5-42.205 96.5-95.5S436.795 272 383.5 272z" fill="currentColor"/><g><path d="M384 96c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z" fill="currentColor"/><path d="M129 64h254.5c44.388 0 80.5 36.112 80.5 80.5S427.888 224 383.5 224h-255c-44.388 0-80.375-35.112-80.375-79.5S84.362 64 128.75 64m-.25-16C75.205 48 32 91.205 32 144.5S75.205 240 128.5 240h255c53.295 0 96.5-42.205 96.5-95.5S436.795 48 383.5 48h-255z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IonIosToggleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 320c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z" fill="currentColor"/><path d="M383.25 288c44.388 0 80.625 36.112 80.625 80.5S427.888 448 383.5 448h-255C84.112 448 48 412.888 48 368.5S84.112 288 128.5 288H383m.5-16h-255C75.205 272 32 315.205 32 368.5S75.205 464 128.5 464h255c53.295 0 96.5-42.205 96.5-95.5S436.795 272 383.5 272z" fill="currentColor"/><g><path d="M384 96c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z" fill="currentColor"/><path d="M129 64h254.5c44.388 0 80.5 36.112 80.5 80.5S427.888 224 383.5 224h-255c-44.388 0-80.375-35.112-80.375-79.5S84.362 64 128.75 64m-.25-16C75.205 48 32 91.205 32 144.5S75.205 240 128.5 240h255c53.295 0 96.5-42.205 96.5-95.5S436.795 48 383.5 48h-255z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 320c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z" fill="currentColor"/><path d="M383.25 288c44.388 0 80.625 36.112 80.625 80.5S427.888 448 383.5 448h-255C84.112 448 48 412.888 48 368.5S84.112 288 128.5 288H383m.5-16h-255C75.205 272 32 315.205 32 368.5S75.205 464 128.5 464h255c53.295 0 96.5-42.205 96.5-95.5S436.795 272 383.5 272z" fill="currentColor"/><g><path d="M384 96c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z" fill="currentColor"/><path d="M129 64h254.5c44.388 0 80.5 36.112 80.5 80.5S427.888 224 383.5 224h-255c-44.388 0-80.375-35.112-80.375-79.5S84.362 64 128.75 64m-.25-16C75.205 48 32 91.205 32 144.5S75.205 240 128.5 240h255c53.295 0 96.5-42.205 96.5-95.5S436.795 48 383.5 48h-255z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-ios-toggle-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M128%20320c26.467%200%2048%2021.533%2048%2048s-21.533%2048-48%2048-48-21.533-48-48%2021.533-48%2048-48m0-16c-35.346%200-64%2028.654-64%2064%200%2035.347%2028.654%2064%2064%2064s64-28.653%2064-64c0-35.346-28.654-64-64-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M383.25%20288c44.388%200%2080.625%2036.112%2080.625%2080.5S427.888%20448%20383.5%20448h-255C84.112%20448%2048%20412.888%2048%20368.5S84.112%20288%20128.5%20288H383m.5-16h-255C75.205%20272%2032%20315.205%2032%20368.5S75.205%20464%20128.5%20464h255c53.295%200%2096.5-42.205%2096.5-95.5S436.795%20272%20383.5%20272z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M384%2096c26.467%200%2048%2021.533%2048%2048s-21.533%2048-48%2048-48-21.533-48-48%2021.533-48%2048-48m0-16c-35.346%200-64%2028.654-64%2064%200%2035.347%2028.654%2064%2064%2064s64-28.653%2064-64c0-35.346-28.654-64-64-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M129%2064h254.5c44.388%200%2080.5%2036.112%2080.5%2080.5S427.888%20224%20383.5%20224h-255c-44.388%200-80.375-35.112-80.375-79.5S84.362%2064%20128.75%2064m-.25-16C75.205%2048%2032%2091.205%2032%20144.5S75.205%20240%20128.5%20240h255c53.295%200%2096.5-42.205%2096.5-95.5S436.795%2048%20383.5%2048h-255z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M128%20320c26.467%200%2048%2021.533%2048%2048s-21.533%2048-48%2048-48-21.533-48-48%2021.533-48%2048-48m0-16c-35.346%200-64%2028.654-64%2064%200%2035.347%2028.654%2064%2064%2064s64-28.653%2064-64c0-35.346-28.654-64-64-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M383.25%20288c44.388%200%2080.625%2036.112%2080.625%2080.5S427.888%20448%20383.5%20448h-255C84.112%20448%2048%20412.888%2048%20368.5S84.112%20288%20128.5%20288H383m.5-16h-255C75.205%20272%2032%20315.205%2032%20368.5S75.205%20464%20128.5%20464h255c53.295%200%2096.5-42.205%2096.5-95.5S436.795%20272%20383.5%20272z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M384%2096c26.467%200%2048%2021.533%2048%2048s-21.533%2048-48%2048-48-21.533-48-48%2021.533-48%2048-48m0-16c-35.346%200-64%2028.654-64%2064%200%2035.347%2028.654%2064%2064%2064s64-28.653%2064-64c0-35.346-28.654-64-64-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M129%2064h254.5c44.388%200%2080.5%2036.112%2080.5%2080.5S427.888%20224%20383.5%20224h-255c-44.388%200-80.375-35.112-80.375-79.5S84.362%2064%20128.75%2064m-.25-16C75.205%2048%2032%2091.205%2032%20144.5S75.205%20240%20128.5%20240h255c53.295%200%2096.5-42.205%2096.5-95.5S436.795%2048%20383.5%2048h-255z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-toggle-outline.svg?color=%231a73e8&size=48