recycling from IconPark Outline by ByteDance · Outline · Arrows · Apache-2.0 Free for personal and commercial use.

Name
recycling
Set
IconPark Outline
Style
Outline
Category
Arrows
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More arrows icons from IconPark Outline

Use the recycling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M33.526 19.5L25.793 6.105c-.783-1.356-2.75-1.327-3.493.052L17 16m8 24h16.42c1.566 0 2.524-1.716 1.704-3.048L37 27m-24-4L4.773 36.986C3.989 38.319 4.95 40 6.497 40H17"/><path d="m29 36l-4 4l4 4m-1-25.8l5.464 1.465l1.464-5.465M7.5 24.464L12.964 23l1.464 5.464"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineRecycling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M33.526 19.5L25.793 6.105c-.783-1.356-2.75-1.327-3.493.052L17 16m8 24h16.42c1.566 0 2.524-1.716 1.704-3.048L37 27m-24-4L4.773 36.986C3.989 38.319 4.95 40 6.497 40H17"/><path d="m29 36l-4 4l4 4m-1-25.8l5.464 1.465l1.464-5.465M7.5 24.464L12.964 23l1.464 5.464"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M33.526 19.5L25.793 6.105c-.783-1.356-2.75-1.327-3.493.052L17 16m8 24h16.42c1.566 0 2.524-1.716 1.704-3.048L37 27m-24-4L4.773 36.986C3.989 38.319 4.95 40 6.497 40H17"/><path d="m29 36l-4 4l4 4m-1-25.8l5.464 1.465l1.464-5.465M7.5 24.464L12.964 23l1.464 5.464"/></g></svg>
</template>

CSS

.icon-recycling {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M33.526%2019.5L25.793%206.105c-.783-1.356-2.75-1.327-3.493.052L17%2016m8%2024h16.42c1.566%200%202.524-1.716%201.704-3.048L37%2027m-24-4L4.773%2036.986C3.989%2038.319%204.95%2040%206.497%2040H17%22%2F%3E%3Cpath%20d%3D%22m29%2036l-4%204l4%204m-1-25.8l5.464%201.465l1.464-5.465M7.5%2024.464L12.964%2023l1.464%205.464%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M33.526%2019.5L25.793%206.105c-.783-1.356-2.75-1.327-3.493.052L17%2016m8%2024h16.42c1.566%200%202.524-1.716%201.704-3.048L37%2027m-24-4L4.773%2036.986C3.989%2038.319%204.95%2040%206.497%2040H17%22%2F%3E%3Cpath%20d%3D%22m29%2036l-4%204l4%204m-1-25.8l5.464%201.465l1.464-5.465M7.5%2024.464L12.964%2023l1.464%205.464%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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