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

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

Use the toggles2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2"/><path d="M6 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 1a4 4 0 1 1 0-8a4 4 0 0 1 0 8m.535-10a4 4 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126q.138-.534.41-1H4a2 2 0 1 0 0 4z"/><path d="M14 4a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></g></svg>

React

import type { SVGProps } from "react";

export function BiToggles2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2"/><path d="M6 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 1a4 4 0 1 1 0-8a4 4 0 0 1 0 8m.535-10a4 4 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126q.138-.534.41-1H4a2 2 0 1 0 0 4z"/><path d="M14 4a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2"/><path d="M6 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 1a4 4 0 1 1 0-8a4 4 0 0 1 0 8m.535-10a4 4 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126q.138-.534.41-1H4a2 2 0 1 0 0 4z"/><path d="M14 4a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></g></svg>
</template>

CSS

.icon-toggles2 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.465%2010H12a2%202%200%201%201%200%204H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2%22%2F%3E%3Cpath%20d%3D%22M6%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%201a4%204%200%201%201%200-8a4%204%200%200%201%200%208m.535-10a4%204%200%200%201-.409-1H4a1%201%200%200%201%200-2h2.126q.138-.534.41-1H4a2%202%200%201%200%200%204z%22%2F%3E%3Cpath%20d%3D%22M14%204a4%204%200%201%201-8%200a4%204%200%200%201%208%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.465%2010H12a2%202%200%201%201%200%204H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2%22%2F%3E%3Cpath%20d%3D%22M6%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%201a4%204%200%201%201%200-8a4%204%200%200%201%200%208m.535-10a4%204%200%200%201-.409-1H4a1%201%200%200%201%200-2h2.126q.138-.534.41-1H4a2%202%200%201%200%200%204z%22%2F%3E%3Cpath%20d%3D%22M14%204a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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