arrow uturn right circle icon
arrow-uturn-right-circle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-uturn-right-circle-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circle
Use the arrow uturn right 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.906M14.008 31.398c0-6.093 4.43-9.796 10.336-9.796h7.57l3.023.093l-1.992-1.57l-2.648-2.555a1.77 1.77 0 0 1-.586-1.312c0-1.055.82-1.852 1.828-1.852c.562 0 .938.164 1.289.563l6.773 6.82c.399.445.68.961.68 1.57s-.281 1.102-.68 1.524l-6.796 6.914c-.352.375-.75.562-1.29.562c-.984 0-1.804-.82-1.804-1.875c0-.468.187-.984.562-1.312l3.188-3.024l1.476-1.101l-3.023.094h-7.57c-3.727 0-6.61 2.132-6.61 6.047c0 4.007 2.79 6.492 6.633 6.492h3.54c1.077 0 1.898.633 1.898 1.804c0 1.149-.82 1.828-1.946 1.828h-3.492c-5.906 0-10.36-3.82-10.36-9.914"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUturnRightCircleFill(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.906M14.008 31.398c0-6.093 4.43-9.796 10.336-9.796h7.57l3.023.093l-1.992-1.57l-2.648-2.555a1.77 1.77 0 0 1-.586-1.312c0-1.055.82-1.852 1.828-1.852c.562 0 .938.164 1.289.563l6.773 6.82c.399.445.68.961.68 1.57s-.281 1.102-.68 1.524l-6.796 6.914c-.352.375-.75.562-1.29.562c-.984 0-1.804-.82-1.804-1.875c0-.468.187-.984.562-1.312l3.188-3.024l1.476-1.101l-3.023.094h-7.57c-3.727 0-6.61 2.132-6.61 6.047c0 4.007 2.79 6.492 6.633 6.492h3.54c1.077 0 1.898.633 1.898 1.804c0 1.149-.82 1.828-1.946 1.828h-3.492c-5.906 0-10.36-3.82-10.36-9.914"/></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.906M14.008 31.398c0-6.093 4.43-9.796 10.336-9.796h7.57l3.023.093l-1.992-1.57l-2.648-2.555a1.77 1.77 0 0 1-.586-1.312c0-1.055.82-1.852 1.828-1.852c.562 0 .938.164 1.289.563l6.773 6.82c.399.445.68.961.68 1.57s-.281 1.102-.68 1.524l-6.796 6.914c-.352.375-.75.562-1.29.562c-.984 0-1.804-.82-1.804-1.875c0-.468.187-.984.562-1.312l3.188-3.024l1.476-1.101l-3.023.094h-7.57c-3.727 0-6.61 2.132-6.61 6.047c0 4.007 2.79 6.492 6.633 6.492h3.54c1.077 0 1.898.633 1.898 1.804c0 1.149-.82 1.828-1.946 1.828h-3.492c-5.906 0-10.36-3.82-10.36-9.914"/></svg> </template>
CSS
.icon-arrow-uturn-right-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.906M14.008%2031.398c0-6.093%204.43-9.796%2010.336-9.796h7.57l3.023.093l-1.992-1.57l-2.648-2.555a1.77%201.77%200%200%201-.586-1.312c0-1.055.82-1.852%201.828-1.852c.562%200%20.938.164%201.289.563l6.773%206.82c.399.445.68.961.68%201.57s-.281%201.102-.68%201.524l-6.796%206.914c-.352.375-.75.562-1.29.562c-.984%200-1.804-.82-1.804-1.875c0-.468.187-.984.562-1.312l3.188-3.024l1.476-1.101l-3.023.094h-7.57c-3.727%200-6.61%202.132-6.61%206.047c0%204.007%202.79%206.492%206.633%206.492h3.54c1.077%200%201.898.633%201.898%201.804c0%201.149-.82%201.828-1.946%201.828h-3.492c-5.906%200-10.36-3.82-10.36-9.914%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.906M14.008%2031.398c0-6.093%204.43-9.796%2010.336-9.796h7.57l3.023.093l-1.992-1.57l-2.648-2.555a1.77%201.77%200%200%201-.586-1.312c0-1.055.82-1.852%201.828-1.852c.562%200%20.938.164%201.289.563l6.773%206.82c.399.445.68.961.68%201.57s-.281%201.102-.68%201.524l-6.796%206.914c-.352.375-.75.562-1.29.562c-.984%200-1.804-.82-1.804-1.875c0-.468.187-.984.562-1.312l3.188-3.024l1.476-1.101l-3.023.094h-7.57c-3.727%200-6.61%202.132-6.61%206.047c0%204.007%202.79%206.492%206.633%206.492h3.54c1.077%200%201.898.633%201.898%201.804c0%201.149-.82%201.828-1.946%201.828h-3.492c-5.906%200-10.36-3.82-10.36-9.914%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-uturn-right-circle-fill.svg?color=%231a73e8&size=48