toggle left icon

toggle-left from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
toggle-left
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-toggle-left

The same icon in other sets

Related icons in BoxIcons v2

Use the toggle left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 9c-1.628 0-3 1.372-3 3s1.372 3 3 3s3-1.372 3-3s-1.372-3-3-3"/><path fill="currentColor" d="M16 6H8c-3.3 0-5.989 2.689-6 6v.016A6.01 6.01 0 0 0 8 18h8a6.01 6.01 0 0 0 6-5.994V12c-.009-3.309-2.699-6-6-6m0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.202 0 3.996 1.799 4 4.006A4.007 4.007 0 0 1 16 16m4-3.984l.443-.004l.557.004z"/></svg>

React

import type { SVGProps } from "react";

export function BxToggleLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 9c-1.628 0-3 1.372-3 3s1.372 3 3 3s3-1.372 3-3s-1.372-3-3-3"/><path fill="currentColor" d="M16 6H8c-3.3 0-5.989 2.689-6 6v.016A6.01 6.01 0 0 0 8 18h8a6.01 6.01 0 0 0 6-5.994V12c-.009-3.309-2.699-6-6-6m0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.202 0 3.996 1.799 4 4.006A4.007 4.007 0 0 1 16 16m4-3.984l.443-.004l.557.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 9c-1.628 0-3 1.372-3 3s1.372 3 3 3s3-1.372 3-3s-1.372-3-3-3"/><path fill="currentColor" d="M16 6H8c-3.3 0-5.989 2.689-6 6v.016A6.01 6.01 0 0 0 8 18h8a6.01 6.01 0 0 0 6-5.994V12c-.009-3.309-2.699-6-6-6m0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.202 0 3.996 1.799 4 4.006A4.007 4.007 0 0 1 16 16m4-3.984l.443-.004l.557.004z"/></svg>
</template>

CSS

.icon-toggle-left {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%209c-1.628%200-3%201.372-3%203s1.372%203%203%203s3-1.372%203-3s-1.372-3-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206H8c-3.3%200-5.989%202.689-6%206v.016A6.01%206.01%200%200%200%208%2018h8a6.01%206.01%200%200%200%206-5.994V12c-.009-3.309-2.699-6-6-6m0%2010H8a4.006%204.006%200%200%201-4-3.99C4.004%209.799%205.798%208%208%208h8c2.202%200%203.996%201.799%204%204.006A4.007%204.007%200%200%201%2016%2016m4-3.984l.443-.004l.557.004z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%209c-1.628%200-3%201.372-3%203s1.372%203%203%203s3-1.372%203-3s-1.372-3-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206H8c-3.3%200-5.989%202.689-6%206v.016A6.01%206.01%200%200%200%208%2018h8a6.01%206.01%200%200%200%206-5.994V12c-.009-3.309-2.699-6-6-6m0%2010H8a4.006%204.006%200%200%201-4-3.99C4.004%209.799%205.798%208%208%208h8c2.202%200%203.996%201.799%204%204.006A4.007%204.007%200%200%201%2016%2016m4-3.984l.443-.004l.557.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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