right down arrow circle icon

right-down-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
right-down-arrow-circle
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-right-down-arrow-circle

The same icon in other sets

Related icons in BoxIcons v2

Use the right 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 2.007a9.93 9.93 0 0 0-7.071 2.922c-3.899 3.899-3.899 10.243 0 14.143A9.93 9.93 0 0 0 12 21.995a9.93 9.93 0 0 0 7.071-2.923c3.899-3.899 3.899-10.243 0-14.143A9.93 9.93 0 0 0 12 2.007m5.657 15.65A7.95 7.95 0 0 1 12 19.994c-2.141 0-4.15-.83-5.657-2.337c-3.119-3.119-3.119-8.195 0-11.314A7.94 7.94 0 0 1 12 4.007c2.141 0 4.15.829 5.657 2.336c3.119 3.119 3.119 8.195 0 11.314"/><path fill="currentColor" d="M9.661 8.247L8.247 9.661l3.214 3.214L9.336 15H15V9.337l-2.125 2.124z"/></svg>

React

import type { SVGProps } from "react";

export function BxRightDownArrowCircle(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 2.007a9.93 9.93 0 0 0-7.071 2.922c-3.899 3.899-3.899 10.243 0 14.143A9.93 9.93 0 0 0 12 21.995a9.93 9.93 0 0 0 7.071-2.923c3.899-3.899 3.899-10.243 0-14.143A9.93 9.93 0 0 0 12 2.007m5.657 15.65A7.95 7.95 0 0 1 12 19.994c-2.141 0-4.15-.83-5.657-2.337c-3.119-3.119-3.119-8.195 0-11.314A7.94 7.94 0 0 1 12 4.007c2.141 0 4.15.829 5.657 2.336c3.119 3.119 3.119 8.195 0 11.314"/><path fill="currentColor" d="M9.661 8.247L8.247 9.661l3.214 3.214L9.336 15H15V9.337l-2.125 2.124z"/></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 2.007a9.93 9.93 0 0 0-7.071 2.922c-3.899 3.899-3.899 10.243 0 14.143A9.93 9.93 0 0 0 12 21.995a9.93 9.93 0 0 0 7.071-2.923c3.899-3.899 3.899-10.243 0-14.143A9.93 9.93 0 0 0 12 2.007m5.657 15.65A7.95 7.95 0 0 1 12 19.994c-2.141 0-4.15-.83-5.657-2.337c-3.119-3.119-3.119-8.195 0-11.314A7.94 7.94 0 0 1 12 4.007c2.141 0 4.15.829 5.657 2.336c3.119 3.119 3.119 8.195 0 11.314"/><path fill="currentColor" d="M9.661 8.247L8.247 9.661l3.214 3.214L9.336 15H15V9.337l-2.125 2.124z"/></svg>
</template>

CSS

.icon-right-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%202.007a9.93%209.93%200%200%200-7.071%202.922c-3.899%203.899-3.899%2010.243%200%2014.143A9.93%209.93%200%200%200%2012%2021.995a9.93%209.93%200%200%200%207.071-2.923c3.899-3.899%203.899-10.243%200-14.143A9.93%209.93%200%200%200%2012%202.007m5.657%2015.65A7.95%207.95%200%200%201%2012%2019.994c-2.141%200-4.15-.83-5.657-2.337c-3.119-3.119-3.119-8.195%200-11.314A7.94%207.94%200%200%201%2012%204.007c2.141%200%204.15.829%205.657%202.336c3.119%203.119%203.119%208.195%200%2011.314%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.661%208.247L8.247%209.661l3.214%203.214L9.336%2015H15V9.337l-2.125%202.124z%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%202.007a9.93%209.93%200%200%200-7.071%202.922c-3.899%203.899-3.899%2010.243%200%2014.143A9.93%209.93%200%200%200%2012%2021.995a9.93%209.93%200%200%200%207.071-2.923c3.899-3.899%203.899-10.243%200-14.143A9.93%209.93%200%200%200%2012%202.007m5.657%2015.65A7.95%207.95%200%200%201%2012%2019.994c-2.141%200-4.15-.83-5.657-2.337c-3.119-3.119-3.119-8.195%200-11.314A7.94%207.94%200%200%201%2012%204.007c2.141%200%204.15.829%205.657%202.336c3.119%203.119%203.119%208.195%200%2011.314%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.661%208.247L8.247%209.661l3.214%203.214L9.336%2015H15V9.337l-2.125%202.124z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/right-down-arrow-circle.svg?color=%231a73e8&size=48