ios switch icon

ios-switch from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-switch
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios switch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="144" cy="368" r="42" fill="currentColor"/><path d="M367.5 272h-223C91.2 272 48 315.2 48 368.5S91.2 464 144.5 464h223c53.3 0 96.5-42.2 96.5-95.5S420.8 272 367.5 272zM144 432c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z" fill="currentColor"/><circle cx="368" cy="144" r="42" fill="currentColor"/><path d="M144.5 240h223c53.3 0 96.5-42.2 96.5-95.5S420.8 48 367.5 48h-223C91.2 48 48 91.2 48 144.5S91.2 240 144.5 240zM368 80c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSwitch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="144" cy="368" r="42" fill="currentColor"/><path d="M367.5 272h-223C91.2 272 48 315.2 48 368.5S91.2 464 144.5 464h223c53.3 0 96.5-42.2 96.5-95.5S420.8 272 367.5 272zM144 432c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z" fill="currentColor"/><circle cx="368" cy="144" r="42" fill="currentColor"/><path d="M144.5 240h223c53.3 0 96.5-42.2 96.5-95.5S420.8 48 367.5 48h-223C91.2 48 48 91.2 48 144.5S91.2 240 144.5 240zM368 80c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="144" cy="368" r="42" fill="currentColor"/><path d="M367.5 272h-223C91.2 272 48 315.2 48 368.5S91.2 464 144.5 464h223c53.3 0 96.5-42.2 96.5-95.5S420.8 272 367.5 272zM144 432c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z" fill="currentColor"/><circle cx="368" cy="144" r="42" fill="currentColor"/><path d="M144.5 240h223c53.3 0 96.5-42.2 96.5-95.5S420.8 48 367.5 48h-223C91.2 48 48 91.2 48 144.5S91.2 240 144.5 240zM368 80c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-switch {
  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%3Ccircle%20cx%3D%22144%22%20cy%3D%22368%22%20r%3D%2242%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367.5%20272h-223C91.2%20272%2048%20315.2%2048%20368.5S91.2%20464%20144.5%20464h223c53.3%200%2096.5-42.2%2096.5-95.5S420.8%20272%20367.5%20272zM144%20432c-35.3%200-64-28.7-64-64s28.7-64%2064-64%2064%2028.7%2064%2064-28.7%2064-64%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22368%22%20cy%3D%22144%22%20r%3D%2242%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M144.5%20240h223c53.3%200%2096.5-42.2%2096.5-95.5S420.8%2048%20367.5%2048h-223C91.2%2048%2048%2091.2%2048%20144.5S91.2%20240%20144.5%20240zM368%2080c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064-64-28.7-64-64%2028.7-64%2064-64z%22%20fill%3D%22currentColor%22%2F%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%3Ccircle%20cx%3D%22144%22%20cy%3D%22368%22%20r%3D%2242%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367.5%20272h-223C91.2%20272%2048%20315.2%2048%20368.5S91.2%20464%20144.5%20464h223c53.3%200%2096.5-42.2%2096.5-95.5S420.8%20272%20367.5%20272zM144%20432c-35.3%200-64-28.7-64-64s28.7-64%2064-64%2064%2028.7%2064%2064-28.7%2064-64%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22368%22%20cy%3D%22144%22%20r%3D%2242%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M144.5%20240h223c53.3%200%2096.5-42.2%2096.5-95.5S420.8%2048%20367.5%2048h-223C91.2%2048%2048%2091.2%2048%20144.5S91.2%20240%20144.5%20240zM368%2080c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064-64-28.7-64-64%2028.7-64%2064-64z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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