arrow uturn down circle icon
arrow-uturn-down-circle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-uturn-down-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 down 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.906m2.437-36.726c6.094 0 9.914 4.453 9.914 10.359v3.492c0 1.125-.68 1.946-1.828 1.946c-1.172 0-1.804-.82-1.804-1.899V25.54c0-3.844-2.485-6.633-6.492-6.633c-3.915 0-6.047 2.883-6.047 6.61v7.57l-.094 3.023l1.101-1.476l3.024-3.188a1.8 1.8 0 0 1 1.312-.562c1.055 0 1.875.797 1.875 1.805c0 .539-.187.937-.539 1.289l-6.937 6.796c-.422.399-.914.68-1.524.68c-.609 0-1.125-.281-1.57-.68L14.008 34c-.375-.352-.563-.727-.563-1.29c0-1.03.82-1.827 1.852-1.827c.515 0 1.008.234 1.312.586l2.555 2.648l1.57 1.992l-.094-3.023v-7.57c0-5.907 3.704-10.336 9.797-10.336"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUturnDownCircleFill(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.906m2.437-36.726c6.094 0 9.914 4.453 9.914 10.359v3.492c0 1.125-.68 1.946-1.828 1.946c-1.172 0-1.804-.82-1.804-1.899V25.54c0-3.844-2.485-6.633-6.492-6.633c-3.915 0-6.047 2.883-6.047 6.61v7.57l-.094 3.023l1.101-1.476l3.024-3.188a1.8 1.8 0 0 1 1.312-.562c1.055 0 1.875.797 1.875 1.805c0 .539-.187.937-.539 1.289l-6.937 6.796c-.422.399-.914.68-1.524.68c-.609 0-1.125-.281-1.57-.68L14.008 34c-.375-.352-.563-.727-.563-1.29c0-1.03.82-1.827 1.852-1.827c.515 0 1.008.234 1.312.586l2.555 2.648l1.57 1.992l-.094-3.023v-7.57c0-5.907 3.704-10.336 9.797-10.336"/></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.906m2.437-36.726c6.094 0 9.914 4.453 9.914 10.359v3.492c0 1.125-.68 1.946-1.828 1.946c-1.172 0-1.804-.82-1.804-1.899V25.54c0-3.844-2.485-6.633-6.492-6.633c-3.915 0-6.047 2.883-6.047 6.61v7.57l-.094 3.023l1.101-1.476l3.024-3.188a1.8 1.8 0 0 1 1.312-.562c1.055 0 1.875.797 1.875 1.805c0 .539-.187.937-.539 1.289l-6.937 6.796c-.422.399-.914.68-1.524.68c-.609 0-1.125-.281-1.57-.68L14.008 34c-.375-.352-.563-.727-.563-1.29c0-1.03.82-1.827 1.852-1.827c.515 0 1.008.234 1.312.586l2.555 2.648l1.57 1.992l-.094-3.023v-7.57c0-5.907 3.704-10.336 9.797-10.336"/></svg> </template>
CSS
.icon-arrow-uturn-down-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.906m2.437-36.726c6.094%200%209.914%204.453%209.914%2010.359v3.492c0%201.125-.68%201.946-1.828%201.946c-1.172%200-1.804-.82-1.804-1.899V25.54c0-3.844-2.485-6.633-6.492-6.633c-3.915%200-6.047%202.883-6.047%206.61v7.57l-.094%203.023l1.101-1.476l3.024-3.188a1.8%201.8%200%200%201%201.312-.562c1.055%200%201.875.797%201.875%201.805c0%20.539-.187.937-.539%201.289l-6.937%206.796c-.422.399-.914.68-1.524.68c-.609%200-1.125-.281-1.57-.68L14.008%2034c-.375-.352-.563-.727-.563-1.29c0-1.03.82-1.827%201.852-1.827c.515%200%201.008.234%201.312.586l2.555%202.648l1.57%201.992l-.094-3.023v-7.57c0-5.907%203.704-10.336%209.797-10.336%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.906m2.437-36.726c6.094%200%209.914%204.453%209.914%2010.359v3.492c0%201.125-.68%201.946-1.828%201.946c-1.172%200-1.804-.82-1.804-1.899V25.54c0-3.844-2.485-6.633-6.492-6.633c-3.915%200-6.047%202.883-6.047%206.61v7.57l-.094%203.023l1.101-1.476l3.024-3.188a1.8%201.8%200%200%201%201.312-.562c1.055%200%201.875.797%201.875%201.805c0%20.539-.187.937-.539%201.289l-6.937%206.796c-.422.399-.914.68-1.524.68c-.609%200-1.125-.281-1.57-.68L14.008%2034c-.375-.352-.563-.727-.563-1.29c0-1.03.82-1.827%201.852-1.827c.515%200%201.008.234%201.312.586l2.555%202.648l1.57%201.992l-.094-3.023v-7.57c0-5.907%203.704-10.336%209.797-10.336%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-uturn-down-circle-fill.svg?color=%231a73e8&size=48