rotate-right-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
rotate-right-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the rotate right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.727 25.106c.539-.258.773-.657.75-1.313c-.07-.844-1.032-2.016-1.032-5.133c0-5.015 3.235-8.554 8.297-8.554h.07v3.234c0 1.851 1.454 2.273 2.86 1.219l6.398-4.664c1.078-.774 1.078-1.688 0-2.485l-6.398-4.687c-1.43-1.079-2.86-.656-2.86 1.242V7.41h-.093c-6.727 0-11.203 4.524-11.203 11.227c0 2.508.515 4.57 1.242 5.812c.398.68 1.242 1.008 1.968.657m37.734 29.25c4.008 0 6.023-1.922 6.023-6.024v-23.18c0-4.101-2.015-6.023-6.023-6.023H22.234c-4.008 0-6.023 1.922-6.023 6.023v23.18c0 4.102 2.016 6.024 6.023 6.024Z"/></svg>

React

import type { SVGProps } from "react";

export function F7RotateRightFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.727 25.106c.539-.258.773-.657.75-1.313c-.07-.844-1.032-2.016-1.032-5.133c0-5.015 3.235-8.554 8.297-8.554h.07v3.234c0 1.851 1.454 2.273 2.86 1.219l6.398-4.664c1.078-.774 1.078-1.688 0-2.485l-6.398-4.687c-1.43-1.079-2.86-.656-2.86 1.242V7.41h-.093c-6.727 0-11.203 4.524-11.203 11.227c0 2.508.515 4.57 1.242 5.812c.398.68 1.242 1.008 1.968.657m37.734 29.25c4.008 0 6.023-1.922 6.023-6.024v-23.18c0-4.101-2.015-6.023-6.023-6.023H22.234c-4.008 0-6.023 1.922-6.023 6.023v23.18c0 4.102 2.016 6.024 6.023 6.024Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.727 25.106c.539-.258.773-.657.75-1.313c-.07-.844-1.032-2.016-1.032-5.133c0-5.015 3.235-8.554 8.297-8.554h.07v3.234c0 1.851 1.454 2.273 2.86 1.219l6.398-4.664c1.078-.774 1.078-1.688 0-2.485l-6.398-4.687c-1.43-1.079-2.86-.656-2.86 1.242V7.41h-.093c-6.727 0-11.203 4.524-11.203 11.227c0 2.508.515 4.57 1.242 5.812c.398.68 1.242 1.008 1.968.657m37.734 29.25c4.008 0 6.023-1.922 6.023-6.024v-23.18c0-4.101-2.015-6.023-6.023-6.023H22.234c-4.008 0-6.023 1.922-6.023 6.023v23.18c0 4.102 2.016 6.024 6.023 6.024Z"/></svg>
</template>

CSS

.icon-rotate-right-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.727%2025.106c.539-.258.773-.657.75-1.313c-.07-.844-1.032-2.016-1.032-5.133c0-5.015%203.235-8.554%208.297-8.554h.07v3.234c0%201.851%201.454%202.273%202.86%201.219l6.398-4.664c1.078-.774%201.078-1.688%200-2.485l-6.398-4.687c-1.43-1.079-2.86-.656-2.86%201.242V7.41h-.093c-6.727%200-11.203%204.524-11.203%2011.227c0%202.508.515%204.57%201.242%205.812c.398.68%201.242%201.008%201.968.657m37.734%2029.25c4.008%200%206.023-1.922%206.023-6.024v-23.18c0-4.101-2.015-6.023-6.023-6.023H22.234c-4.008%200-6.023%201.922-6.023%206.023v23.18c0%204.102%202.016%206.024%206.023%206.024Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.727%2025.106c.539-.258.773-.657.75-1.313c-.07-.844-1.032-2.016-1.032-5.133c0-5.015%203.235-8.554%208.297-8.554h.07v3.234c0%201.851%201.454%202.273%202.86%201.219l6.398-4.664c1.078-.774%201.078-1.688%200-2.485l-6.398-4.687c-1.43-1.079-2.86-.656-2.86%201.242V7.41h-.093c-6.727%200-11.203%204.524-11.203%2011.227c0%202.508.515%204.57%201.242%205.812c.398.68%201.242%201.008%201.968.657m37.734%2029.25c4.008%200%206.023-1.922%206.023-6.024v-23.18c0-4.101-2.015-6.023-6.023-6.023H22.234c-4.008%200-6.023%201.922-6.023%206.023v23.18c0%204.102%202.016%206.024%206.023%206.024Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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