arrow uturn left circle icon

arrow-uturn-left-circle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
arrow-uturn-left-circle-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow uturn left circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M40.28 31.492c0 6.094-4.453 9.914-10.36 9.914h-3.515c-1.101 0-1.945-.68-1.945-1.828c0-1.172.844-1.805 1.898-1.805h3.563c3.844 0 6.633-2.484 6.633-6.492c0-3.914-2.883-6.047-6.61-6.047h-7.57l-3.024-.093l1.477 1.101l3.188 3.024c.375.328.562.843.562 1.312c0 1.055-.82 1.875-1.828 1.875c-.516 0-.914-.187-1.29-.562l-6.773-6.914c-.398-.422-.68-.915-.68-1.524c0-.61.282-1.125.68-1.57l6.75-6.82c.375-.399.75-.563 1.29-.563c1.03 0 1.851.797 1.851 1.852c0 .515-.234 1.007-.586 1.312l-2.648 2.555l-1.993 1.57l3.024-.094h7.57c5.906 0 10.336 3.703 10.336 9.797"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUturnLeftCircleFill(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="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M40.28 31.492c0 6.094-4.453 9.914-10.36 9.914h-3.515c-1.101 0-1.945-.68-1.945-1.828c0-1.172.844-1.805 1.898-1.805h3.563c3.844 0 6.633-2.484 6.633-6.492c0-3.914-2.883-6.047-6.61-6.047h-7.57l-3.024-.093l1.477 1.101l3.188 3.024c.375.328.562.843.562 1.312c0 1.055-.82 1.875-1.828 1.875c-.516 0-.914-.187-1.29-.562l-6.773-6.914c-.398-.422-.68-.915-.68-1.524c0-.61.282-1.125.68-1.57l6.75-6.82c.375-.399.75-.563 1.29-.563c1.03 0 1.851.797 1.851 1.852c0 .515-.234 1.007-.586 1.312l-2.648 2.555l-1.993 1.57l3.024-.094h7.57c5.906 0 10.336 3.703 10.336 9.797"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M40.28 31.492c0 6.094-4.453 9.914-10.36 9.914h-3.515c-1.101 0-1.945-.68-1.945-1.828c0-1.172.844-1.805 1.898-1.805h3.563c3.844 0 6.633-2.484 6.633-6.492c0-3.914-2.883-6.047-6.61-6.047h-7.57l-3.024-.093l1.477 1.101l3.188 3.024c.375.328.562.843.562 1.312c0 1.055-.82 1.875-1.828 1.875c-.516 0-.914-.187-1.29-.562l-6.773-6.914c-.398-.422-.68-.915-.68-1.524c0-.61.282-1.125.68-1.57l6.75-6.82c.375-.399.75-.563 1.29-.563c1.03 0 1.851.797 1.851 1.852c0 .515-.234 1.007-.586 1.312l-2.648 2.555l-1.993 1.57l3.024-.094h7.57c5.906 0 10.336 3.703 10.336 9.797"/></svg>
</template>

CSS

.icon-arrow-uturn-left-circle-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%22M28%2051.906c13.055%200%2023.906-10.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906M40.28%2031.492c0%206.094-4.453%209.914-10.36%209.914h-3.515c-1.101%200-1.945-.68-1.945-1.828c0-1.172.844-1.805%201.898-1.805h3.563c3.844%200%206.633-2.484%206.633-6.492c0-3.914-2.883-6.047-6.61-6.047h-7.57l-3.024-.093l1.477%201.101l3.188%203.024c.375.328.562.843.562%201.312c0%201.055-.82%201.875-1.828%201.875c-.516%200-.914-.187-1.29-.562l-6.773-6.914c-.398-.422-.68-.915-.68-1.524c0-.61.282-1.125.68-1.57l6.75-6.82c.375-.399.75-.563%201.29-.563c1.03%200%201.851.797%201.851%201.852c0%20.515-.234%201.007-.586%201.312l-2.648%202.555l-1.993%201.57l3.024-.094h7.57c5.906%200%2010.336%203.703%2010.336%209.797%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%22M28%2051.906c13.055%200%2023.906-10.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906M40.28%2031.492c0%206.094-4.453%209.914-10.36%209.914h-3.515c-1.101%200-1.945-.68-1.945-1.828c0-1.172.844-1.805%201.898-1.805h3.563c3.844%200%206.633-2.484%206.633-6.492c0-3.914-2.883-6.047-6.61-6.047h-7.57l-3.024-.093l1.477%201.101l3.188%203.024c.375.328.562.843.562%201.312c0%201.055-.82%201.875-1.828%201.875c-.516%200-.914-.187-1.29-.562l-6.773-6.914c-.398-.422-.68-.915-.68-1.524c0-.61.282-1.125.68-1.57l6.75-6.82c.375-.399.75-.563%201.29-.563c1.03%200%201.851.797%201.851%201.852c0%20.515-.234%201.007-.586%201.312l-2.648%202.555l-1.993%201.57l3.024-.094h7.57c5.906%200%2010.336%203.703%2010.336%209.797%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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