recycling-symbol from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
recycling-symbol
Set
Fluent Emoji High Contrast
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji High Contrast

Use the recycling symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.274 7.76l1.04-.6c.42-.24.93.12.83.58l-1.37 6.39c-.07.32-.4.51-.71.41l-6.23-1.97a.555.555 0 0 1-.11-1.01l1.25-.73l-1.064-1.831l-2.757 4.371c-.33.52-1.01.68-1.53.35l-3.32-2.09c-.52-.33-.68-1.01-.35-1.53l3.728-5.911l-.027.041q.022-.037.047-.073l.042-.067l.012-.01A2.64 2.64 0 0 1 13.883 3h4.11c.94 0 1.82.5 2.29 1.32zm-12.25 6.11l1.66 6.32c.12.46-.37.86-.79.63l-1.28-.67l-.983 1.87h5.123c.61 0 1.11.5 1.11 1.11v3.93c0 .61-.5 1.11-1.11 1.11H6.719q.066.01.134.01c-.91 0-1.76-.46-2.24-1.23l-2.2-3.48c-.51-.8-.55-1.8-.11-2.64l1.84-3.52l-1.06-.56a.563.563 0 0 1 .07-1.02l6.14-2.24c.31-.11.65.06.73.38m13.401 8.061l-2.38-4.58c-.29-.55-.07-1.22.47-1.5l3.49-1.81c.55-.29 1.22-.07 1.5.47l3.27 6.31l.003.026c.331.77.283 1.65-.143 2.373l-2.08 3.55a2.66 2.66 0 0 1-2.3 1.31l-3.98-.02v1.2c0 .49-.57.74-.93.41l-4.82-4.41a.557.557 0 0 1 0-.82l4.85-4.38c.36-.33.93-.07.93.41l-.01 1.45z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRecyclingSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.274 7.76l1.04-.6c.42-.24.93.12.83.58l-1.37 6.39c-.07.32-.4.51-.71.41l-6.23-1.97a.555.555 0 0 1-.11-1.01l1.25-.73l-1.064-1.831l-2.757 4.371c-.33.52-1.01.68-1.53.35l-3.32-2.09c-.52-.33-.68-1.01-.35-1.53l3.728-5.911l-.027.041q.022-.037.047-.073l.042-.067l.012-.01A2.64 2.64 0 0 1 13.883 3h4.11c.94 0 1.82.5 2.29 1.32zm-12.25 6.11l1.66 6.32c.12.46-.37.86-.79.63l-1.28-.67l-.983 1.87h5.123c.61 0 1.11.5 1.11 1.11v3.93c0 .61-.5 1.11-1.11 1.11H6.719q.066.01.134.01c-.91 0-1.76-.46-2.24-1.23l-2.2-3.48c-.51-.8-.55-1.8-.11-2.64l1.84-3.52l-1.06-.56a.563.563 0 0 1 .07-1.02l6.14-2.24c.31-.11.65.06.73.38m13.401 8.061l-2.38-4.58c-.29-.55-.07-1.22.47-1.5l3.49-1.81c.55-.29 1.22-.07 1.5.47l3.27 6.31l.003.026c.331.77.283 1.65-.143 2.373l-2.08 3.55a2.66 2.66 0 0 1-2.3 1.31l-3.98-.02v1.2c0 .49-.57.74-.93.41l-4.82-4.41a.557.557 0 0 1 0-.82l4.85-4.38c.36-.33.93-.07.93.41l-.01 1.45z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.274 7.76l1.04-.6c.42-.24.93.12.83.58l-1.37 6.39c-.07.32-.4.51-.71.41l-6.23-1.97a.555.555 0 0 1-.11-1.01l1.25-.73l-1.064-1.831l-2.757 4.371c-.33.52-1.01.68-1.53.35l-3.32-2.09c-.52-.33-.68-1.01-.35-1.53l3.728-5.911l-.027.041q.022-.037.047-.073l.042-.067l.012-.01A2.64 2.64 0 0 1 13.883 3h4.11c.94 0 1.82.5 2.29 1.32zm-12.25 6.11l1.66 6.32c.12.46-.37.86-.79.63l-1.28-.67l-.983 1.87h5.123c.61 0 1.11.5 1.11 1.11v3.93c0 .61-.5 1.11-1.11 1.11H6.719q.066.01.134.01c-.91 0-1.76-.46-2.24-1.23l-2.2-3.48c-.51-.8-.55-1.8-.11-2.64l1.84-3.52l-1.06-.56a.563.563 0 0 1 .07-1.02l6.14-2.24c.31-.11.65.06.73.38m13.401 8.061l-2.38-4.58c-.29-.55-.07-1.22.47-1.5l3.49-1.81c.55-.29 1.22-.07 1.5.47l3.27 6.31l.003.026c.331.77.283 1.65-.143 2.373l-2.08 3.55a2.66 2.66 0 0 1-2.3 1.31l-3.98-.02v1.2c0 .49-.57.74-.93.41l-4.82-4.41a.557.557 0 0 1 0-.82l4.85-4.38c.36-.33.93-.07.93.41l-.01 1.45z"/></svg>
</template>

CSS

.icon-recycling-symbol {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.274%207.76l1.04-.6c.42-.24.93.12.83.58l-1.37%206.39c-.07.32-.4.51-.71.41l-6.23-1.97a.555.555%200%200%201-.11-1.01l1.25-.73l-1.064-1.831l-2.757%204.371c-.33.52-1.01.68-1.53.35l-3.32-2.09c-.52-.33-.68-1.01-.35-1.53l3.728-5.911l-.027.041q.022-.037.047-.073l.042-.067l.012-.01A2.64%202.64%200%200%201%2013.883%203h4.11c.94%200%201.82.5%202.29%201.32zm-12.25%206.11l1.66%206.32c.12.46-.37.86-.79.63l-1.28-.67l-.983%201.87h5.123c.61%200%201.11.5%201.11%201.11v3.93c0%20.61-.5%201.11-1.11%201.11H6.719q.066.01.134.01c-.91%200-1.76-.46-2.24-1.23l-2.2-3.48c-.51-.8-.55-1.8-.11-2.64l1.84-3.52l-1.06-.56a.563.563%200%200%201%20.07-1.02l6.14-2.24c.31-.11.65.06.73.38m13.401%208.061l-2.38-4.58c-.29-.55-.07-1.22.47-1.5l3.49-1.81c.55-.29%201.22-.07%201.5.47l3.27%206.31l.003.026c.331.77.283%201.65-.143%202.373l-2.08%203.55a2.66%202.66%200%200%201-2.3%201.31l-3.98-.02v1.2c0%20.49-.57.74-.93.41l-4.82-4.41a.557.557%200%200%201%200-.82l4.85-4.38c.36-.33.93-.07.93.41l-.01%201.45z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.274%207.76l1.04-.6c.42-.24.93.12.83.58l-1.37%206.39c-.07.32-.4.51-.71.41l-6.23-1.97a.555.555%200%200%201-.11-1.01l1.25-.73l-1.064-1.831l-2.757%204.371c-.33.52-1.01.68-1.53.35l-3.32-2.09c-.52-.33-.68-1.01-.35-1.53l3.728-5.911l-.027.041q.022-.037.047-.073l.042-.067l.012-.01A2.64%202.64%200%200%201%2013.883%203h4.11c.94%200%201.82.5%202.29%201.32zm-12.25%206.11l1.66%206.32c.12.46-.37.86-.79.63l-1.28-.67l-.983%201.87h5.123c.61%200%201.11.5%201.11%201.11v3.93c0%20.61-.5%201.11-1.11%201.11H6.719q.066.01.134.01c-.91%200-1.76-.46-2.24-1.23l-2.2-3.48c-.51-.8-.55-1.8-.11-2.64l1.84-3.52l-1.06-.56a.563.563%200%200%201%20.07-1.02l6.14-2.24c.31-.11.65.06.73.38m13.401%208.061l-2.38-4.58c-.29-.55-.07-1.22.47-1.5l3.49-1.81c.55-.29%201.22-.07%201.5.47l3.27%206.31l.003.026c.331.77.283%201.65-.143%202.373l-2.08%203.55a2.66%202.66%200%200%201-2.3%201.31l-3.98-.02v1.2c0%20.49-.57.74-.93.41l-4.82-4.41a.557.557%200%200%201%200-.82l4.85-4.38c.36-.33.93-.07.93.41l-.01%201.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/recycling-symbol.svg?color=%231a73e8&size=48