down arrow circle icon
down-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- down-arrow-circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-down-arrow-circle
The same icon in other sets
Related icons in BoxIcons v2
Use the 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 1.993C6.486 1.994 2 6.48 2 11.994s4.486 9.999 10 10s10-4.486 10-10s-4.485-10-10-10.001m0 18.001c-4.411-.001-8-3.59-8-8s3.589-8 8-8.001c4.411.001 8 3.59 8 8.001s-3.589 8-8 8"/><path fill="currentColor" d="M13 8h-2v4H7.991l4.005 4.005L16 12h-3z"/></svg>
React
import type { SVGProps } from "react";
export function BxDownArrowCircle(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 1.993C6.486 1.994 2 6.48 2 11.994s4.486 9.999 10 10s10-4.486 10-10s-4.485-10-10-10.001m0 18.001c-4.411-.001-8-3.59-8-8s3.589-8 8-8.001c4.411.001 8 3.59 8 8.001s-3.589 8-8 8"/><path fill="currentColor" d="M13 8h-2v4H7.991l4.005 4.005L16 12h-3z"/></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 1.993C6.486 1.994 2 6.48 2 11.994s4.486 9.999 10 10s10-4.486 10-10s-4.485-10-10-10.001m0 18.001c-4.411-.001-8-3.59-8-8s3.589-8 8-8.001c4.411.001 8 3.59 8 8.001s-3.589 8-8 8"/><path fill="currentColor" d="M13 8h-2v4H7.991l4.005 4.005L16 12h-3z"/></svg> </template>
CSS
.icon-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%201.993C6.486%201.994%202%206.48%202%2011.994s4.486%209.999%2010%2010s10-4.486%2010-10s-4.485-10-10-10.001m0%2018.001c-4.411-.001-8-3.59-8-8s3.589-8%208-8.001c4.411.001%208%203.59%208%208.001s-3.589%208-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%208h-2v4H7.991l4.005%204.005L16%2012h-3z%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%201.993C6.486%201.994%202%206.48%202%2011.994s4.486%209.999%2010%2010s10-4.486%2010-10s-4.485-10-10-10.001m0%2018.001c-4.411-.001-8-3.59-8-8s3.589-8%208-8.001c4.411.001%208%203.59%208%208.001s-3.589%208-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%208h-2v4H7.991l4.005%204.005L16%2012h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/down-arrow-circle.svg?color=%231a73e8&size=48