backpack icon

backpack-duotone from Reicon by REICON · Duotone · School · MIT Free for personal and commercial use.

Name
backpack-duotone
Set
Reicon
Style
Duotone
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All backpack icons →

More school icons from Reicon

Use the backpack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.292 4.786A5.97 5.97 0 0 0 3 10.416l-.001.18v2.323q.155-.001.305.064a21.54 21.54 0 0 0 17.39 0A.75.75 0 0 1 21 12.92v-2.503a5.97 5.97 0 0 0-4.291-5.63c-.278-.091-1.12-.254-1.506-.324c-2.12-.36-4.286-.36-6.406 0c-.405.076-1.272.248-1.506.324M10 11.926a.747.747 0 0 0-.75.745c0 .411.336.745.75.745h4c.414 0 .75-.334.75-.745a.747.747 0 0 0-.75-.745z" clip-rule="evenodd"/><path d="M8.873 3.992A2.25 2.25 0 0 1 11 2.49h2c.983 0 1.82.626 2.126 1.502c.045.13.068.28.077.47c.386.07 1.227.233 1.505.324v-.061c0-.339-.011-.782-.165-1.222A3.75 3.75 0 0 0 13 1h-2a3.75 3.75 0 0 0-3.544 2.503c-.153.44-.165.883-.165 1.222v.06c.233-.075 1.1-.247 1.505-.323c.01-.19.032-.34.077-.47M21 14.477q-1.352.573-2.75.966v1.2a.75.75 0 0 1-.75.746a.75.75 0 0 1-.75-.745v-.832A23.06 23.06 0 0 1 3 14.477v1.546a4.495 4.495 0 0 0 3.539 4.381c3.597.794 7.325.794 10.923 0A4.495 4.495 0 0 0 21 16.023z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBackpackDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M7.292 4.786A5.97 5.97 0 0 0 3 10.416l-.001.18v2.323q.155-.001.305.064a21.54 21.54 0 0 0 17.39 0A.75.75 0 0 1 21 12.92v-2.503a5.97 5.97 0 0 0-4.291-5.63c-.278-.091-1.12-.254-1.506-.324c-2.12-.36-4.286-.36-6.406 0c-.405.076-1.272.248-1.506.324M10 11.926a.747.747 0 0 0-.75.745c0 .411.336.745.75.745h4c.414 0 .75-.334.75-.745a.747.747 0 0 0-.75-.745z" clipRule="evenodd"/><path d="M8.873 3.992A2.25 2.25 0 0 1 11 2.49h2c.983 0 1.82.626 2.126 1.502c.045.13.068.28.077.47c.386.07 1.227.233 1.505.324v-.061c0-.339-.011-.782-.165-1.222A3.75 3.75 0 0 0 13 1h-2a3.75 3.75 0 0 0-3.544 2.503c-.153.44-.165.883-.165 1.222v.06c.233-.075 1.1-.247 1.505-.323c.01-.19.032-.34.077-.47M21 14.477q-1.352.573-2.75.966v1.2a.75.75 0 0 1-.75.746a.75.75 0 0 1-.75-.745v-.832A23.06 23.06 0 0 1 3 14.477v1.546a4.495 4.495 0 0 0 3.539 4.381c3.597.794 7.325.794 10.923 0A4.495 4.495 0 0 0 21 16.023z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.292 4.786A5.97 5.97 0 0 0 3 10.416l-.001.18v2.323q.155-.001.305.064a21.54 21.54 0 0 0 17.39 0A.75.75 0 0 1 21 12.92v-2.503a5.97 5.97 0 0 0-4.291-5.63c-.278-.091-1.12-.254-1.506-.324c-2.12-.36-4.286-.36-6.406 0c-.405.076-1.272.248-1.506.324M10 11.926a.747.747 0 0 0-.75.745c0 .411.336.745.75.745h4c.414 0 .75-.334.75-.745a.747.747 0 0 0-.75-.745z" clip-rule="evenodd"/><path d="M8.873 3.992A2.25 2.25 0 0 1 11 2.49h2c.983 0 1.82.626 2.126 1.502c.045.13.068.28.077.47c.386.07 1.227.233 1.505.324v-.061c0-.339-.011-.782-.165-1.222A3.75 3.75 0 0 0 13 1h-2a3.75 3.75 0 0 0-3.544 2.503c-.153.44-.165.883-.165 1.222v.06c.233-.075 1.1-.247 1.505-.323c.01-.19.032-.34.077-.47M21 14.477q-1.352.573-2.75.966v1.2a.75.75 0 0 1-.75.746a.75.75 0 0 1-.75-.745v-.832A23.06 23.06 0 0 1 3 14.477v1.546a4.495 4.495 0 0 0 3.539 4.381c3.597.794 7.325.794 10.923 0A4.495 4.495 0 0 0 21 16.023z" opacity=".5"/></g></svg>
</template>

CSS

.icon-backpack-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.292%204.786A5.97%205.97%200%200%200%203%2010.416l-.001.18v2.323q.155-.001.305.064a21.54%2021.54%200%200%200%2017.39%200A.75.75%200%200%201%2021%2012.92v-2.503a5.97%205.97%200%200%200-4.291-5.63c-.278-.091-1.12-.254-1.506-.324c-2.12-.36-4.286-.36-6.406%200c-.405.076-1.272.248-1.506.324M10%2011.926a.747.747%200%200%200-.75.745c0%20.411.336.745.75.745h4c.414%200%20.75-.334.75-.745a.747.747%200%200%200-.75-.745z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.873%203.992A2.25%202.25%200%200%201%2011%202.49h2c.983%200%201.82.626%202.126%201.502c.045.13.068.28.077.47c.386.07%201.227.233%201.505.324v-.061c0-.339-.011-.782-.165-1.222A3.75%203.75%200%200%200%2013%201h-2a3.75%203.75%200%200%200-3.544%202.503c-.153.44-.165.883-.165%201.222v.06c.233-.075%201.1-.247%201.505-.323c.01-.19.032-.34.077-.47M21%2014.477q-1.352.573-2.75.966v1.2a.75.75%200%200%201-.75.746a.75.75%200%200%201-.75-.745v-.832A23.06%2023.06%200%200%201%203%2014.477v1.546a4.495%204.495%200%200%200%203.539%204.381c3.597.794%207.325.794%2010.923%200A4.495%204.495%200%200%200%2021%2016.023z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.292%204.786A5.97%205.97%200%200%200%203%2010.416l-.001.18v2.323q.155-.001.305.064a21.54%2021.54%200%200%200%2017.39%200A.75.75%200%200%201%2021%2012.92v-2.503a5.97%205.97%200%200%200-4.291-5.63c-.278-.091-1.12-.254-1.506-.324c-2.12-.36-4.286-.36-6.406%200c-.405.076-1.272.248-1.506.324M10%2011.926a.747.747%200%200%200-.75.745c0%20.411.336.745.75.745h4c.414%200%20.75-.334.75-.745a.747.747%200%200%200-.75-.745z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.873%203.992A2.25%202.25%200%200%201%2011%202.49h2c.983%200%201.82.626%202.126%201.502c.045.13.068.28.077.47c.386.07%201.227.233%201.505.324v-.061c0-.339-.011-.782-.165-1.222A3.75%203.75%200%200%200%2013%201h-2a3.75%203.75%200%200%200-3.544%202.503c-.153.44-.165.883-.165%201.222v.06c.233-.075%201.1-.247%201.505-.323c.01-.19.032-.34.077-.47M21%2014.477q-1.352.573-2.75.966v1.2a.75.75%200%200%201-.75.746a.75.75%200%200%201-.75-.745v-.832A23.06%2023.06%200%200%201%203%2014.477v1.546a4.495%204.495%200%200%200%203.539%204.381c3.597.794%207.325.794%2010.923%200A4.495%204.495%200%200%200%2021%2016.023z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Backpack duotone icon — Reicon · IconsDB