f cursive icon
f-cursive from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- f-cursive
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the f cursive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M18.73 48.203c5.32 0 8.836-3.047 9.657-9.164l1.5-10.781h10.476c1.102 0 1.922-.774 1.922-1.852s-.844-1.875-1.969-1.875H30.38l.96-6.89c.587-4.313 2.415-6.118 5.65-6.118c2.343 0 3.07.305 4.03.305c1.008 0 1.735-.633 1.735-1.734c0-1.805-2.766-2.297-5.484-2.297c-5.32 0-8.836 3.047-9.68 9.164l-1.031 7.57h-9.07c-1.102 0-1.923.774-1.923 1.875c0 1.078.844 1.852 1.97 1.852h8.507L24.66 38.383c-.586 4.312-2.414 6.094-5.648 6.094c-2.344 0-3.024-.305-4.032-.305c-1.007 0-1.734.633-1.734 1.734c0 1.828 2.766 2.297 5.484 2.297"/></svg>
React
import type { SVGProps } from "react";
export function F7FCursive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M18.73 48.203c5.32 0 8.836-3.047 9.657-9.164l1.5-10.781h10.476c1.102 0 1.922-.774 1.922-1.852s-.844-1.875-1.969-1.875H30.38l.96-6.89c.587-4.313 2.415-6.118 5.65-6.118c2.343 0 3.07.305 4.03.305c1.008 0 1.735-.633 1.735-1.734c0-1.805-2.766-2.297-5.484-2.297c-5.32 0-8.836 3.047-9.68 9.164l-1.031 7.57h-9.07c-1.102 0-1.923.774-1.923 1.875c0 1.078.844 1.852 1.97 1.852h8.507L24.66 38.383c-.586 4.312-2.414 6.094-5.648 6.094c-2.344 0-3.024-.305-4.032-.305c-1.007 0-1.734.633-1.734 1.734c0 1.828 2.766 2.297 5.484 2.297"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M18.73 48.203c5.32 0 8.836-3.047 9.657-9.164l1.5-10.781h10.476c1.102 0 1.922-.774 1.922-1.852s-.844-1.875-1.969-1.875H30.38l.96-6.89c.587-4.313 2.415-6.118 5.65-6.118c2.343 0 3.07.305 4.03.305c1.008 0 1.735-.633 1.735-1.734c0-1.805-2.766-2.297-5.484-2.297c-5.32 0-8.836 3.047-9.68 9.164l-1.031 7.57h-9.07c-1.102 0-1.923.774-1.923 1.875c0 1.078.844 1.852 1.97 1.852h8.507L24.66 38.383c-.586 4.312-2.414 6.094-5.648 6.094c-2.344 0-3.024-.305-4.032-.305c-1.007 0-1.734.633-1.734 1.734c0 1.828 2.766 2.297 5.484 2.297"/></svg> </template>
CSS
.icon-f-cursive {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.73%2048.203c5.32%200%208.836-3.047%209.657-9.164l1.5-10.781h10.476c1.102%200%201.922-.774%201.922-1.852s-.844-1.875-1.969-1.875H30.38l.96-6.89c.587-4.313%202.415-6.118%205.65-6.118c2.343%200%203.07.305%204.03.305c1.008%200%201.735-.633%201.735-1.734c0-1.805-2.766-2.297-5.484-2.297c-5.32%200-8.836%203.047-9.68%209.164l-1.031%207.57h-9.07c-1.102%200-1.923.774-1.923%201.875c0%201.078.844%201.852%201.97%201.852h8.507L24.66%2038.383c-.586%204.312-2.414%206.094-5.648%206.094c-2.344%200-3.024-.305-4.032-.305c-1.007%200-1.734.633-1.734%201.734c0%201.828%202.766%202.297%205.484%202.297%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.73%2048.203c5.32%200%208.836-3.047%209.657-9.164l1.5-10.781h10.476c1.102%200%201.922-.774%201.922-1.852s-.844-1.875-1.969-1.875H30.38l.96-6.89c.587-4.313%202.415-6.118%205.65-6.118c2.343%200%203.07.305%204.03.305c1.008%200%201.735-.633%201.735-1.734c0-1.805-2.766-2.297-5.484-2.297c-5.32%200-8.836%203.047-9.68%209.164l-1.031%207.57h-9.07c-1.102%200-1.923.774-1.923%201.875c0%201.078.844%201.852%201.97%201.852h8.507L24.66%2038.383c-.586%204.312-2.414%206.094-5.648%206.094c-2.344%200-3.024-.305-4.032-.305c-1.007%200-1.734.633-1.734%201.734c0%201.828%202.766%202.297%205.484%202.297%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/f-cursive.svg?color=%231a73e8&size=48