right arrow circle icon
right-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- right-arrow-circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-right-arrow-circle
The same icon in other sets
Related icons in BoxIcons v2
Use the right 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="M11.999 1.993c-5.514.001-10 4.487-10 10.001s4.486 10 10.001 10c5.513 0 9.999-4.486 10-10s-4.486-10-10.001-10.001M12 19.994c-4.412 0-8.001-3.589-8.001-8s3.589-8 8-8.001C16.411 3.994 20 7.583 20 11.994c-.001 4.411-3.59 8-8 8"/><path fill="currentColor" d="M12 10.994H8v2h4V16l4.005-4.005L12 7.991z"/></svg>
React
import type { SVGProps } from "react";
export function BxRightArrowCircle(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="M11.999 1.993c-5.514.001-10 4.487-10 10.001s4.486 10 10.001 10c5.513 0 9.999-4.486 10-10s-4.486-10-10.001-10.001M12 19.994c-4.412 0-8.001-3.589-8.001-8s3.589-8 8-8.001C16.411 3.994 20 7.583 20 11.994c-.001 4.411-3.59 8-8 8"/><path fill="currentColor" d="M12 10.994H8v2h4V16l4.005-4.005L12 7.991z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 1.993c-5.514.001-10 4.487-10 10.001s4.486 10 10.001 10c5.513 0 9.999-4.486 10-10s-4.486-10-10.001-10.001M12 19.994c-4.412 0-8.001-3.589-8.001-8s3.589-8 8-8.001C16.411 3.994 20 7.583 20 11.994c-.001 4.411-3.59 8-8 8"/><path fill="currentColor" d="M12 10.994H8v2h4V16l4.005-4.005L12 7.991z"/></svg> </template>
CSS
.icon-right-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%22M11.999%201.993c-5.514.001-10%204.487-10%2010.001s4.486%2010%2010.001%2010c5.513%200%209.999-4.486%2010-10s-4.486-10-10.001-10.001M12%2019.994c-4.412%200-8.001-3.589-8.001-8s3.589-8%208-8.001C16.411%203.994%2020%207.583%2020%2011.994c-.001%204.411-3.59%208-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010.994H8v2h4V16l4.005-4.005L12%207.991z%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%22M11.999%201.993c-5.514.001-10%204.487-10%2010.001s4.486%2010%2010.001%2010c5.513%200%209.999-4.486%2010-10s-4.486-10-10.001-10.001M12%2019.994c-4.412%200-8.001-3.589-8.001-8s3.589-8%208-8.001C16.411%203.994%2020%207.583%2020%2011.994c-.001%204.411-3.59%208-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010.994H8v2h4V16l4.005-4.005L12%207.991z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/right-arrow-circle.svg?color=%231a73e8&size=48