upload track2 icon
upload-track2 from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- upload-track2
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the upload track2 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.75M13 7c.414 0 .738.345.873.736A2.25 2.25 0 0 0 16 9.25a.75.75 0 0 1 0 1.5a3.73 3.73 0 0 1-2.25-.75v5a2.75 2.75 0 1 1-1.5-2.45v-4.8A.75.75 0 0 1 13 7m-.75 8a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m5.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 ReiconUploadTrack2(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.75M13 7c.414 0 .738.345.873.736A2.25 2.25 0 0 0 16 9.25a.75.75 0 0 1 0 1.5a3.73 3.73 0 0 1-2.25-.75v5a2.75 2.75 0 1 1-1.5-2.45v-4.8A.75.75 0 0 1 13 7m-.75 8a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m5.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.75M13 7c.414 0 .738.345.873.736A2.25 2.25 0 0 0 16 9.25a.75.75 0 0 1 0 1.5a3.73 3.73 0 0 1-2.25-.75v5a2.75 2.75 0 1 1-1.5-2.45v-4.8A.75.75 0 0 1 13 7m-.75 8a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m5.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-track2 {
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.75M13%207c.414%200%20.738.345.873.736A2.25%202.25%200%200%200%2016%209.25a.75.75%200%200%201%200%201.5a3.73%203.73%200%200%201-2.25-.75v5a2.75%202.75%200%201%201-1.5-2.45v-4.8A.75.75%200%200%201%2013%207m-.75%208a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m5.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.75M13%207c.414%200%20.738.345.873.736A2.25%202.25%200%200%200%2016%209.25a.75.75%200%200%201%200%201.5a3.73%203.73%200%200%201-2.25-.75v5a2.75%202.75%200%201%201-1.5-2.45v-4.8A.75.75%200%200%201%2013%207m-.75%208a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m5.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-track2.svg?color=%231a73e8&size=48