pointing right 08 icon
pointing-right-08 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pointing-right-08
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pointing right 08 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 4.5h-6m6 0c0-.7-1.994-2.008-2.5-2.5M22 4.5c0 .7-1.994 2.009-2.5 2.5m-6.515 6.005h3.004m0 0h3.506c.831 0 1.505-.672 1.505-1.501c0-.83-.674-1.502-1.505-1.502h-5.464m1.958 3.003l-.027 1.055a2 2 0 0 1-.978 1.667m-.953-5.725H9.468m4.563 0l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L4.848 8.857C2.781 10.082 2 11.5 2 12.692v4.88c0 2.267 2.382 4.38 4.566 4.38l5.2.048a2.003 2.003 0 0 0 2.004-1.733l.19-1.54m-1.005-2.718h1.004c.375 0 .725-.103 1.025-.282m0 0l-.054 1.336a2 2 0 0 1-2.003 1.95h-1.004"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPointingRight08(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 4.5h-6m6 0c0-.7-1.994-2.008-2.5-2.5M22 4.5c0 .7-1.994 2.009-2.5 2.5m-6.515 6.005h3.004m0 0h3.506c.831 0 1.505-.672 1.505-1.501c0-.83-.674-1.502-1.505-1.502h-5.464m1.958 3.003l-.027 1.055a2 2 0 0 1-.978 1.667m-.953-5.725H9.468m4.563 0l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L4.848 8.857C2.781 10.082 2 11.5 2 12.692v4.88c0 2.267 2.382 4.38 4.566 4.38l5.2.048a2.003 2.003 0 0 0 2.004-1.733l.19-1.54m-1.005-2.718h1.004c.375 0 .725-.103 1.025-.282m0 0l-.054 1.336a2 2 0 0 1-2.003 1.95h-1.004"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 4.5h-6m6 0c0-.7-1.994-2.008-2.5-2.5M22 4.5c0 .7-1.994 2.009-2.5 2.5m-6.515 6.005h3.004m0 0h3.506c.831 0 1.505-.672 1.505-1.501c0-.83-.674-1.502-1.505-1.502h-5.464m1.958 3.003l-.027 1.055a2 2 0 0 1-.978 1.667m-.953-5.725H9.468m4.563 0l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L4.848 8.857C2.781 10.082 2 11.5 2 12.692v4.88c0 2.267 2.382 4.38 4.566 4.38l5.2.048a2.003 2.003 0 0 0 2.004-1.733l.19-1.54m-1.005-2.718h1.004c.375 0 .725-.103 1.025-.282m0 0l-.054 1.336a2 2 0 0 1-2.003 1.95h-1.004"/></svg> </template>
CSS
.icon-pointing-right-08 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%204.5h-6m6%200c0-.7-1.994-2.008-2.5-2.5M22%204.5c0%20.7-1.994%202.009-2.5%202.5m-6.515%206.005h3.004m0%200h3.506c.831%200%201.505-.672%201.505-1.501c0-.83-.674-1.502-1.505-1.502h-5.464m1.958%203.003l-.027%201.055a2%202%200%200%201-.978%201.667m-.953-5.725H9.468m4.563%200l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L4.848%208.857C2.781%2010.082%202%2011.5%202%2012.692v4.88c0%202.267%202.382%204.38%204.566%204.38l5.2.048a2.003%202.003%200%200%200%202.004-1.733l.19-1.54m-1.005-2.718h1.004c.375%200%20.725-.103%201.025-.282m0%200l-.054%201.336a2%202%200%200%201-2.003%201.95h-1.004%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%204.5h-6m6%200c0-.7-1.994-2.008-2.5-2.5M22%204.5c0%20.7-1.994%202.009-2.5%202.5m-6.515%206.005h3.004m0%200h3.506c.831%200%201.505-.672%201.505-1.501c0-.83-.674-1.502-1.505-1.502h-5.464m1.958%203.003l-.027%201.055a2%202%200%200%201-.978%201.667m-.953-5.725H9.468m4.563%200l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L4.848%208.857C2.781%2010.082%202%2011.5%202%2012.692v4.88c0%202.267%202.382%204.38%204.566%204.38l5.2.048a2.003%202.003%200%200%200%202.004-1.733l.19-1.54m-1.005-2.718h1.004c.375%200%20.725-.103%201.025-.282m0%200l-.054%201.336a2%202%200%200%201-2.003%201.95h-1.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pointing-right-08.svg?color=%231a73e8&size=48