pointing right 03 icon

pointing-right-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pointing-right-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the pointing right 03 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="M11.329 7.871L9.5 10.005h9.75a1.75 1.75 0 1 1 0 3.5H14l-.478 2.988c-.289 1.929-.434 2.893-.84 3.572C12.009 21.187 11 22 9.526 22c-1.026 0-1.715-.254-3.565-.87c-1.174-.392-1.76-.587-2.225-.906a4 4 0 0 1-1.58-2.192C2 17.49 2 16.872 2 15.634v-1.05c0-1.644 0-2.467.302-3.2q.081-.196.183-.384c.378-.696 1.016-1.215 2.293-2.252l4.134-3.359a1.74 1.74 0 0 1 2.417 2.482M22 4.5h-6m6 0c0-.7-1.994-2.008-2.5-2.5M22 4.5c0 .7-1.994 2.008-2.5 2.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPointingRight03(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="M11.329 7.871L9.5 10.005h9.75a1.75 1.75 0 1 1 0 3.5H14l-.478 2.988c-.289 1.929-.434 2.893-.84 3.572C12.009 21.187 11 22 9.526 22c-1.026 0-1.715-.254-3.565-.87c-1.174-.392-1.76-.587-2.225-.906a4 4 0 0 1-1.58-2.192C2 17.49 2 16.872 2 15.634v-1.05c0-1.644 0-2.467.302-3.2q.081-.196.183-.384c.378-.696 1.016-1.215 2.293-2.252l4.134-3.359a1.74 1.74 0 0 1 2.417 2.482M22 4.5h-6m6 0c0-.7-1.994-2.008-2.5-2.5M22 4.5c0 .7-1.994 2.008-2.5 2.5"/></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="M11.329 7.871L9.5 10.005h9.75a1.75 1.75 0 1 1 0 3.5H14l-.478 2.988c-.289 1.929-.434 2.893-.84 3.572C12.009 21.187 11 22 9.526 22c-1.026 0-1.715-.254-3.565-.87c-1.174-.392-1.76-.587-2.225-.906a4 4 0 0 1-1.58-2.192C2 17.49 2 16.872 2 15.634v-1.05c0-1.644 0-2.467.302-3.2q.081-.196.183-.384c.378-.696 1.016-1.215 2.293-2.252l4.134-3.359a1.74 1.74 0 0 1 2.417 2.482M22 4.5h-6m6 0c0-.7-1.994-2.008-2.5-2.5M22 4.5c0 .7-1.994 2.008-2.5 2.5"/></svg>
</template>

CSS

.icon-pointing-right-03 {
  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%22M11.329%207.871L9.5%2010.005h9.75a1.75%201.75%200%201%201%200%203.5H14l-.478%202.988c-.289%201.929-.434%202.893-.84%203.572C12.009%2021.187%2011%2022%209.526%2022c-1.026%200-1.715-.254-3.565-.87c-1.174-.392-1.76-.587-2.225-.906a4%204%200%200%201-1.58-2.192C2%2017.49%202%2016.872%202%2015.634v-1.05c0-1.644%200-2.467.302-3.2q.081-.196.183-.384c.378-.696%201.016-1.215%202.293-2.252l4.134-3.359a1.74%201.74%200%200%201%202.417%202.482M22%204.5h-6m6%200c0-.7-1.994-2.008-2.5-2.5M22%204.5c0%20.7-1.994%202.008-2.5%202.5%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%22M11.329%207.871L9.5%2010.005h9.75a1.75%201.75%200%201%201%200%203.5H14l-.478%202.988c-.289%201.929-.434%202.893-.84%203.572C12.009%2021.187%2011%2022%209.526%2022c-1.026%200-1.715-.254-3.565-.87c-1.174-.392-1.76-.587-2.225-.906a4%204%200%200%201-1.58-2.192C2%2017.49%202%2016.872%202%2015.634v-1.05c0-1.644%200-2.467.302-3.2q.081-.196.183-.384c.378-.696%201.016-1.215%202.293-2.252l4.134-3.359a1.74%201.74%200%200%201%202.417%202.482M22%204.5h-6m6%200c0-.7-1.994-2.008-2.5-2.5M22%204.5c0%20.7-1.994%202.008-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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