rotate-left-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
rotate-left-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

4 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the rotate left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.854 2.854a.5.5 0 0 0-.708-.708l-5 5a.5.5 0 0 0 0 .708l5 5a.5.5 0 0 0 .708-.708L8.707 8H23a5 5 0 0 1 0 10h-2.5a.5.5 0 0 0 0 1H23a6 6 0 0 0 0-12H8.707zm-9.11 11.21A.5.5 0 0 0 3 14.5V28a1 1 0 0 0 1 1h24.5a.5.5 0 0 0 .244-.936zM4 28V15.353L26.584 28z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRotateLeft32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.854 2.854a.5.5 0 0 0-.708-.708l-5 5a.5.5 0 0 0 0 .708l5 5a.5.5 0 0 0 .708-.708L8.707 8H23a5 5 0 0 1 0 10h-2.5a.5.5 0 0 0 0 1H23a6 6 0 0 0 0-12H8.707zm-9.11 11.21A.5.5 0 0 0 3 14.5V28a1 1 0 0 0 1 1h24.5a.5.5 0 0 0 .244-.936zM4 28V15.353L26.584 28z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.854 2.854a.5.5 0 0 0-.708-.708l-5 5a.5.5 0 0 0 0 .708l5 5a.5.5 0 0 0 .708-.708L8.707 8H23a5 5 0 0 1 0 10h-2.5a.5.5 0 0 0 0 1H23a6 6 0 0 0 0-12H8.707zm-9.11 11.21A.5.5 0 0 0 3 14.5V28a1 1 0 0 0 1 1h24.5a.5.5 0 0 0 .244-.936zM4 28V15.353L26.584 28z"/></svg>
</template>

CSS

.icon-rotate-left-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.854%202.854a.5.5%200%200%200-.708-.708l-5%205a.5.5%200%200%200%200%20.708l5%205a.5.5%200%200%200%20.708-.708L8.707%208H23a5%205%200%200%201%200%2010h-2.5a.5.5%200%200%200%200%201H23a6%206%200%200%200%200-12H8.707zm-9.11%2011.21A.5.5%200%200%200%203%2014.5V28a1%201%200%200%200%201%201h24.5a.5.5%200%200%200%20.244-.936zM4%2028V15.353L26.584%2028z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.854%202.854a.5.5%200%200%200-.708-.708l-5%205a.5.5%200%200%200%200%20.708l5%205a.5.5%200%200%200%20.708-.708L8.707%208H23a5%205%200%200%201%200%2010h-2.5a.5.5%200%200%200%200%201H23a6%206%200%200%200%200-12H8.707zm-9.11%2011.21A.5.5%200%200%200%203%2014.5V28a1%201%200%200%200%201%201h24.5a.5.5%200%200%200%20.244-.936zM4%2028V15.353L26.584%2028z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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