i cursor icon
i-cursor from Font Awesome Solid by Dave Gandy · Solid · Editors · CC-BY-4.0 Attribution required.
- Name
- i-cursor
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Editors
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More editors icons from Font Awesome Solid
Use the i cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192.1 93.3c-1.5 17.7 11.6 33.1 29.2 34.6l8 .7c33.2 2.7 58.7 30.4 58.7 63.7V288h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7c-17.6 1.4-30.7 16.8-29.2 34.5s16.9 30.7 34.6 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.3-2.8-58.8-30.5-58.8-63.8V352h32c17.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.5S431 62.6 413.3 64.1l-8 .7c-34.1 2.8-64.2 18.9-85.4 42.9c-21.2-24-51.2-40-85.4-42.9l-8-.7c-17.5-1.5-32.9 11.6-34.4 29.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidICursor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192.1 93.3c-1.5 17.7 11.6 33.1 29.2 34.6l8 .7c33.2 2.7 58.7 30.4 58.7 63.7V288h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7c-17.6 1.4-30.7 16.8-29.2 34.5s16.9 30.7 34.6 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.3-2.8-58.8-30.5-58.8-63.8V352h32c17.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.5S431 62.6 413.3 64.1l-8 .7c-34.1 2.8-64.2 18.9-85.4 42.9c-21.2-24-51.2-40-85.4-42.9l-8-.7c-17.5-1.5-32.9 11.6-34.4 29.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192.1 93.3c-1.5 17.7 11.6 33.1 29.2 34.6l8 .7c33.2 2.7 58.7 30.4 58.7 63.7V288h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7c-17.6 1.4-30.7 16.8-29.2 34.5s16.9 30.7 34.6 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.3-2.8-58.8-30.5-58.8-63.8V352h32c17.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.5S431 62.6 413.3 64.1l-8 .7c-34.1 2.8-64.2 18.9-85.4 42.9c-21.2-24-51.2-40-85.4-42.9l-8-.7c-17.5-1.5-32.9 11.6-34.4 29.2"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192.1%2093.3c-1.5%2017.7%2011.6%2033.1%2029.2%2034.6l8%20.7c33.2%202.7%2058.7%2030.4%2058.7%2063.7V288h-32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v95.7c0%2033.3-25.5%2061-58.7%2063.8l-8%20.7c-17.6%201.4-30.7%2016.8-29.2%2034.5s16.9%2030.7%2034.6%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.3-2.8-58.8-30.5-58.8-63.8V352h32c17.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.5S431%2062.6%20413.3%2064.1l-8%20.7c-34.1%202.8-64.2%2018.9-85.4%2042.9c-21.2-24-51.2-40-85.4-42.9l-8-.7c-17.5-1.5-32.9%2011.6-34.4%2029.2%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192.1%2093.3c-1.5%2017.7%2011.6%2033.1%2029.2%2034.6l8%20.7c33.2%202.7%2058.7%2030.4%2058.7%2063.7V288h-32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v95.7c0%2033.3-25.5%2061-58.7%2063.8l-8%20.7c-17.6%201.4-30.7%2016.8-29.2%2034.5s16.9%2030.7%2034.6%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.3-2.8-58.8-30.5-58.8-63.8V352h32c17.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.5S431%2062.6%20413.3%2064.1l-8%20.7c-34.1%202.8-64.2%2018.9-85.4%2042.9c-21.2-24-51.2-40-85.4-42.9l-8-.7c-17.5-1.5-32.9%2011.6-34.4%2029.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/i-cursor.svg?color=%231a73e8&size=48