toggle icon

toggle-filled from Reicon by REICON · Filled · Settings · MIT Free for personal and commercial use.

Name
toggle-filled
Set
Reicon
Style
Filled
Category
Settings
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All toggle icons →

More settings icons from Reicon

Use the toggle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 4.667H8a1 1 0 0 0-1 1v.101a6.3 6.3 0 0 1 1-.101a6.334 6.334 0 0 1 0 12.666c-.343 0-.672-.048-1-.101v.101a1 1 0 0 0 1 1h8c4.044 0 7.333-3.289 7.333-7.333S20.044 4.667 16 4.667"/><path d="M8 19.333C3.956 19.333.667 16.044.667 12S3.956 4.667 8 4.667S15.333 7.956 15.333 12S12.044 19.333 8 19.333M8 6.667c-2.941 0-5.333 2.392-5.333 5.333S5.059 17.333 8 17.333s5.333-2.392 5.333-5.333S10.941 6.667 8 6.667"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconToggleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 4.667H8a1 1 0 0 0-1 1v.101a6.3 6.3 0 0 1 1-.101a6.334 6.334 0 0 1 0 12.666c-.343 0-.672-.048-1-.101v.101a1 1 0 0 0 1 1h8c4.044 0 7.333-3.289 7.333-7.333S20.044 4.667 16 4.667"/><path d="M8 19.333C3.956 19.333.667 16.044.667 12S3.956 4.667 8 4.667S15.333 7.956 15.333 12S12.044 19.333 8 19.333M8 6.667c-2.941 0-5.333 2.392-5.333 5.333S5.059 17.333 8 17.333s5.333-2.392 5.333-5.333S10.941 6.667 8 6.667"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 4.667H8a1 1 0 0 0-1 1v.101a6.3 6.3 0 0 1 1-.101a6.334 6.334 0 0 1 0 12.666c-.343 0-.672-.048-1-.101v.101a1 1 0 0 0 1 1h8c4.044 0 7.333-3.289 7.333-7.333S20.044 4.667 16 4.667"/><path d="M8 19.333C3.956 19.333.667 16.044.667 12S3.956 4.667 8 4.667S15.333 7.956 15.333 12S12.044 19.333 8 19.333M8 6.667c-2.941 0-5.333 2.392-5.333 5.333S5.059 17.333 8 17.333s5.333-2.392 5.333-5.333S10.941 6.667 8 6.667"/></g></svg>
</template>

CSS

.icon-toggle-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%204.667H8a1%201%200%200%200-1%201v.101a6.3%206.3%200%200%201%201-.101a6.334%206.334%200%200%201%200%2012.666c-.343%200-.672-.048-1-.101v.101a1%201%200%200%200%201%201h8c4.044%200%207.333-3.289%207.333-7.333S20.044%204.667%2016%204.667%22%2F%3E%3Cpath%20d%3D%22M8%2019.333C3.956%2019.333.667%2016.044.667%2012S3.956%204.667%208%204.667S15.333%207.956%2015.333%2012S12.044%2019.333%208%2019.333M8%206.667c-2.941%200-5.333%202.392-5.333%205.333S5.059%2017.333%208%2017.333s5.333-2.392%205.333-5.333S10.941%206.667%208%206.667%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%204.667H8a1%201%200%200%200-1%201v.101a6.3%206.3%200%200%201%201-.101a6.334%206.334%200%200%201%200%2012.666c-.343%200-.672-.048-1-.101v.101a1%201%200%200%200%201%201h8c4.044%200%207.333-3.289%207.333-7.333S20.044%204.667%2016%204.667%22%2F%3E%3Cpath%20d%3D%22M8%2019.333C3.956%2019.333.667%2016.044.667%2012S3.956%204.667%208%204.667S15.333%207.956%2015.333%2012S12.044%2019.333%208%2019.333M8%206.667c-2.941%200-5.333%202.392-5.333%205.333S5.059%2017.333%208%2017.333s5.333-2.392%205.333-5.333S10.941%206.667%208%206.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Toggle filled icon — Reicon · IconsDB