course down icon

course-down from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.

Name
course-down
Set
Reicon
Style
Outline
Category
Business
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More business icons from Reicon

Use the course down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.469 6.47a.75.75 0 0 1 1.06-.001l3.919 3.902c.514.511.847.84 1.124 1.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54 1.125-1.051l.274-.273c.47-.466.873-.868 1.24-1.146c.394-.299.83-.525 1.369-.525c.538 0 .975.226 1.369.524c.367.279.771.68 1.24 1.147l6.136 6.098v-3.743a.75.75 0 0 1 1.5 0V18a.75.75 0 0 1-.75.75h-5.582a.75.75 0 1 1 0-1.5h3.764l-6.09-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08 0-.202.022-.462.22c-.277.21-.61.539-1.124 1.05l-.274.272c-.47.467-.874.87-1.241 1.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149l-.035-.034L1.471 7.53a.75.75 0 0 1-.002-1.06" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCourseDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.469 6.47a.75.75 0 0 1 1.06-.001l3.919 3.902c.514.511.847.84 1.124 1.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54 1.125-1.051l.274-.273c.47-.466.873-.868 1.24-1.146c.394-.299.83-.525 1.369-.525c.538 0 .975.226 1.369.524c.367.279.771.68 1.24 1.147l6.136 6.098v-3.743a.75.75 0 0 1 1.5 0V18a.75.75 0 0 1-.75.75h-5.582a.75.75 0 1 1 0-1.5h3.764l-6.09-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08 0-.202.022-.462.22c-.277.21-.61.539-1.124 1.05l-.274.272c-.47.467-.874.87-1.241 1.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149l-.035-.034L1.471 7.53a.75.75 0 0 1-.002-1.06" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.469 6.47a.75.75 0 0 1 1.06-.001l3.919 3.902c.514.511.847.84 1.124 1.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54 1.125-1.051l.274-.273c.47-.466.873-.868 1.24-1.146c.394-.299.83-.525 1.369-.525c.538 0 .975.226 1.369.524c.367.279.771.68 1.24 1.147l6.136 6.098v-3.743a.75.75 0 0 1 1.5 0V18a.75.75 0 0 1-.75.75h-5.582a.75.75 0 1 1 0-1.5h3.764l-6.09-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08 0-.202.022-.462.22c-.277.21-.61.539-1.124 1.05l-.274.272c-.47.467-.874.87-1.241 1.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149l-.035-.034L1.471 7.53a.75.75 0 0 1-.002-1.06" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-course-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.469%206.47a.75.75%200%200%201%201.06-.001l3.919%203.902c.514.511.847.84%201.124%201.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54%201.125-1.051l.274-.273c.47-.466.873-.868%201.24-1.146c.394-.299.83-.525%201.369-.525c.538%200%20.975.226%201.369.524c.367.279.771.68%201.24%201.147l6.136%206.098v-3.743a.75.75%200%200%201%201.5%200V18a.75.75%200%200%201-.75.75h-5.582a.75.75%200%201%201%200-1.5h3.764l-6.09-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08%200-.202.022-.462.22c-.277.21-.61.539-1.124%201.05l-.274.272c-.47.467-.874.87-1.241%201.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149l-.035-.034L1.471%207.53a.75.75%200%200%201-.002-1.06%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.469%206.47a.75.75%200%200%201%201.06-.001l3.919%203.902c.514.511.847.84%201.124%201.052c.26.197.382.22.462.22s.203-.022.463-.22c.278-.21.61-.54%201.125-1.051l.274-.273c.47-.466.873-.868%201.24-1.146c.394-.299.83-.525%201.369-.525c.538%200%20.975.226%201.369.524c.367.279.771.68%201.24%201.147l6.136%206.098v-3.743a.75.75%200%200%201%201.5%200V18a.75.75%200%200%201-.75.75h-5.582a.75.75%200%201%201%200-1.5h3.764l-6.09-6.053c-.514-.51-.847-.84-1.125-1.05c-.26-.197-.381-.219-.462-.219c-.08%200-.202.022-.462.22c-.277.21-.61.539-1.124%201.05l-.274.272c-.47.467-.874.87-1.241%201.148c-.394.299-.831.525-1.37.525s-.976-.227-1.37-.526c-.367-.279-.77-.682-1.24-1.149l-.035-.034L1.471%207.53a.75.75%200%200%201-.002-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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