toggle-on from Font Awesome Solid by Dave Gandy · Solid · Interfaces · CC-BY-4.0 Attribution required.

Name
toggle-on
Set
Font Awesome Solid
Style
Solid
Category
Interfaces
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More interfaces icons from Font Awesome Solid

Use the toggle on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 128c-106 0-192 86-192 192s86 192 192 192h192c106 0 192-86 192-192s-86-192-192-192zm192 96c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidToggleOn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 128c-106 0-192 86-192 192s86 192 192 192h192c106 0 192-86 192-192s-86-192-192-192zm192 96c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 128c-106 0-192 86-192 192s86 192 192 192h192c106 0 192-86 192-192s-86-192-192-192zm192 96c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>
</template>

CSS

.icon-toggle-on {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20128c-106%200-192%2086-192%20192s86%20192%20192%20192h192c106%200%20192-86%20192-192s-86-192-192-192zm192%2096c53%200%2096%2043%2096%2096s-43%2096-96%2096s-96-43-96-96s43-96%2096-96%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20128c-106%200-192%2086-192%20192s86%20192%20192%20192h192c106%200%20192-86%20192-192s-86-192-192-192zm192%2096c53%200%2096%2043%2096%2096s-43%2096-96%2096s-96-43-96-96s43-96%2096-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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