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

Name
round-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 round recycling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.2 7.41a.5.5 0 0 1-.17-.68L7.2 4.78l1.03-1.71c.39-.65 1.33-.65 1.72 0l1.48 2.46l-1.23 2.06l-.72 1.2a.54.54 0 0 1-.71.17zm15.52 5.56l-1.34-2.24a.51.51 0 0 0-.68-.18l-2.6 1.5c-.24.14-.32.45-.18.69L18.87 16h1.09c.61 0 1.2-.26 1.59-.73c.3-.37.45-.82.45-1.27c0-.36-.1-.71-.28-1.03M16 21h1.5a2 2 0 0 0 1.79-1.11L20.74 17H16v-.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79a.5.5 0 0 0 .85-.35zm-6.5-4H5.7l-.84 1.41c-.3.5-.32 1.12-.06 1.65c.28.57.87.94 1.52.94H9.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-3.38-2.65l.7.42c.38.23.85-.12.74-.55l-.96-3.84a.49.49 0 0 0-.6-.36l-3.83.96c-.43.11-.52.68-.14.91l.66.4l-.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-.69.41c-.38.23-.3.81.14.91l3.83.96c.27.07.54-.1.61-.36l.96-3.83a.499.499 0 0 0-.74-.55z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRecycling(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="M6.2 7.41a.5.5 0 0 1-.17-.68L7.2 4.78l1.03-1.71c.39-.65 1.33-.65 1.72 0l1.48 2.46l-1.23 2.06l-.72 1.2a.54.54 0 0 1-.71.17zm15.52 5.56l-1.34-2.24a.51.51 0 0 0-.68-.18l-2.6 1.5c-.24.14-.32.45-.18.69L18.87 16h1.09c.61 0 1.2-.26 1.59-.73c.3-.37.45-.82.45-1.27c0-.36-.1-.71-.28-1.03M16 21h1.5a2 2 0 0 0 1.79-1.11L20.74 17H16v-.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79a.5.5 0 0 0 .85-.35zm-6.5-4H5.7l-.84 1.41c-.3.5-.32 1.12-.06 1.65c.28.57.87.94 1.52.94H9.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-3.38-2.65l.7.42c.38.23.85-.12.74-.55l-.96-3.84a.49.49 0 0 0-.6-.36l-3.83.96c-.43.11-.52.68-.14.91l.66.4l-.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-.69.41c-.38.23-.3.81.14.91l3.83.96c.27.07.54-.1.61-.36l.96-3.83a.499.499 0 0 0-.74-.55z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.2 7.41a.5.5 0 0 1-.17-.68L7.2 4.78l1.03-1.71c.39-.65 1.33-.65 1.72 0l1.48 2.46l-1.23 2.06l-.72 1.2a.54.54 0 0 1-.71.17zm15.52 5.56l-1.34-2.24a.51.51 0 0 0-.68-.18l-2.6 1.5c-.24.14-.32.45-.18.69L18.87 16h1.09c.61 0 1.2-.26 1.59-.73c.3-.37.45-.82.45-1.27c0-.36-.1-.71-.28-1.03M16 21h1.5a2 2 0 0 0 1.79-1.11L20.74 17H16v-.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79a.5.5 0 0 0 .85-.35zm-6.5-4H5.7l-.84 1.41c-.3.5-.32 1.12-.06 1.65c.28.57.87.94 1.52.94H9.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-3.38-2.65l.7.42c.38.23.85-.12.74-.55l-.96-3.84a.49.49 0 0 0-.6-.36l-3.83.96c-.43.11-.52.68-.14.91l.66.4l-.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-.69.41c-.38.23-.3.81.14.91l3.83.96c.27.07.54-.1.61-.36l.96-3.83a.499.499 0 0 0-.74-.55z"/></svg>
</template>

CSS

.icon-round-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%22M6.2%207.41a.5.5%200%200%201-.17-.68L7.2%204.78l1.03-1.71c.39-.65%201.33-.65%201.72%200l1.48%202.46l-1.23%202.06l-.72%201.2a.54.54%200%200%201-.71.17zm15.52%205.56l-1.34-2.24a.51.51%200%200%200-.68-.18l-2.6%201.5c-.24.14-.32.45-.18.69L18.87%2016h1.09c.61%200%201.2-.26%201.59-.73c.3-.37.45-.82.45-1.27c0-.36-.1-.71-.28-1.03M16%2021h1.5a2%202%200%200%200%201.79-1.11L20.74%2017H16v-.79c0-.45-.54-.67-.85-.35l-2.79%202.79c-.2.2-.2.51%200%20.71l2.79%202.79a.5.5%200%200%200%20.85-.35zm-6.5-4H5.7l-.84%201.41c-.3.5-.32%201.12-.06%201.65c.28.57.87.94%201.52.94H9.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-3.38-2.65l.7.42c.38.23.85-.12.74-.55l-.96-3.84a.49.49%200%200%200-.6-.36l-3.83.96c-.43.11-.52.68-.14.91l.66.4l-.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-.69.41c-.38.23-.3.81.14.91l3.83.96c.27.07.54-.1.61-.36l.96-3.83a.499.499%200%200%200-.74-.55z%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%22M6.2%207.41a.5.5%200%200%201-.17-.68L7.2%204.78l1.03-1.71c.39-.65%201.33-.65%201.72%200l1.48%202.46l-1.23%202.06l-.72%201.2a.54.54%200%200%201-.71.17zm15.52%205.56l-1.34-2.24a.51.51%200%200%200-.68-.18l-2.6%201.5c-.24.14-.32.45-.18.69L18.87%2016h1.09c.61%200%201.2-.26%201.59-.73c.3-.37.45-.82.45-1.27c0-.36-.1-.71-.28-1.03M16%2021h1.5a2%202%200%200%200%201.79-1.11L20.74%2017H16v-.79c0-.45-.54-.67-.85-.35l-2.79%202.79c-.2.2-.2.51%200%20.71l2.79%202.79a.5.5%200%200%200%20.85-.35zm-6.5-4H5.7l-.84%201.41c-.3.5-.32%201.12-.06%201.65c.28.57.87.94%201.52.94H9.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m-3.38-2.65l.7.42c.38.23.85-.12.74-.55l-.96-3.84a.49.49%200%200%200-.6-.36l-3.83.96c-.43.11-.52.68-.14.91l.66.4l-.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-.69.41c-.38.23-.3.81.14.91l3.83.96c.27.07.54-.1.61-.36l.96-3.83a.499.499%200%200%200-.74-.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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