i-cursor from Font Awesome 6 Solid by Dave Gandy · Regular · Editors · CC-BY-4.0 Attribution required.

Name
i-cursor
Set
Font Awesome 6 Solid
Style
Regular
Category
Editors
Viewbox
256×512
License
CC BY 4.0

The same icon in other sets

More editors icons from Font Awesome 6 Solid

Use the i cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 512"><path fill="currentColor" d="M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7c-33.2-2.8-58.7-30.5-58.7-63.8V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3.1l-8 .7c-34.1 2.8-64.1 18.9-85.3 42.9c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7.1 29.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidICursor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 512"><path fill="currentColor" d="M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7c-33.2-2.8-58.7-30.5-58.7-63.8V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3.1l-8 .7c-34.1 2.8-64.1 18.9-85.3 42.9c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7.1 29.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 512"><path fill="currentColor" d="M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7c-33.2-2.8-58.7-30.5-58.7-63.8V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3.1l-8 .7c-34.1 2.8-64.1 18.9-85.3 42.9c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7.1 29.3"/></svg>
</template>

CSS

.icon-i-cursor {
  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%20256%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.1%2029.3C-1.4%2047%2011.7%2062.4%2029.3%2063.9l8%20.7C70.5%2067.3%2096%2095%2096%20128.3V224H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v95.7c0%2033.3-25.5%2061-58.7%2063.8l-8%20.7C11.7%20449.6-1.4%20465%20.1%20482.7s16.9%2030.7%2034.5%2029.2l8-.7c34.1-2.8%2064.2-18.9%2085.4-42.9c21.2%2024%2051.2%2040%2085.4%2042.9l8%20.7c17.6%201.5%2033.1-11.6%2034.5-29.2s-11.6-33.1-29.2-34.5l-8-.7c-33.2-2.8-58.7-30.5-58.7-63.8V288h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-32v-95.7c0-33.3%2025.5-61%2058.7-63.8l8-.7c17.6-1.5%2030.7-16.9%2029.2-34.5S239-1.4%20221.3.1l-8%20.7c-34.1%202.8-64.1%2018.9-85.3%2042.9c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4%201.6%2011.7.1%2029.3%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%20256%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.1%2029.3C-1.4%2047%2011.7%2062.4%2029.3%2063.9l8%20.7C70.5%2067.3%2096%2095%2096%20128.3V224H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v95.7c0%2033.3-25.5%2061-58.7%2063.8l-8%20.7C11.7%20449.6-1.4%20465%20.1%20482.7s16.9%2030.7%2034.5%2029.2l8-.7c34.1-2.8%2064.2-18.9%2085.4-42.9c21.2%2024%2051.2%2040%2085.4%2042.9l8%20.7c17.6%201.5%2033.1-11.6%2034.5-29.2s-11.6-33.1-29.2-34.5l-8-.7c-33.2-2.8-58.7-30.5-58.7-63.8V288h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-32v-95.7c0-33.3%2025.5-61%2058.7-63.8l8-.7c17.6-1.5%2030.7-16.9%2029.2-34.5S239-1.4%20221.3.1l-8%20.7c-34.1%202.8-64.1%2018.9-85.3%2042.9c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4%201.6%2011.7.1%2029.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/i-cursor.svg?color=%231a73e8&size=48