chevron up chevron down icon

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

Name
chevron-up-chevron-down
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the chevron up chevron down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 7.258c-.516 0-1.031.21-1.594.68L10.61 20.758c-.398.351-.632.844-.632 1.547c0 1.218.914 2.133 2.156 2.133c.492 0 1.008-.188 1.547-.61L28 12.156l14.32 11.672c.54.422 1.055.61 1.57.61c1.22 0 2.133-.915 2.133-2.133c0-.703-.234-1.196-.632-1.547L29.594 7.914c-.563-.445-1.055-.656-1.594-.656m0 41.484c.539 0 1.031-.21 1.594-.656L45.39 35.242c.398-.351.632-.844.632-1.547c0-1.218-.914-2.156-2.132-2.156c-.516 0-1.032.211-1.57.633L28 43.844L13.68 32.172q-.81-.633-1.547-.633c-1.242 0-2.156.938-2.156 2.156c0 .703.234 1.196.632 1.547l15.797 12.82c.563.47 1.078.68 1.594.68"/></svg>

React

import type { SVGProps } from "react";

export function F7ChevronUpChevronDown(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="M28 7.258c-.516 0-1.031.21-1.594.68L10.61 20.758c-.398.351-.632.844-.632 1.547c0 1.218.914 2.133 2.156 2.133c.492 0 1.008-.188 1.547-.61L28 12.156l14.32 11.672c.54.422 1.055.61 1.57.61c1.22 0 2.133-.915 2.133-2.133c0-.703-.234-1.196-.632-1.547L29.594 7.914c-.563-.445-1.055-.656-1.594-.656m0 41.484c.539 0 1.031-.21 1.594-.656L45.39 35.242c.398-.351.632-.844.632-1.547c0-1.218-.914-2.156-2.132-2.156c-.516 0-1.032.211-1.57.633L28 43.844L13.68 32.172q-.81-.633-1.547-.633c-1.242 0-2.156.938-2.156 2.156c0 .703.234 1.196.632 1.547l15.797 12.82c.563.47 1.078.68 1.594.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 7.258c-.516 0-1.031.21-1.594.68L10.61 20.758c-.398.351-.632.844-.632 1.547c0 1.218.914 2.133 2.156 2.133c.492 0 1.008-.188 1.547-.61L28 12.156l14.32 11.672c.54.422 1.055.61 1.57.61c1.22 0 2.133-.915 2.133-2.133c0-.703-.234-1.196-.632-1.547L29.594 7.914c-.563-.445-1.055-.656-1.594-.656m0 41.484c.539 0 1.031-.21 1.594-.656L45.39 35.242c.398-.351.632-.844.632-1.547c0-1.218-.914-2.156-2.132-2.156c-.516 0-1.032.211-1.57.633L28 43.844L13.68 32.172q-.81-.633-1.547-.633c-1.242 0-2.156.938-2.156 2.156c0 .703.234 1.196.632 1.547l15.797 12.82c.563.47 1.078.68 1.594.68"/></svg>
</template>

CSS

.icon-chevron-up-chevron-down {
  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%22M28%207.258c-.516%200-1.031.21-1.594.68L10.61%2020.758c-.398.351-.632.844-.632%201.547c0%201.218.914%202.133%202.156%202.133c.492%200%201.008-.188%201.547-.61L28%2012.156l14.32%2011.672c.54.422%201.055.61%201.57.61c1.22%200%202.133-.915%202.133-2.133c0-.703-.234-1.196-.632-1.547L29.594%207.914c-.563-.445-1.055-.656-1.594-.656m0%2041.484c.539%200%201.031-.21%201.594-.656L45.39%2035.242c.398-.351.632-.844.632-1.547c0-1.218-.914-2.156-2.132-2.156c-.516%200-1.032.211-1.57.633L28%2043.844L13.68%2032.172q-.81-.633-1.547-.633c-1.242%200-2.156.938-2.156%202.156c0%20.703.234%201.196.632%201.547l15.797%2012.82c.563.47%201.078.68%201.594.68%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%22M28%207.258c-.516%200-1.031.21-1.594.68L10.61%2020.758c-.398.351-.632.844-.632%201.547c0%201.218.914%202.133%202.156%202.133c.492%200%201.008-.188%201.547-.61L28%2012.156l14.32%2011.672c.54.422%201.055.61%201.57.61c1.22%200%202.133-.915%202.133-2.133c0-.703-.234-1.196-.632-1.547L29.594%207.914c-.563-.445-1.055-.656-1.594-.656m0%2041.484c.539%200%201.031-.21%201.594-.656L45.39%2035.242c.398-.351.632-.844.632-1.547c0-1.218-.914-2.156-2.132-2.156c-.516%200-1.032.211-1.57.633L28%2043.844L13.68%2032.172q-.81-.633-1.547-.633c-1.242%200-2.156.938-2.156%202.156c0%20.703.234%201.196.632%201.547l15.797%2012.82c.563.47%201.078.68%201.594.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Chevron Up Chevron Down outline icon — Framework7 Icons · IconsDB