rotate-left-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
rotate-left-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M14.5 15a.75.75 0 0 1 0-1.5h.5c2.485 0 4.5-1.567 4.5-3.5c0-1.874-1.895-3.405-4.275-3.496L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28l-3-3a.75.75 0 0 1 0-1.06l3-3l.084-.073A.75.75 0 0 1 9.78 3.28L8.062 5H15c3.314 0 6 2.239 6 5s-2.686 5-6 5zm-11-4.633a.5.5 0 0 0-.5.5V20a1 1 0 0 0 1 1h16.138a.5.5 0 0 0 .251-.933L3.751 10.435a.5.5 0 0 0-.251-.068"/></svg>

React

import type { SVGProps } from "react";

export function FluentRotateLeft24Filled(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="M14.5 15a.75.75 0 0 1 0-1.5h.5c2.485 0 4.5-1.567 4.5-3.5c0-1.874-1.895-3.405-4.275-3.496L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28l-3-3a.75.75 0 0 1 0-1.06l3-3l.084-.073A.75.75 0 0 1 9.78 3.28L8.062 5H15c3.314 0 6 2.239 6 5s-2.686 5-6 5zm-11-4.633a.5.5 0 0 0-.5.5V20a1 1 0 0 0 1 1h16.138a.5.5 0 0 0 .251-.933L3.751 10.435a.5.5 0 0 0-.251-.068"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 15a.75.75 0 0 1 0-1.5h.5c2.485 0 4.5-1.567 4.5-3.5c0-1.874-1.895-3.405-4.275-3.496L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28l-3-3a.75.75 0 0 1 0-1.06l3-3l.084-.073A.75.75 0 0 1 9.78 3.28L8.062 5H15c3.314 0 6 2.239 6 5s-2.686 5-6 5zm-11-4.633a.5.5 0 0 0-.5.5V20a1 1 0 0 0 1 1h16.138a.5.5 0 0 0 .251-.933L3.751 10.435a.5.5 0 0 0-.251-.068"/></svg>
</template>

CSS

.icon-rotate-left-24-filled {
  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%22M14.5%2015a.75.75%200%200%201%200-1.5h.5c2.485%200%204.5-1.567%204.5-3.5c0-1.874-1.895-3.405-4.275-3.496L15%206.5H8.061l1.72%201.72a.75.75%200%200%201-.977%201.133L8.72%209.28l-3-3a.75.75%200%200%201%200-1.06l3-3l.084-.073A.75.75%200%200%201%209.78%203.28L8.062%205H15c3.314%200%206%202.239%206%205s-2.686%205-6%205zm-11-4.633a.5.5%200%200%200-.5.5V20a1%201%200%200%200%201%201h16.138a.5.5%200%200%200%20.251-.933L3.751%2010.435a.5.5%200%200%200-.251-.068%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%22M14.5%2015a.75.75%200%200%201%200-1.5h.5c2.485%200%204.5-1.567%204.5-3.5c0-1.874-1.895-3.405-4.275-3.496L15%206.5H8.061l1.72%201.72a.75.75%200%200%201-.977%201.133L8.72%209.28l-3-3a.75.75%200%200%201%200-1.06l3-3l.084-.073A.75.75%200%200%201%209.78%203.28L8.062%205H15c3.314%200%206%202.239%206%205s-2.686%205-6%205zm-11-4.633a.5.5%200%200%200-.5.5V20a1%201%200%200%200%201%201h16.138a.5.5%200%200%200%20.251-.933L3.751%2010.435a.5.5%200%200%200-.251-.068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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