toggle right icon

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

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

The same icon in other sets

Related icons in BoxIcons v2

Use the toggle right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 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.296 0-5.982 2.682-6 5.986v.042A6.01 6.01 0 0 0 8 18h8c3.309 0 6-2.691 6-6s-2.691-6-6-6m0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.206 0 4 1.794 4 4s-1.794 4-4 4"/></svg>

React

import type { SVGProps } from "react";

export function BxToggleRight(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="M16 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.296 0-5.982 2.682-6 5.986v.042A6.01 6.01 0 0 0 8 18h8c3.309 0 6-2.691 6-6s-2.691-6-6-6m0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.206 0 4 1.794 4 4s-1.794 4-4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 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.296 0-5.982 2.682-6 5.986v.042A6.01 6.01 0 0 0 8 18h8c3.309 0 6-2.691 6-6s-2.691-6-6-6m0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.206 0 4 1.794 4 4s-1.794 4-4 4"/></svg>
</template>

CSS

.icon-toggle-right {
  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%22M16%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.296%200-5.982%202.682-6%205.986v.042A6.01%206.01%200%200%200%208%2018h8c3.309%200%206-2.691%206-6s-2.691-6-6-6m0%2010H8a4.006%204.006%200%200%201-4-3.99C4.004%209.799%205.798%208%208%208h8c2.206%200%204%201.794%204%204s-1.794%204-4%204%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%22M16%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.296%200-5.982%202.682-6%205.986v.042A6.01%206.01%200%200%200%208%2018h8c3.309%200%206-2.691%206-6s-2.691-6-6-6m0%2010H8a4.006%204.006%200%200%201-4-3.99C4.004%209.799%205.798%208%208%208h8c2.206%200%204%201.794%204%204s-1.794%204-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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