toggles from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
toggles
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Use the toggles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7zm7 6a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5m-7-14a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m2.45 0A3.5 3.5 0 0 1 8 3.5A3.5 3.5 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7"/></svg>

React

import type { SVGProps } from "react";

export function BiToggles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7zm7 6a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5m-7-14a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m2.45 0A3.5 3.5 0 0 1 8 3.5A3.5 3.5 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7zm7 6a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5m-7-14a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m2.45 0A3.5 3.5 0 0 1 8 3.5A3.5 3.5 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7"/></svg>
</template>

CSS

.icon-toggles {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%209a3.5%203.5%200%201%200%200%207h7a3.5%203.5%200%201%200%200-7zm7%206a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205m-7-14a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m2.45%200A3.5%203.5%200%200%201%208%203.5A3.5%203.5%200%200%201%206.95%206h4.55a2.5%202.5%200%200%200%200-5zM4.5%200h7a3.5%203.5%200%201%201%200%207h-7a3.5%203.5%200%201%201%200-7%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%209a3.5%203.5%200%201%200%200%207h7a3.5%203.5%200%201%200%200-7zm7%206a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205m-7-14a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m2.45%200A3.5%203.5%200%200%201%208%203.5A3.5%203.5%200%200%201%206.95%206h4.55a2.5%202.5%200%200%200%200-5zM4.5%200h7a3.5%203.5%200%201%201%200%207h-7a3.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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