rotate left icon
rotate-left from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- rotate-left
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-rotate-left
The same icon in other sets
Related icons in BoxIcons v2
Use the rotate left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.758 8.758L5.344 7.344a8.05 8.05 0 0 0-1.841 2.859l1.873.701a6.05 6.05 0 0 1 1.382-2.146M19 12.999a7.94 7.94 0 0 0-2.344-5.655A7.9 7.9 0 0 0 12 5.069V2L7 6l5 4V7.089a5.94 5.94 0 0 1 3.242 1.669A5.96 5.96 0 0 1 17 13v.002c0 .33-.033.655-.086.977l-.019.131a6.05 6.05 0 0 1-1.138 2.536c-.16.209-.331.412-.516.597a6 6 0 0 1-.728.613a5.9 5.9 0 0 1-2.277 1.015c-.142.03-.285.05-.43.069c-.062.009-.122.021-.184.027a6.1 6.1 0 0 1-1.898-.103L9.3 20.819a8.1 8.1 0 0 0 2.534.136c.069-.007.138-.021.207-.03q.308-.037.61-.098l.053-.009l-.001-.005a7.9 7.9 0 0 0 2.136-.795l.001.001l.028-.019a8 8 0 0 0 1.01-.67c.27-.209.532-.43.777-.675c.248-.247.47-.513.681-.785c.021-.028.049-.053.07-.081l-.006-.004a7.9 7.9 0 0 0 1.093-1.997l.008.003c.029-.078.05-.158.076-.237q.057-.165.107-.333q.058-.21.105-.423c.022-.099.048-.195.066-.295q.047-.257.076-.516c.01-.076.023-.15.03-.227q.036-.374.037-.753q.002-.003.002-.008M6.197 16.597l-1.6 1.201a8.05 8.05 0 0 0 2.569 2.225l.961-1.754a6 6 0 0 1-1.93-1.672M5 13q0-.217.015-.429l-1.994-.143a8 8 0 0 0 .483 3.372l1.873-.701A6 6 0 0 1 5 13"/></svg>
React
import type { SVGProps } from "react";
export function BxRotateLeft(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="M6.758 8.758L5.344 7.344a8.05 8.05 0 0 0-1.841 2.859l1.873.701a6.05 6.05 0 0 1 1.382-2.146M19 12.999a7.94 7.94 0 0 0-2.344-5.655A7.9 7.9 0 0 0 12 5.069V2L7 6l5 4V7.089a5.94 5.94 0 0 1 3.242 1.669A5.96 5.96 0 0 1 17 13v.002c0 .33-.033.655-.086.977l-.019.131a6.05 6.05 0 0 1-1.138 2.536c-.16.209-.331.412-.516.597a6 6 0 0 1-.728.613a5.9 5.9 0 0 1-2.277 1.015c-.142.03-.285.05-.43.069c-.062.009-.122.021-.184.027a6.1 6.1 0 0 1-1.898-.103L9.3 20.819a8.1 8.1 0 0 0 2.534.136c.069-.007.138-.021.207-.03q.308-.037.61-.098l.053-.009l-.001-.005a7.9 7.9 0 0 0 2.136-.795l.001.001l.028-.019a8 8 0 0 0 1.01-.67c.27-.209.532-.43.777-.675c.248-.247.47-.513.681-.785c.021-.028.049-.053.07-.081l-.006-.004a7.9 7.9 0 0 0 1.093-1.997l.008.003c.029-.078.05-.158.076-.237q.057-.165.107-.333q.058-.21.105-.423c.022-.099.048-.195.066-.295q.047-.257.076-.516c.01-.076.023-.15.03-.227q.036-.374.037-.753q.002-.003.002-.008M6.197 16.597l-1.6 1.201a8.05 8.05 0 0 0 2.569 2.225l.961-1.754a6 6 0 0 1-1.93-1.672M5 13q0-.217.015-.429l-1.994-.143a8 8 0 0 0 .483 3.372l1.873-.701A6 6 0 0 1 5 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.758 8.758L5.344 7.344a8.05 8.05 0 0 0-1.841 2.859l1.873.701a6.05 6.05 0 0 1 1.382-2.146M19 12.999a7.94 7.94 0 0 0-2.344-5.655A7.9 7.9 0 0 0 12 5.069V2L7 6l5 4V7.089a5.94 5.94 0 0 1 3.242 1.669A5.96 5.96 0 0 1 17 13v.002c0 .33-.033.655-.086.977l-.019.131a6.05 6.05 0 0 1-1.138 2.536c-.16.209-.331.412-.516.597a6 6 0 0 1-.728.613a5.9 5.9 0 0 1-2.277 1.015c-.142.03-.285.05-.43.069c-.062.009-.122.021-.184.027a6.1 6.1 0 0 1-1.898-.103L9.3 20.819a8.1 8.1 0 0 0 2.534.136c.069-.007.138-.021.207-.03q.308-.037.61-.098l.053-.009l-.001-.005a7.9 7.9 0 0 0 2.136-.795l.001.001l.028-.019a8 8 0 0 0 1.01-.67c.27-.209.532-.43.777-.675c.248-.247.47-.513.681-.785c.021-.028.049-.053.07-.081l-.006-.004a7.9 7.9 0 0 0 1.093-1.997l.008.003c.029-.078.05-.158.076-.237q.057-.165.107-.333q.058-.21.105-.423c.022-.099.048-.195.066-.295q.047-.257.076-.516c.01-.076.023-.15.03-.227q.036-.374.037-.753q.002-.003.002-.008M6.197 16.597l-1.6 1.201a8.05 8.05 0 0 0 2.569 2.225l.961-1.754a6 6 0 0 1-1.93-1.672M5 13q0-.217.015-.429l-1.994-.143a8 8 0 0 0 .483 3.372l1.873-.701A6 6 0 0 1 5 13"/></svg> </template>
CSS
.icon-rotate-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%22M6.758%208.758L5.344%207.344a8.05%208.05%200%200%200-1.841%202.859l1.873.701a6.05%206.05%200%200%201%201.382-2.146M19%2012.999a7.94%207.94%200%200%200-2.344-5.655A7.9%207.9%200%200%200%2012%205.069V2L7%206l5%204V7.089a5.94%205.94%200%200%201%203.242%201.669A5.96%205.96%200%200%201%2017%2013v.002c0%20.33-.033.655-.086.977l-.019.131a6.05%206.05%200%200%201-1.138%202.536c-.16.209-.331.412-.516.597a6%206%200%200%201-.728.613a5.9%205.9%200%200%201-2.277%201.015c-.142.03-.285.05-.43.069c-.062.009-.122.021-.184.027a6.1%206.1%200%200%201-1.898-.103L9.3%2020.819a8.1%208.1%200%200%200%202.534.136c.069-.007.138-.021.207-.03q.308-.037.61-.098l.053-.009l-.001-.005a7.9%207.9%200%200%200%202.136-.795l.001.001l.028-.019a8%208%200%200%200%201.01-.67c.27-.209.532-.43.777-.675c.248-.247.47-.513.681-.785c.021-.028.049-.053.07-.081l-.006-.004a7.9%207.9%200%200%200%201.093-1.997l.008.003c.029-.078.05-.158.076-.237q.057-.165.107-.333q.058-.21.105-.423c.022-.099.048-.195.066-.295q.047-.257.076-.516c.01-.076.023-.15.03-.227q.036-.374.037-.753q.002-.003.002-.008M6.197%2016.597l-1.6%201.201a8.05%208.05%200%200%200%202.569%202.225l.961-1.754a6%206%200%200%201-1.93-1.672M5%2013q0-.217.015-.429l-1.994-.143a8%208%200%200%200%20.483%203.372l1.873-.701A6%206%200%200%201%205%2013%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%22M6.758%208.758L5.344%207.344a8.05%208.05%200%200%200-1.841%202.859l1.873.701a6.05%206.05%200%200%201%201.382-2.146M19%2012.999a7.94%207.94%200%200%200-2.344-5.655A7.9%207.9%200%200%200%2012%205.069V2L7%206l5%204V7.089a5.94%205.94%200%200%201%203.242%201.669A5.96%205.96%200%200%201%2017%2013v.002c0%20.33-.033.655-.086.977l-.019.131a6.05%206.05%200%200%201-1.138%202.536c-.16.209-.331.412-.516.597a6%206%200%200%201-.728.613a5.9%205.9%200%200%201-2.277%201.015c-.142.03-.285.05-.43.069c-.062.009-.122.021-.184.027a6.1%206.1%200%200%201-1.898-.103L9.3%2020.819a8.1%208.1%200%200%200%202.534.136c.069-.007.138-.021.207-.03q.308-.037.61-.098l.053-.009l-.001-.005a7.9%207.9%200%200%200%202.136-.795l.001.001l.028-.019a8%208%200%200%200%201.01-.67c.27-.209.532-.43.777-.675c.248-.247.47-.513.681-.785c.021-.028.049-.053.07-.081l-.006-.004a7.9%207.9%200%200%200%201.093-1.997l.008.003c.029-.078.05-.158.076-.237q.057-.165.107-.333q.058-.21.105-.423c.022-.099.048-.195.066-.295q.047-.257.076-.516c.01-.076.023-.15.03-.227q.036-.374.037-.753q.002-.003.002-.008M6.197%2016.597l-1.6%201.201a8.05%208.05%200%200%200%202.569%202.225l.961-1.754a6%206%200%200%201-1.93-1.672M5%2013q0-.217.015-.429l-1.994-.143a8%208%200%200%200%20.483%203.372l1.873-.701A6%206%200%200%201%205%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/rotate-left.svg?color=%231a73e8&size=48