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

Name
recycling-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
recycling-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.725 8.35l1.7-2.825l-1.475-2.45q-.3-.5-.862-.5t-.863.5L6.3 6.3q-.2.35-.112.763t.437.612L8.35 8.7q.35.2.763.1t.612-.45m9.15 7.65l-1.7-2.825q-.225-.35-.112-.763t.462-.612l1.75-1q.35-.2.75-.1t.6.45l1.1 1.825q.275.425.3.95t-.225.975q-.25.5-.737.8T20 16zm-3.725 6.15L12.7 19.7q-.3-.3-.3-.7t.3-.7l2.45-2.45q.25-.25.55-.125t.3.475v.8h4.75l-1.45 2.9q-.275.5-.75.8t-1.05.3H16v.8q0 .35-.3.475t-.55-.125M6.325 21q-.5 0-.913-.262T4.8 20.05q-.2-.4-.187-.837t.237-.813L5.7 17H9q.425 0 .713.288T10 18v2q0 .425-.288.713T9 21zM3.85 18.15L2.225 14.9q-.225-.45-.213-.962t.288-.963l.4-.675l-.675-.4q-.275-.175-.225-.513t.375-.412L5.5 10.15q.4-.1.763.113t.462.612l.825 3.35q.075.325-.2.525t-.55.025l-.675-.425zm12.525-8.8l-3.325-.825q-.325-.075-.363-.412t.238-.513l.675-.4L10.475 2H14q.525 0 .988.263t.737.712l1.3 2.175l.65-.4q.275-.175.55.025t.2.525L17.6 8.625q-.1.4-.462.613t-.763.112"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRecyclingRounded(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.725 8.35l1.7-2.825l-1.475-2.45q-.3-.5-.862-.5t-.863.5L6.3 6.3q-.2.35-.112.763t.437.612L8.35 8.7q.35.2.763.1t.612-.45m9.15 7.65l-1.7-2.825q-.225-.35-.112-.763t.462-.612l1.75-1q.35-.2.75-.1t.6.45l1.1 1.825q.275.425.3.95t-.225.975q-.25.5-.737.8T20 16zm-3.725 6.15L12.7 19.7q-.3-.3-.3-.7t.3-.7l2.45-2.45q.25-.25.55-.125t.3.475v.8h4.75l-1.45 2.9q-.275.5-.75.8t-1.05.3H16v.8q0 .35-.3.475t-.55-.125M6.325 21q-.5 0-.913-.262T4.8 20.05q-.2-.4-.187-.837t.237-.813L5.7 17H9q.425 0 .713.288T10 18v2q0 .425-.288.713T9 21zM3.85 18.15L2.225 14.9q-.225-.45-.213-.962t.288-.963l.4-.675l-.675-.4q-.275-.175-.225-.513t.375-.412L5.5 10.15q.4-.1.763.113t.462.612l.825 3.35q.075.325-.2.525t-.55.025l-.675-.425zm12.525-8.8l-3.325-.825q-.325-.075-.363-.412t.238-.513l.675-.4L10.475 2H14q.525 0 .988.263t.737.712l1.3 2.175l.65-.4q.275-.175.55.025t.2.525L17.6 8.625q-.1.4-.462.613t-.763.112"/></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.725 8.35l1.7-2.825l-1.475-2.45q-.3-.5-.862-.5t-.863.5L6.3 6.3q-.2.35-.112.763t.437.612L8.35 8.7q.35.2.763.1t.612-.45m9.15 7.65l-1.7-2.825q-.225-.35-.112-.763t.462-.612l1.75-1q.35-.2.75-.1t.6.45l1.1 1.825q.275.425.3.95t-.225.975q-.25.5-.737.8T20 16zm-3.725 6.15L12.7 19.7q-.3-.3-.3-.7t.3-.7l2.45-2.45q.25-.25.55-.125t.3.475v.8h4.75l-1.45 2.9q-.275.5-.75.8t-1.05.3H16v.8q0 .35-.3.475t-.55-.125M6.325 21q-.5 0-.913-.262T4.8 20.05q-.2-.4-.187-.837t.237-.813L5.7 17H9q.425 0 .713.288T10 18v2q0 .425-.288.713T9 21zM3.85 18.15L2.225 14.9q-.225-.45-.213-.962t.288-.963l.4-.675l-.675-.4q-.275-.175-.225-.513t.375-.412L5.5 10.15q.4-.1.763.113t.462.612l.825 3.35q.075.325-.2.525t-.55.025l-.675-.425zm12.525-8.8l-3.325-.825q-.325-.075-.363-.412t.238-.513l.675-.4L10.475 2H14q.525 0 .988.263t.737.712l1.3 2.175l.65-.4q.275-.175.55.025t.2.525L17.6 8.625q-.1.4-.462.613t-.763.112"/></svg>
</template>

CSS

.icon-recycling-rounded {
  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.725%208.35l1.7-2.825l-1.475-2.45q-.3-.5-.862-.5t-.863.5L6.3%206.3q-.2.35-.112.763t.437.612L8.35%208.7q.35.2.763.1t.612-.45m9.15%207.65l-1.7-2.825q-.225-.35-.112-.763t.462-.612l1.75-1q.35-.2.75-.1t.6.45l1.1%201.825q.275.425.3.95t-.225.975q-.25.5-.737.8T20%2016zm-3.725%206.15L12.7%2019.7q-.3-.3-.3-.7t.3-.7l2.45-2.45q.25-.25.55-.125t.3.475v.8h4.75l-1.45%202.9q-.275.5-.75.8t-1.05.3H16v.8q0%20.35-.3.475t-.55-.125M6.325%2021q-.5%200-.913-.262T4.8%2020.05q-.2-.4-.187-.837t.237-.813L5.7%2017H9q.425%200%20.713.288T10%2018v2q0%20.425-.288.713T9%2021zM3.85%2018.15L2.225%2014.9q-.225-.45-.213-.962t.288-.963l.4-.675l-.675-.4q-.275-.175-.225-.513t.375-.412L5.5%2010.15q.4-.1.763.113t.462.612l.825%203.35q.075.325-.2.525t-.55.025l-.675-.425zm12.525-8.8l-3.325-.825q-.325-.075-.363-.412t.238-.513l.675-.4L10.475%202H14q.525%200%20.988.263t.737.712l1.3%202.175l.65-.4q.275-.175.55.025t.2.525L17.6%208.625q-.1.4-.462.613t-.763.112%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.725%208.35l1.7-2.825l-1.475-2.45q-.3-.5-.862-.5t-.863.5L6.3%206.3q-.2.35-.112.763t.437.612L8.35%208.7q.35.2.763.1t.612-.45m9.15%207.65l-1.7-2.825q-.225-.35-.112-.763t.462-.612l1.75-1q.35-.2.75-.1t.6.45l1.1%201.825q.275.425.3.95t-.225.975q-.25.5-.737.8T20%2016zm-3.725%206.15L12.7%2019.7q-.3-.3-.3-.7t.3-.7l2.45-2.45q.25-.25.55-.125t.3.475v.8h4.75l-1.45%202.9q-.275.5-.75.8t-1.05.3H16v.8q0%20.35-.3.475t-.55-.125M6.325%2021q-.5%200-.913-.262T4.8%2020.05q-.2-.4-.187-.837t.237-.813L5.7%2017H9q.425%200%20.713.288T10%2018v2q0%20.425-.288.713T9%2021zM3.85%2018.15L2.225%2014.9q-.225-.45-.213-.962t.288-.963l.4-.675l-.675-.4q-.275-.175-.225-.513t.375-.412L5.5%2010.15q.4-.1.763.113t.462.612l.825%203.35q.075.325-.2.525t-.55.025l-.675-.425zm12.525-8.8l-3.325-.825q-.325-.075-.363-.412t.238-.513l.675-.4L10.475%202H14q.525%200%20.988.263t.737.712l1.3%202.175l.65-.4q.275-.175.55.025t.2.525L17.6%208.625q-.1.4-.462.613t-.763.112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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