chevron up icon
chevron-up-12 from Octicons by GitHub · 12 · MIT Free for personal and commercial use.
- Name
- chevron-up-12
- Set
- Octicons
- Style
- 12
- Viewbox
- 12×12
- License
- MIT
3 other variants in Octicons
The same icon in other sets
chevron-upAkar Iconschevron-upBootstrap Iconschevron-upBoxIcons v2chevron-upBoxIcons v2 Solidchevron-upCarbonchevron-upCodiconschevron-up-fillEva Iconschevron-upFramework7 Iconschevron-upFont Awesome 6 Solidchevron-upFont Awesome Solidchevron-upFeather Iconschevron-up-outlineFlowbite Iconschevron-up-12-filledFluent UI System Iconschevron-upcss.ggchevron-upHeroIconschevron-upHuge Iconschevron-upHumbleiconschevron-upIonIconschevron-upJam Iconschevron-upLine Awesomechevron-upMaterial Line Iconschevron-upLucidechevron-upMage Iconschevron-upMajesticons
Related icons in Octicons
Use the chevron up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 4c-.2 0-.4.1-.5.2L2.2 7.5c-.3.3-.3.8 0 1.1s.8.3 1.1 0L6 5.9l2.7 2.7c.3.3.8.3 1.1 0s.3-.8 0-1.1L6.6 4.3Q6.3 4 6 4"/></svg>
React
import type { SVGProps } from "react";
export function OcticonChevronUp12(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 4c-.2 0-.4.1-.5.2L2.2 7.5c-.3.3-.3.8 0 1.1s.8.3 1.1 0L6 5.9l2.7 2.7c.3.3.8.3 1.1 0s.3-.8 0-1.1L6.6 4.3Q6.3 4 6 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 4c-.2 0-.4.1-.5.2L2.2 7.5c-.3.3-.3.8 0 1.1s.8.3 1.1 0L6 5.9l2.7 2.7c.3.3.8.3 1.1 0s.3-.8 0-1.1L6.6 4.3Q6.3 4 6 4"/></svg> </template>
CSS
.icon-chevron-up-12 {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%204c-.2%200-.4.1-.5.2L2.2%207.5c-.3.3-.3.8%200%201.1s.8.3%201.1%200L6%205.9l2.7%202.7c.3.3.8.3%201.1%200s.3-.8%200-1.1L6.6%204.3Q6.3%204%206%204%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%204c-.2%200-.4.1-.5.2L2.2%207.5c-.3.3-.3.8%200%201.1s.8.3%201.1%200L6%205.9l2.7%202.7c.3.3.8.3%201.1%200s.3-.8%200-1.1L6.6%204.3Q6.3%204%206%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/chevron-up-12.svg?color=%231a73e8&size=48