recycling from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
recycling
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
recycling-outline, recycling-outline-sharp, recycling-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the recycling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.623 9.7l1.898-3.098l-1.263-2.085q-.242-.423-.728-.423t-.737.425L6.737 7.977zm8.192 5.762l-1.876-3.123l2.936-1.693l1.35 2.252q.217.368.252.816q.034.448-.177.82q-.212.443-.632.685t-.905.243zm-2.43 5.923L12 18l3.385-3.384v1.692h4.019l-1.227 2.454q-.233.423-.635.677q-.402.253-.888.253h-1.27zM7.19 19.692q-.424 0-.769-.214q-.345-.215-.506-.58q-.162-.344-.16-.714q.004-.37.194-.689l.72-1.187h3.638v3.384zM5.1 17.285l-1.375-2.75q-.206-.393-.184-.828q.023-.436.25-.809l.332-.56l-1.43-.87l4.628-1.164l1.164 4.654l-1.456-.896zm11.423-7.243L11.891 8.88l1.459-.867l-2.644-4.398h2.983q.444 0 .835.222q.392.22.624.6l1.108 1.848l1.43-.896z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRecycling(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" d="m9.623 9.7l1.898-3.098l-1.263-2.085q-.242-.423-.728-.423t-.737.425L6.737 7.977zm8.192 5.762l-1.876-3.123l2.936-1.693l1.35 2.252q.217.368.252.816q.034.448-.177.82q-.212.443-.632.685t-.905.243zm-2.43 5.923L12 18l3.385-3.384v1.692h4.019l-1.227 2.454q-.233.423-.635.677q-.402.253-.888.253h-1.27zM7.19 19.692q-.424 0-.769-.214q-.345-.215-.506-.58q-.162-.344-.16-.714q.004-.37.194-.689l.72-1.187h3.638v3.384zM5.1 17.285l-1.375-2.75q-.206-.393-.184-.828q.023-.436.25-.809l.332-.56l-1.43-.87l4.628-1.164l1.164 4.654l-1.456-.896zm11.423-7.243L11.891 8.88l1.459-.867l-2.644-4.398h2.983q.444 0 .835.222q.392.22.624.6l1.108 1.848l1.43-.896z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.623 9.7l1.898-3.098l-1.263-2.085q-.242-.423-.728-.423t-.737.425L6.737 7.977zm8.192 5.762l-1.876-3.123l2.936-1.693l1.35 2.252q.217.368.252.816q.034.448-.177.82q-.212.443-.632.685t-.905.243zm-2.43 5.923L12 18l3.385-3.384v1.692h4.019l-1.227 2.454q-.233.423-.635.677q-.402.253-.888.253h-1.27zM7.19 19.692q-.424 0-.769-.214q-.345-.215-.506-.58q-.162-.344-.16-.714q.004-.37.194-.689l.72-1.187h3.638v3.384zM5.1 17.285l-1.375-2.75q-.206-.393-.184-.828q.023-.436.25-.809l.332-.56l-1.43-.87l4.628-1.164l1.164 4.654l-1.456-.896zm11.423-7.243L11.891 8.88l1.459-.867l-2.644-4.398h2.983q.444 0 .835.222q.392.22.624.6l1.108 1.848l1.43-.896z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.623%209.7l1.898-3.098l-1.263-2.085q-.242-.423-.728-.423t-.737.425L6.737%207.977zm8.192%205.762l-1.876-3.123l2.936-1.693l1.35%202.252q.217.368.252.816q.034.448-.177.82q-.212.443-.632.685t-.905.243zm-2.43%205.923L12%2018l3.385-3.384v1.692h4.019l-1.227%202.454q-.233.423-.635.677q-.402.253-.888.253h-1.27zM7.19%2019.692q-.424%200-.769-.214q-.345-.215-.506-.58q-.162-.344-.16-.714q.004-.37.194-.689l.72-1.187h3.638v3.384zM5.1%2017.285l-1.375-2.75q-.206-.393-.184-.828q.023-.436.25-.809l.332-.56l-1.43-.87l4.628-1.164l1.164%204.654l-1.456-.896zm11.423-7.243L11.891%208.88l1.459-.867l-2.644-4.398h2.983q.444%200%20.835.222q.392.22.624.6l1.108%201.848l1.43-.896z%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%20d%3D%22m9.623%209.7l1.898-3.098l-1.263-2.085q-.242-.423-.728-.423t-.737.425L6.737%207.977zm8.192%205.762l-1.876-3.123l2.936-1.693l1.35%202.252q.217.368.252.816q.034.448-.177.82q-.212.443-.632.685t-.905.243zm-2.43%205.923L12%2018l3.385-3.384v1.692h4.019l-1.227%202.454q-.233.423-.635.677q-.402.253-.888.253h-1.27zM7.19%2019.692q-.424%200-.769-.214q-.345-.215-.506-.58q-.162-.344-.16-.714q.004-.37.194-.689l.72-1.187h3.638v3.384zM5.1%2017.285l-1.375-2.75q-.206-.393-.184-.828q.023-.436.25-.809l.332-.56l-1.43-.87l4.628-1.164l1.164%204.654l-1.456-.896zm11.423-7.243L11.891%208.88l1.459-.867l-2.644-4.398h2.983q.444%200%20.835.222q.392.22.624.6l1.108%201.848l1.43-.896z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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