right top arrow circle icon
right-top-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- right-top-arrow-circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-right-top-arrow-circle
The same icon in other sets
Related icons in BoxIcons v2
Use the right top 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-7.071 2.922c-3.898 3.899-3.898 10.243 0 14.142c1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.898 3.898-10.242 0-14.142a9.93 9.93 0 0 0-7.071-2.922m5.657 15.649c-1.507 1.507-3.517 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.516-2.336 5.657-2.336s4.15.829 5.657 2.336c3.118 3.119 3.118 8.194 0 11.313"/><path fill="currentColor" d="m11.467 11.125l-3.214 3.214l1.414 1.414l3.214-3.214l2.125 2.124V9H9.343z"/></svg>
React
import type { SVGProps } from "react";
export function BxRightTopArrowCircle(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-7.071 2.922c-3.898 3.899-3.898 10.243 0 14.142c1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.898 3.898-10.242 0-14.142a9.93 9.93 0 0 0-7.071-2.922m5.657 15.649c-1.507 1.507-3.517 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.516-2.336 5.657-2.336s4.15.829 5.657 2.336c3.118 3.119 3.118 8.194 0 11.313"/><path fill="currentColor" d="m11.467 11.125l-3.214 3.214l1.414 1.414l3.214-3.214l2.125 2.124V9H9.343z"/></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-7.071 2.922c-3.898 3.899-3.898 10.243 0 14.142c1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.898 3.898-10.242 0-14.142a9.93 9.93 0 0 0-7.071-2.922m5.657 15.649c-1.507 1.507-3.517 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.516-2.336 5.657-2.336s4.15.829 5.657 2.336c3.118 3.119 3.118 8.194 0 11.313"/><path fill="currentColor" d="m11.467 11.125l-3.214 3.214l1.414 1.414l3.214-3.214l2.125 2.124V9H9.343z"/></svg> </template>
CSS
.icon-right-top-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-7.071%202.922c-3.898%203.899-3.898%2010.243%200%2014.142c1.885%201.885%204.396%202.923%207.071%202.923s5.187-1.038%207.071-2.923c3.898-3.898%203.898-10.242%200-14.142a9.93%209.93%200%200%200-7.071-2.922m5.657%2015.649c-1.507%201.507-3.517%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.516-2.336%205.657-2.336s4.15.829%205.657%202.336c3.118%203.119%203.118%208.194%200%2011.313%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.467%2011.125l-3.214%203.214l1.414%201.414l3.214-3.214l2.125%202.124V9H9.343z%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-7.071%202.922c-3.898%203.899-3.898%2010.243%200%2014.142c1.885%201.885%204.396%202.923%207.071%202.923s5.187-1.038%207.071-2.923c3.898-3.898%203.898-10.242%200-14.142a9.93%209.93%200%200%200-7.071-2.922m5.657%2015.649c-1.507%201.507-3.517%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.516-2.336%205.657-2.336s4.15.829%205.657%202.336c3.118%203.119%203.118%208.194%200%2011.313%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.467%2011.125l-3.214%203.214l1.414%201.414l3.214-3.214l2.125%202.124V9H9.343z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/right-top-arrow-circle.svg?color=%231a73e8&size=48