chevron compact right icon

chevron-compact-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
chevron-compact-right
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the chevron compact right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m26.606 47.395l6.28-15.985c.423-1.078.938-2.39.938-3.422c0-1.031-.515-2.343-.937-3.422L26.605 8.582c-.351-.914-1.148-1.477-2.015-1.477c-1.383 0-2.414 1.008-2.414 2.368c0 .68.398 1.617.61 2.226l6.421 16.29l-6.422 16.288c-.21.61-.61 1.524-.61 2.227c0 1.383 1.032 2.39 2.415 2.39c.867 0 1.664-.585 2.015-1.5"/></svg>

React

import type { SVGProps } from "react";

export function F7ChevronCompactRight(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="m26.606 47.395l6.28-15.985c.423-1.078.938-2.39.938-3.422c0-1.031-.515-2.343-.937-3.422L26.605 8.582c-.351-.914-1.148-1.477-2.015-1.477c-1.383 0-2.414 1.008-2.414 2.368c0 .68.398 1.617.61 2.226l6.421 16.29l-6.422 16.288c-.21.61-.61 1.524-.61 2.227c0 1.383 1.032 2.39 2.415 2.39c.867 0 1.664-.585 2.015-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m26.606 47.395l6.28-15.985c.423-1.078.938-2.39.938-3.422c0-1.031-.515-2.343-.937-3.422L26.605 8.582c-.351-.914-1.148-1.477-2.015-1.477c-1.383 0-2.414 1.008-2.414 2.368c0 .68.398 1.617.61 2.226l6.421 16.29l-6.422 16.288c-.21.61-.61 1.524-.61 2.227c0 1.383 1.032 2.39 2.415 2.39c.867 0 1.664-.585 2.015-1.5"/></svg>
</template>

CSS

.icon-chevron-compact-right {
  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%22m26.606%2047.395l6.28-15.985c.423-1.078.938-2.39.938-3.422c0-1.031-.515-2.343-.937-3.422L26.605%208.582c-.351-.914-1.148-1.477-2.015-1.477c-1.383%200-2.414%201.008-2.414%202.368c0%20.68.398%201.617.61%202.226l6.421%2016.29l-6.422%2016.288c-.21.61-.61%201.524-.61%202.227c0%201.383%201.032%202.39%202.415%202.39c.867%200%201.664-.585%202.015-1.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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.606%2047.395l6.28-15.985c.423-1.078.938-2.39.938-3.422c0-1.031-.515-2.343-.937-3.422L26.605%208.582c-.351-.914-1.148-1.477-2.015-1.477c-1.383%200-2.414%201.008-2.414%202.368c0%20.68.398%201.617.61%202.226l6.421%2016.29l-6.422%2016.288c-.21.61-.61%201.524-.61%202.227c0%201.383%201.032%202.39%202.415%202.39c.867%200%201.664-.585%202.015-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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