caret right circle icon

caret-right-circle from Reicon by REICON · Outline · Arrows · MIT Free for personal and commercial use.

Name
caret-right-circle
Set
Reicon
Style
Outline
Category
Arrows
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More arrows icons from Reicon

Use the caret right circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#SVGBgS7qSkY88)" clip-rule="evenodd"><path d="M12.29 6.767a1.67 1.67 0 0 0-1.838-.394A1.67 1.67 0 0 0 9.4 7.93v8.14c0 .688.413 1.3 1.052 1.556a1.67 1.67 0 0 0 1.837-.394l3.817-3.97a1.816 1.816 0 0 0 0-2.525zm-1.277 9.468a.17.17 0 0 1-.112-.166V7.931q0-.12.112-.166a.164.164 0 0 1 .196.042l3.817 3.97c.12.126.12.321 0 .446l-3.817 3.97c-.055.06-.12.07-.196.042"/><path d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25S22.25 17.66 22.25 12S17.66 1.75 12 1.75"/></g><defs><clipPath id="SVGBgS7qSkY88"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCaretRightCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" fillRule="evenodd" clipPath="url(#SVGBgS7qSkY88)" clipRule="evenodd"><path d="M12.29 6.767a1.67 1.67 0 0 0-1.838-.394A1.67 1.67 0 0 0 9.4 7.93v8.14c0 .688.413 1.3 1.052 1.556a1.67 1.67 0 0 0 1.837-.394l3.817-3.97a1.816 1.816 0 0 0 0-2.525zm-1.277 9.468a.17.17 0 0 1-.112-.166V7.931q0-.12.112-.166a.164.164 0 0 1 .196.042l3.817 3.97c.12.126.12.321 0 .446l-3.817 3.97c-.055.06-.12.07-.196.042"/><path d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25S22.25 17.66 22.25 12S17.66 1.75 12 1.75"/></g><defs><clipPath id="SVGBgS7qSkY88"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#SVGBgS7qSkY88)" clip-rule="evenodd"><path d="M12.29 6.767a1.67 1.67 0 0 0-1.838-.394A1.67 1.67 0 0 0 9.4 7.93v8.14c0 .688.413 1.3 1.052 1.556a1.67 1.67 0 0 0 1.837-.394l3.817-3.97a1.816 1.816 0 0 0 0-2.525zm-1.277 9.468a.17.17 0 0 1-.112-.166V7.931q0-.12.112-.166a.164.164 0 0 1 .196.042l3.817 3.97c.12.126.12.321 0 .446l-3.817 3.97c-.055.06-.12.07-.196.042"/><path d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25S22.25 17.66 22.25 12S17.66 1.75 12 1.75"/></g><defs><clipPath id="SVGBgS7qSkY88"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-caret-right-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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23SVGBgS7qSkY88)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.29%206.767a1.67%201.67%200%200%200-1.838-.394A1.67%201.67%200%200%200%209.4%207.93v8.14c0%20.688.413%201.3%201.052%201.556a1.67%201.67%200%200%200%201.837-.394l3.817-3.97a1.816%201.816%200%200%200%200-2.525zm-1.277%209.468a.17.17%200%200%201-.112-.166V7.931q0-.12.112-.166a.164.164%200%200%201%20.196.042l3.817%203.97c.12.126.12.321%200%20.446l-3.817%203.97c-.055.06-.12.07-.196.042%22%2F%3E%3Cpath%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012M12%201.75C6.34%201.75%201.75%206.34%201.75%2012S6.34%2022.25%2012%2022.25S22.25%2017.66%2022.25%2012S17.66%201.75%2012%201.75%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY88%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23SVGBgS7qSkY88)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.29%206.767a1.67%201.67%200%200%200-1.838-.394A1.67%201.67%200%200%200%209.4%207.93v8.14c0%20.688.413%201.3%201.052%201.556a1.67%201.67%200%200%200%201.837-.394l3.817-3.97a1.816%201.816%200%200%200%200-2.525zm-1.277%209.468a.17.17%200%200%201-.112-.166V7.931q0-.12.112-.166a.164.164%200%200%201%20.196.042l3.817%203.97c.12.126.12.321%200%20.446l-3.817%203.97c-.055.06-.12.07-.196.042%22%2F%3E%3Cpath%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012M12%201.75C6.34%201.75%201.75%206.34%201.75%2012S6.34%2022.25%2012%2022.25S22.25%2017.66%2022.25%2012S17.66%201.75%2012%201.75%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY88%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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