twotone recycling icon

twotone-recycling from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-recycling
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone recycling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.77 7.15L7.2 4.78l1.03-1.71c.39-.65 1.33-.65 1.72 0l1.48 2.46l-1.23 2.06l-1 1.62zm15.95 5.82l-1.6-2.66l-3.46 2L18.87 16H20a2 2 0 0 0 2-2c0-.36-.1-.71-.28-1.03M16 21h1.5a2 2 0 0 0 1.79-1.11L20.74 17H16v-2l-4 4l4 4zm-6-4H5.7l-.84 1.41c-.3.5-.32 1.12-.06 1.65c.28.57.87.94 1.52.94H10zm-3.88-2.65l1.73 1.04L6.48 9.9L1 11.27l1.7 1.02l-.41.69c-.35.59-.38 1.31-.07 1.92l1.63 3.26zm10.9-9.21l-1.3-2.17C15.35 2.37 14.7 2 14 2h-3.53l3.12 5.2l-1.72 1.03l5.49 1.37l1.37-5.49z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneRecycling(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="M5.77 7.15L7.2 4.78l1.03-1.71c.39-.65 1.33-.65 1.72 0l1.48 2.46l-1.23 2.06l-1 1.62zm15.95 5.82l-1.6-2.66l-3.46 2L18.87 16H20a2 2 0 0 0 2-2c0-.36-.1-.71-.28-1.03M16 21h1.5a2 2 0 0 0 1.79-1.11L20.74 17H16v-2l-4 4l4 4zm-6-4H5.7l-.84 1.41c-.3.5-.32 1.12-.06 1.65c.28.57.87.94 1.52.94H10zm-3.88-2.65l1.73 1.04L6.48 9.9L1 11.27l1.7 1.02l-.41.69c-.35.59-.38 1.31-.07 1.92l1.63 3.26zm10.9-9.21l-1.3-2.17C15.35 2.37 14.7 2 14 2h-3.53l3.12 5.2l-1.72 1.03l5.49 1.37l1.37-5.49z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.77 7.15L7.2 4.78l1.03-1.71c.39-.65 1.33-.65 1.72 0l1.48 2.46l-1.23 2.06l-1 1.62zm15.95 5.82l-1.6-2.66l-3.46 2L18.87 16H20a2 2 0 0 0 2-2c0-.36-.1-.71-.28-1.03M16 21h1.5a2 2 0 0 0 1.79-1.11L20.74 17H16v-2l-4 4l4 4zm-6-4H5.7l-.84 1.41c-.3.5-.32 1.12-.06 1.65c.28.57.87.94 1.52.94H10zm-3.88-2.65l1.73 1.04L6.48 9.9L1 11.27l1.7 1.02l-.41.69c-.35.59-.38 1.31-.07 1.92l1.63 3.26zm10.9-9.21l-1.3-2.17C15.35 2.37 14.7 2 14 2h-3.53l3.12 5.2l-1.72 1.03l5.49 1.37l1.37-5.49z"/></svg>
</template>

CSS

.icon-twotone-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%22M5.77%207.15L7.2%204.78l1.03-1.71c.39-.65%201.33-.65%201.72%200l1.48%202.46l-1.23%202.06l-1%201.62zm15.95%205.82l-1.6-2.66l-3.46%202L18.87%2016H20a2%202%200%200%200%202-2c0-.36-.1-.71-.28-1.03M16%2021h1.5a2%202%200%200%200%201.79-1.11L20.74%2017H16v-2l-4%204l4%204zm-6-4H5.7l-.84%201.41c-.3.5-.32%201.12-.06%201.65c.28.57.87.94%201.52.94H10zm-3.88-2.65l1.73%201.04L6.48%209.9L1%2011.27l1.7%201.02l-.41.69c-.35.59-.38%201.31-.07%201.92l1.63%203.26zm10.9-9.21l-1.3-2.17C15.35%202.37%2014.7%202%2014%202h-3.53l3.12%205.2l-1.72%201.03l5.49%201.37l1.37-5.49z%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%22M5.77%207.15L7.2%204.78l1.03-1.71c.39-.65%201.33-.65%201.72%200l1.48%202.46l-1.23%202.06l-1%201.62zm15.95%205.82l-1.6-2.66l-3.46%202L18.87%2016H20a2%202%200%200%200%202-2c0-.36-.1-.71-.28-1.03M16%2021h1.5a2%202%200%200%200%201.79-1.11L20.74%2017H16v-2l-4%204l4%204zm-6-4H5.7l-.84%201.41c-.3.5-.32%201.12-.06%201.65c.28.57.87.94%201.52.94H10zm-3.88-2.65l1.73%201.04L6.48%209.9L1%2011.27l1.7%201.02l-.41.69c-.35.59-.38%201.31-.07%201.92l1.63%203.26zm10.9-9.21l-1.3-2.17C15.35%202.37%2014.7%202%2014%202h-3.53l3.12%205.2l-1.72%201.03l5.49%201.37l1.37-5.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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