upload track icon

upload-track from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
upload-track
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More video icons from Reicon

Use the upload track 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="M12 2.75a9.25 9.25 0 1 0 1.85 18.315a.75.75 0 1 1 .3 1.47q-1.046.213-2.15.215C6.063 22.75 1.25 17.937 1.25 12S6.063 1.25 12 1.25S22.75 6.063 22.75 12q-.002 1.104-.215 2.15a.75.75 0 0 1-1.47-.3A9.25 9.25 0 0 0 12 2.75m.768 5.776a1 1 0 0 0-.012.117a11 11 0 0 0-.006.528a7 7 0 0 0 .005.259a.25.25 0 0 0 .093.15l.038.023c.04.022.095.05.191.097l1.317.658c.224.113.366.183.474.23c.07.03.102.04.11.043a.25.25 0 0 0 .254-.157a1 1 0 0 0 .012-.117c.006-.118.006-.277.006-.528a7 7 0 0 0-.005-.259a.25.25 0 0 0-.093-.15l-.038-.023l-.191-.097l-1.317-.658a12 12 0 0 0-.474-.23a1 1 0 0 0-.11-.043a.25.25 0 0 0-.254.157m-.018 2.688l.99.494c.203.102.38.19.529.255c.15.066.33.134.528.157a1.75 1.75 0 0 0 1.848-1.142a1.9 1.9 0 0 0 .096-.543c.009-.162.009-.36.009-.587v-.059c0-.163 0-.334-.031-.5a1.75 1.75 0 0 0-.656-1.061a2.6 2.6 0 0 0-.433-.251l-.036-.019l-1.334-.666a12 12 0 0 0-.529-.256a1.9 1.9 0 0 0-.528-.156a1.75 1.75 0 0 0-1.848 1.142a1.9 1.9 0 0 0-.097.543A9 9 0 0 0 11.25 9v3.55a2.75 2.75 0 1 0 1.5 2.45zM11.25 15a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m6.22-.53a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22V22a.75.75 0 0 1-1.5 0v-5.19l-1.22 1.22a.75.75 0 1 1-1.06-1.06z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUploadTrack(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="M12 2.75a9.25 9.25 0 1 0 1.85 18.315a.75.75 0 1 1 .3 1.47q-1.046.213-2.15.215C6.063 22.75 1.25 17.937 1.25 12S6.063 1.25 12 1.25S22.75 6.063 22.75 12q-.002 1.104-.215 2.15a.75.75 0 0 1-1.47-.3A9.25 9.25 0 0 0 12 2.75m.768 5.776a1 1 0 0 0-.012.117a11 11 0 0 0-.006.528a7 7 0 0 0 .005.259a.25.25 0 0 0 .093.15l.038.023c.04.022.095.05.191.097l1.317.658c.224.113.366.183.474.23c.07.03.102.04.11.043a.25.25 0 0 0 .254-.157a1 1 0 0 0 .012-.117c.006-.118.006-.277.006-.528a7 7 0 0 0-.005-.259a.25.25 0 0 0-.093-.15l-.038-.023l-.191-.097l-1.317-.658a12 12 0 0 0-.474-.23a1 1 0 0 0-.11-.043a.25.25 0 0 0-.254.157m-.018 2.688l.99.494c.203.102.38.19.529.255c.15.066.33.134.528.157a1.75 1.75 0 0 0 1.848-1.142a1.9 1.9 0 0 0 .096-.543c.009-.162.009-.36.009-.587v-.059c0-.163 0-.334-.031-.5a1.75 1.75 0 0 0-.656-1.061a2.6 2.6 0 0 0-.433-.251l-.036-.019l-1.334-.666a12 12 0 0 0-.529-.256a1.9 1.9 0 0 0-.528-.156a1.75 1.75 0 0 0-1.848 1.142a1.9 1.9 0 0 0-.097.543A9 9 0 0 0 11.25 9v3.55a2.75 2.75 0 1 0 1.5 2.45zM11.25 15a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m6.22-.53a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22V22a.75.75 0 0 1-1.5 0v-5.19l-1.22 1.22a.75.75 0 1 1-1.06-1.06z" 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="M12 2.75a9.25 9.25 0 1 0 1.85 18.315a.75.75 0 1 1 .3 1.47q-1.046.213-2.15.215C6.063 22.75 1.25 17.937 1.25 12S6.063 1.25 12 1.25S22.75 6.063 22.75 12q-.002 1.104-.215 2.15a.75.75 0 0 1-1.47-.3A9.25 9.25 0 0 0 12 2.75m.768 5.776a1 1 0 0 0-.012.117a11 11 0 0 0-.006.528a7 7 0 0 0 .005.259a.25.25 0 0 0 .093.15l.038.023c.04.022.095.05.191.097l1.317.658c.224.113.366.183.474.23c.07.03.102.04.11.043a.25.25 0 0 0 .254-.157a1 1 0 0 0 .012-.117c.006-.118.006-.277.006-.528a7 7 0 0 0-.005-.259a.25.25 0 0 0-.093-.15l-.038-.023l-.191-.097l-1.317-.658a12 12 0 0 0-.474-.23a1 1 0 0 0-.11-.043a.25.25 0 0 0-.254.157m-.018 2.688l.99.494c.203.102.38.19.529.255c.15.066.33.134.528.157a1.75 1.75 0 0 0 1.848-1.142a1.9 1.9 0 0 0 .096-.543c.009-.162.009-.36.009-.587v-.059c0-.163 0-.334-.031-.5a1.75 1.75 0 0 0-.656-1.061a2.6 2.6 0 0 0-.433-.251l-.036-.019l-1.334-.666a12 12 0 0 0-.529-.256a1.9 1.9 0 0 0-.528-.156a1.75 1.75 0 0 0-1.848 1.142a1.9 1.9 0 0 0-.097.543A9 9 0 0 0 11.25 9v3.55a2.75 2.75 0 1 0 1.5 2.45zM11.25 15a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m6.22-.53a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22V22a.75.75 0 0 1-1.5 0v-5.19l-1.22 1.22a.75.75 0 1 1-1.06-1.06z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-upload-track {
  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%22M12%202.75a9.25%209.25%200%201%200%201.85%2018.315a.75.75%200%201%201%20.3%201.47q-1.046.213-2.15.215C6.063%2022.75%201.25%2017.937%201.25%2012S6.063%201.25%2012%201.25S22.75%206.063%2022.75%2012q-.002%201.104-.215%202.15a.75.75%200%200%201-1.47-.3A9.25%209.25%200%200%200%2012%202.75m.768%205.776a1%201%200%200%200-.012.117a11%2011%200%200%200-.006.528a7%207%200%200%200%20.005.259a.25.25%200%200%200%20.093.15l.038.023c.04.022.095.05.191.097l1.317.658c.224.113.366.183.474.23c.07.03.102.04.11.043a.25.25%200%200%200%20.254-.157a1%201%200%200%200%20.012-.117c.006-.118.006-.277.006-.528a7%207%200%200%200-.005-.259a.25.25%200%200%200-.093-.15l-.038-.023l-.191-.097l-1.317-.658a12%2012%200%200%200-.474-.23a1%201%200%200%200-.11-.043a.25.25%200%200%200-.254.157m-.018%202.688l.99.494c.203.102.38.19.529.255c.15.066.33.134.528.157a1.75%201.75%200%200%200%201.848-1.142a1.9%201.9%200%200%200%20.096-.543c.009-.162.009-.36.009-.587v-.059c0-.163%200-.334-.031-.5a1.75%201.75%200%200%200-.656-1.061a2.6%202.6%200%200%200-.433-.251l-.036-.019l-1.334-.666a12%2012%200%200%200-.529-.256a1.9%201.9%200%200%200-.528-.156a1.75%201.75%200%200%200-1.848%201.142a1.9%201.9%200%200%200-.097.543A9%209%200%200%200%2011.25%209v3.55a2.75%202.75%200%201%200%201.5%202.45zM11.25%2015a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m6.22-.53a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06l-1.22-1.22V22a.75.75%200%200%201-1.5%200v-5.19l-1.22%201.22a.75.75%200%201%201-1.06-1.06z%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%22M12%202.75a9.25%209.25%200%201%200%201.85%2018.315a.75.75%200%201%201%20.3%201.47q-1.046.213-2.15.215C6.063%2022.75%201.25%2017.937%201.25%2012S6.063%201.25%2012%201.25S22.75%206.063%2022.75%2012q-.002%201.104-.215%202.15a.75.75%200%200%201-1.47-.3A9.25%209.25%200%200%200%2012%202.75m.768%205.776a1%201%200%200%200-.012.117a11%2011%200%200%200-.006.528a7%207%200%200%200%20.005.259a.25.25%200%200%200%20.093.15l.038.023c.04.022.095.05.191.097l1.317.658c.224.113.366.183.474.23c.07.03.102.04.11.043a.25.25%200%200%200%20.254-.157a1%201%200%200%200%20.012-.117c.006-.118.006-.277.006-.528a7%207%200%200%200-.005-.259a.25.25%200%200%200-.093-.15l-.038-.023l-.191-.097l-1.317-.658a12%2012%200%200%200-.474-.23a1%201%200%200%200-.11-.043a.25.25%200%200%200-.254.157m-.018%202.688l.99.494c.203.102.38.19.529.255c.15.066.33.134.528.157a1.75%201.75%200%200%200%201.848-1.142a1.9%201.9%200%200%200%20.096-.543c.009-.162.009-.36.009-.587v-.059c0-.163%200-.334-.031-.5a1.75%201.75%200%200%200-.656-1.061a2.6%202.6%200%200%200-.433-.251l-.036-.019l-1.334-.666a12%2012%200%200%200-.529-.256a1.9%201.9%200%200%200-.528-.156a1.75%201.75%200%200%200-1.848%201.142a1.9%201.9%200%200%200-.097.543A9%209%200%200%200%2011.25%209v3.55a2.75%202.75%200%201%200%201.5%202.45zM11.25%2015a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m6.22-.53a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06l-1.22-1.22V22a.75.75%200%200%201-1.5%200v-5.19l-1.22%201.22a.75.75%200%201%201-1.06-1.06z%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/upload-track.svg?color=%231a73e8&size=48