recycle-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
recycle-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the recycle 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="M10.268 2.5c.77-1.333 2.694-1.333 3.464 0l3.087 5.346a1.5 1.5 0 0 1 2.67 1.26l-.777 2.898a1.5 1.5 0 0 1-1.837 1.06l-2.898-.775a1.5 1.5 0 0 1 .244-2.943L12 5.5l-.965 1.67a1.5 1.5 0 1 1-2.598-1.5zm-2.92 5.935a1.5 1.5 0 0 1 1.838 1.06l.776 2.898a1.5 1.5 0 0 1-2.67 1.26L5.073 17.5H7a1.5 1.5 0 0 1 0 3H3.34c-1.54 0-2.502-1.667-1.732-3l3.087-5.346A1.5 1.5 0 0 1 4.45 9.21zm11.165 5.346a1.5 1.5 0 0 1 2.05.55l1.83 3.169c.77 1.333-.193 3-1.733 3h-6.173a1.5 1.5 0 0 1-2.426 1.682L9.94 20.061a1.5 1.5 0 0 1 0-2.122l2.12-2.121a1.5 1.5 0 0 1 2.427 1.682h4.441l-.964-1.67a1.5 1.5 0 0 1 .55-2.049" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRecycleFill(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="M10.268 2.5c.77-1.333 2.694-1.333 3.464 0l3.087 5.346a1.5 1.5 0 0 1 2.67 1.26l-.777 2.898a1.5 1.5 0 0 1-1.837 1.06l-2.898-.775a1.5 1.5 0 0 1 .244-2.943L12 5.5l-.965 1.67a1.5 1.5 0 1 1-2.598-1.5zm-2.92 5.935a1.5 1.5 0 0 1 1.838 1.06l.776 2.898a1.5 1.5 0 0 1-2.67 1.26L5.073 17.5H7a1.5 1.5 0 0 1 0 3H3.34c-1.54 0-2.502-1.667-1.732-3l3.087-5.346A1.5 1.5 0 0 1 4.45 9.21zm11.165 5.346a1.5 1.5 0 0 1 2.05.55l1.83 3.169c.77 1.333-.193 3-1.733 3h-6.173a1.5 1.5 0 0 1-2.426 1.682L9.94 20.061a1.5 1.5 0 0 1 0-2.122l2.12-2.121a1.5 1.5 0 0 1 2.427 1.682h4.441l-.964-1.67a1.5 1.5 0 0 1 .55-2.049" 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="M10.268 2.5c.77-1.333 2.694-1.333 3.464 0l3.087 5.346a1.5 1.5 0 0 1 2.67 1.26l-.777 2.898a1.5 1.5 0 0 1-1.837 1.06l-2.898-.775a1.5 1.5 0 0 1 .244-2.943L12 5.5l-.965 1.67a1.5 1.5 0 1 1-2.598-1.5zm-2.92 5.935a1.5 1.5 0 0 1 1.838 1.06l.776 2.898a1.5 1.5 0 0 1-2.67 1.26L5.073 17.5H7a1.5 1.5 0 0 1 0 3H3.34c-1.54 0-2.502-1.667-1.732-3l3.087-5.346A1.5 1.5 0 0 1 4.45 9.21zm11.165 5.346a1.5 1.5 0 0 1 2.05.55l1.83 3.169c.77 1.333-.193 3-1.733 3h-6.173a1.5 1.5 0 0 1-2.426 1.682L9.94 20.061a1.5 1.5 0 0 1 0-2.122l2.12-2.121a1.5 1.5 0 0 1 2.427 1.682h4.441l-.964-1.67a1.5 1.5 0 0 1 .55-2.049" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-recycle-fill {
  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%22M10.268%202.5c.77-1.333%202.694-1.333%203.464%200l3.087%205.346a1.5%201.5%200%200%201%202.67%201.26l-.777%202.898a1.5%201.5%200%200%201-1.837%201.06l-2.898-.775a1.5%201.5%200%200%201%20.244-2.943L12%205.5l-.965%201.67a1.5%201.5%200%201%201-2.598-1.5zm-2.92%205.935a1.5%201.5%200%200%201%201.838%201.06l.776%202.898a1.5%201.5%200%200%201-2.67%201.26L5.073%2017.5H7a1.5%201.5%200%200%201%200%203H3.34c-1.54%200-2.502-1.667-1.732-3l3.087-5.346A1.5%201.5%200%200%201%204.45%209.21zm11.165%205.346a1.5%201.5%200%200%201%202.05.55l1.83%203.169c.77%201.333-.193%203-1.733%203h-6.173a1.5%201.5%200%200%201-2.426%201.682L9.94%2020.061a1.5%201.5%200%200%201%200-2.122l2.12-2.121a1.5%201.5%200%200%201%202.427%201.682h4.441l-.964-1.67a1.5%201.5%200%200%201%20.55-2.049%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%22M10.268%202.5c.77-1.333%202.694-1.333%203.464%200l3.087%205.346a1.5%201.5%200%200%201%202.67%201.26l-.777%202.898a1.5%201.5%200%200%201-1.837%201.06l-2.898-.775a1.5%201.5%200%200%201%20.244-2.943L12%205.5l-.965%201.67a1.5%201.5%200%201%201-2.598-1.5zm-2.92%205.935a1.5%201.5%200%200%201%201.838%201.06l.776%202.898a1.5%201.5%200%200%201-2.67%201.26L5.073%2017.5H7a1.5%201.5%200%200%201%200%203H3.34c-1.54%200-2.502-1.667-1.732-3l3.087-5.346A1.5%201.5%200%200%201%204.45%209.21zm11.165%205.346a1.5%201.5%200%200%201%202.05.55l1.83%203.169c.77%201.333-.193%203-1.733%203h-6.173a1.5%201.5%200%200%201-2.426%201.682L9.94%2020.061a1.5%201.5%200%200%201%200-2.122l2.12-2.121a1.5%201.5%200%200%201%202.427%201.682h4.441l-.964-1.67a1.5%201.5%200%200%201%20.55-2.049%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/mingcute/recycle-fill.svg?color=%231a73e8&size=48