arrow left up circle icon
arrow-left-up-circle-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- arrow-left-up-circle-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
arrow-downarrow-down-circlearrow-down-rectanglearrow-leftarrow-left-circlearrow-left-downarrow-left-down-circlearrow-left-right-1arrow-left-right-2arrow-left-right-3arrow-left-right-circlearrow-left-uparrow-rightarrow-right-circlearrow-right-downarrow-right-down-circlearrow-right-uparrow-right-up-circlearrow-triangle-downarrow-triangle-uparrow-uparrow-up-circlearrow-up-down-1arrow-up-down-2
Use the arrow left up circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.778 4.222c4.296 4.296 4.296 11.26 0 15.556s-11.26 4.296-15.556 0s-4.296-11.26 0-15.556s11.26-4.296 15.556 0m-4.95 4.95L7.581 7.58l1.59 7.247l2.122-2.12l4.243 4.242l1.414-1.414l-4.243-4.243z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignArrowLeftUpCircleFilled(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="M19.778 4.222c4.296 4.296 4.296 11.26 0 15.556s-11.26 4.296-15.556 0s-4.296-11.26 0-15.556s11.26-4.296 15.556 0m-4.95 4.95L7.581 7.58l1.59 7.247l2.122-2.12l4.243 4.242l1.414-1.414l-4.243-4.243z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.778 4.222c4.296 4.296 4.296 11.26 0 15.556s-11.26 4.296-15.556 0s-4.296-11.26 0-15.556s11.26-4.296 15.556 0m-4.95 4.95L7.581 7.58l1.59 7.247l2.122-2.12l4.243 4.242l1.414-1.414l-4.243-4.243z"/></svg> </template>
CSS
.icon-arrow-left-up-circle-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%22M19.778%204.222c4.296%204.296%204.296%2011.26%200%2015.556s-11.26%204.296-15.556%200s-4.296-11.26%200-15.556s11.26-4.296%2015.556%200m-4.95%204.95L7.581%207.58l1.59%207.247l2.122-2.12l4.243%204.242l1.414-1.414l-4.243-4.243z%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%22M19.778%204.222c4.296%204.296%204.296%2011.26%200%2015.556s-11.26%204.296-15.556%200s-4.296-11.26%200-15.556s11.26-4.296%2015.556%200m-4.95%204.95L7.581%207.58l1.59%207.247l2.122-2.12l4.243%204.242l1.414-1.414l-4.243-4.243z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/arrow-left-up-circle-filled.svg?color=%231a73e8&size=48