chevron compact up icon

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

Name
chevron-compact-up
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 up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.606 29.383c-.915.351-1.5 1.148-1.5 1.992c0 1.383 1.007 2.438 2.39 2.438c.703 0 1.617-.399 2.227-.633l16.289-6.375L44.3 33.18c.586.234 1.547.633 2.226.633c1.36 0 2.367-1.055 2.367-2.438c0-.844-.562-1.64-1.476-1.992l-15.984-6.258c-1.079-.422-2.391-.937-3.422-.937c-1.055 0-2.344.515-3.422.937Z"/></svg>

React

import type { SVGProps } from "react";

export function F7ChevronCompactUp(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="M8.606 29.383c-.915.351-1.5 1.148-1.5 1.992c0 1.383 1.007 2.438 2.39 2.438c.703 0 1.617-.399 2.227-.633l16.289-6.375L44.3 33.18c.586.234 1.547.633 2.226.633c1.36 0 2.367-1.055 2.367-2.438c0-.844-.562-1.64-1.476-1.992l-15.984-6.258c-1.079-.422-2.391-.937-3.422-.937c-1.055 0-2.344.515-3.422.937Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.606 29.383c-.915.351-1.5 1.148-1.5 1.992c0 1.383 1.007 2.438 2.39 2.438c.703 0 1.617-.399 2.227-.633l16.289-6.375L44.3 33.18c.586.234 1.547.633 2.226.633c1.36 0 2.367-1.055 2.367-2.438c0-.844-.562-1.64-1.476-1.992l-15.984-6.258c-1.079-.422-2.391-.937-3.422-.937c-1.055 0-2.344.515-3.422.937Z"/></svg>
</template>

CSS

.icon-chevron-compact-up {
  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%22M8.606%2029.383c-.915.351-1.5%201.148-1.5%201.992c0%201.383%201.007%202.438%202.39%202.438c.703%200%201.617-.399%202.227-.633l16.289-6.375L44.3%2033.18c.586.234%201.547.633%202.226.633c1.36%200%202.367-1.055%202.367-2.438c0-.844-.562-1.64-1.476-1.992l-15.984-6.258c-1.079-.422-2.391-.937-3.422-.937c-1.055%200-2.344.515-3.422.937Z%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%22M8.606%2029.383c-.915.351-1.5%201.148-1.5%201.992c0%201.383%201.007%202.438%202.39%202.438c.703%200%201.617-.399%202.227-.633l16.289-6.375L44.3%2033.18c.586.234%201.547.633%202.226.633c1.36%200%202.367-1.055%202.367-2.438c0-.844-.562-1.64-1.476-1.992l-15.984-6.258c-1.079-.422-2.391-.937-3.422-.937c-1.055%200-2.344.515-3.422.937Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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