left down arrow circle icon
left-down-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- left-down-arrow-circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-left-down-arrow-circle
The same icon in other sets
Related icons in BoxIcons v2
Use the left down arrow circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 2.007A9.93 9.93 0 0 0 4.935 4.93c-3.898 3.898-3.898 10.242 0 14.142c1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.899 3.898-10.243 0-14.142a9.93 9.93 0 0 0-7.071-2.923m5.657 15.65c-1.507 1.507-3.516 2.337-5.657 2.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194 0-11.313c1.507-1.507 3.517-2.337 5.657-2.337s4.15.83 5.657 2.337c3.118 3.119 3.118 8.194 0 11.313"/><path fill="currentColor" d="m14.346 8.247l-3.215 3.215l-2.125-2.125V15h5.663l-2.124-2.124l3.215-3.215z"/></svg>
React
import type { SVGProps } from "react";
export function BxLeftDownArrowCircle(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="M12.006 2.007A9.93 9.93 0 0 0 4.935 4.93c-3.898 3.898-3.898 10.242 0 14.142c1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.899 3.898-10.243 0-14.142a9.93 9.93 0 0 0-7.071-2.923m5.657 15.65c-1.507 1.507-3.516 2.337-5.657 2.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194 0-11.313c1.507-1.507 3.517-2.337 5.657-2.337s4.15.83 5.657 2.337c3.118 3.119 3.118 8.194 0 11.313"/><path fill="currentColor" d="m14.346 8.247l-3.215 3.215l-2.125-2.125V15h5.663l-2.124-2.124l3.215-3.215z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 2.007A9.93 9.93 0 0 0 4.935 4.93c-3.898 3.898-3.898 10.242 0 14.142c1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.899 3.898-10.243 0-14.142a9.93 9.93 0 0 0-7.071-2.923m5.657 15.65c-1.507 1.507-3.516 2.337-5.657 2.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194 0-11.313c1.507-1.507 3.517-2.337 5.657-2.337s4.15.83 5.657 2.337c3.118 3.119 3.118 8.194 0 11.313"/><path fill="currentColor" d="m14.346 8.247l-3.215 3.215l-2.125-2.125V15h5.663l-2.124-2.124l3.215-3.215z"/></svg> </template>
CSS
.icon-left-down-arrow-circle {
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%22M12.006%202.007A9.93%209.93%200%200%200%204.935%204.93c-3.898%203.898-3.898%2010.242%200%2014.142c1.885%201.885%204.396%202.923%207.071%202.923s5.187-1.038%207.071-2.923c3.898-3.899%203.898-10.243%200-14.142a9.93%209.93%200%200%200-7.071-2.923m5.657%2015.65c-1.507%201.507-3.516%202.337-5.657%202.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194%200-11.313c1.507-1.507%203.517-2.337%205.657-2.337s4.15.83%205.657%202.337c3.118%203.119%203.118%208.194%200%2011.313%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.346%208.247l-3.215%203.215l-2.125-2.125V15h5.663l-2.124-2.124l3.215-3.215z%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%22M12.006%202.007A9.93%209.93%200%200%200%204.935%204.93c-3.898%203.898-3.898%2010.242%200%2014.142c1.885%201.885%204.396%202.923%207.071%202.923s5.187-1.038%207.071-2.923c3.898-3.899%203.898-10.243%200-14.142a9.93%209.93%200%200%200-7.071-2.923m5.657%2015.65c-1.507%201.507-3.516%202.337-5.657%202.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194%200-11.313c1.507-1.507%203.517-2.337%205.657-2.337s4.15.83%205.657%202.337c3.118%203.119%203.118%208.194%200%2011.313%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.346%208.247l-3.215%203.215l-2.125-2.125V15h5.663l-2.124-2.124l3.215-3.215z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/left-down-arrow-circle.svg?color=%231a73e8&size=48