course up icon

course-up-linear from Solar by 480 Design · Linear · Business · CC-BY-4.0 Attribution required.

Name
course-up-linear
Set
Solar
Style
Linear
Category
Business
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More business icons from Solar

Use the course up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 7L14.6203 14.3347C13.6227 15.3263 13.1238 15.822 12.5051 15.822C11.8864 15.8219 11.3876 15.326 10.3902 14.3342L10.1509 14.0962C9.15254 13.1035 8.65338 12.6071 8.03422 12.6074C7.41506 12.6076 6.91626 13.1043 5.91867 14.0977L2 18M16.4179 7H22V12.5458"/></svg>

React

import type { SVGProps } from "react";

export function SolarCourseUpLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 7L14.6203 14.3347C13.6227 15.3263 13.1238 15.822 12.5051 15.822C11.8864 15.8219 11.3876 15.326 10.3902 14.3342L10.1509 14.0962C9.15254 13.1035 8.65338 12.6071 8.03422 12.6074C7.41506 12.6076 6.91626 13.1043 5.91867 14.0977L2 18M16.4179 7H22V12.5458"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 7L14.6203 14.3347C13.6227 15.3263 13.1238 15.822 12.5051 15.822C11.8864 15.8219 11.3876 15.326 10.3902 14.3342L10.1509 14.0962C9.15254 13.1035 8.65338 12.6071 8.03422 12.6074C7.41506 12.6076 6.91626 13.1043 5.91867 14.0977L2 18M16.4179 7H22V12.5458"/></svg>
</template>

CSS

.icon-course-up-linear {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%207L14.6203%2014.3347C13.6227%2015.3263%2013.1238%2015.822%2012.5051%2015.822C11.8864%2015.8219%2011.3876%2015.326%2010.3902%2014.3342L10.1509%2014.0962C9.15254%2013.1035%208.65338%2012.6071%208.03422%2012.6074C7.41506%2012.6076%206.91626%2013.1043%205.91867%2014.0977L2%2018M16.4179%207H22V12.5458%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%207L14.6203%2014.3347C13.6227%2015.3263%2013.1238%2015.822%2012.5051%2015.822C11.8864%2015.8219%2011.3876%2015.326%2010.3902%2014.3342L10.1509%2014.0962C9.15254%2013.1035%208.65338%2012.6071%208.03422%2012.6074C7.41506%2012.6076%206.91626%2013.1043%205.91867%2014.0977L2%2018M16.4179%207H22V12.5458%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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