recovery convert icon

recovery-convert-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
recovery-convert-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the recovery convert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 22.748a.752.752 0 0 1-.64-1.14l1.05-1.75a.751.751 0 1 1 1.29.77l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m12.8 2.88v2.94c0 2.45-.98 3.43-3.43 3.43H8.43C5.98 19 5 18.02 5 15.57v-2.94c0-2.45.98-3.43 3.43-3.43h2.94c2.45 0 3.43.98 3.43 3.43"/><path d="M15.57 5h-2.94c-2.41 0-3.39.96-3.42 3.32h2.16c2.94 0 4.3 1.37 4.3 4.3v2.16c2.37-.03 3.32-1.01 3.32-3.42V8.43C19 5.98 18.02 5 15.57 5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRecoveryConvertFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 22.748a.752.752 0 0 1-.64-1.14l1.05-1.75a.751.751 0 1 1 1.29.77l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m12.8 2.88v2.94c0 2.45-.98 3.43-3.43 3.43H8.43C5.98 19 5 18.02 5 15.57v-2.94c0-2.45.98-3.43 3.43-3.43h2.94c2.45 0 3.43.98 3.43 3.43"/><path d="M15.57 5h-2.94c-2.41 0-3.39.96-3.42 3.32h2.16c2.94 0 4.3 1.37 4.3 4.3v2.16c2.37-.03 3.32-1.01 3.32-3.42V8.43C19 5.98 18.02 5 15.57 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 22.748a.752.752 0 0 1-.64-1.14l1.05-1.75a.751.751 0 1 1 1.29.77l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m12.8 2.88v2.94c0 2.45-.98 3.43-3.43 3.43H8.43C5.98 19 5 18.02 5 15.57v-2.94c0-2.45.98-3.43 3.43-3.43h2.94c2.45 0 3.43.98 3.43 3.43"/><path d="M15.57 5h-2.94c-2.41 0-3.39.96-3.42 3.32h2.16c2.94 0 4.3 1.37 4.3 4.3v2.16c2.37-.03 3.32-1.01 3.32-3.42V8.43C19 5.98 18.02 5 15.57 5"/></g></svg>
</template>

CSS

.icon-recovery-convert-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%2022.748a.752.752%200%200%201-.64-1.14l1.05-1.75a.751.751%200%201%201%201.29.77l-.27.45c2.76-.65%204.83-3.13%204.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01%204.28-3.49%207.76-7.76%207.76M2%209.75c-.41%200-.75-.34-.75-.75c0-4.27%203.48-7.75%207.75-7.75a.752.752%200%200%201%20.64%201.14L8.59%204.14c-.21.35-.67.47-1.03.25a.746.746%200%200%201-.25-1.03l.27-.45A6.26%206.26%200%200%200%202.75%209c0%20.41-.34.75-.75.75m12.8%202.88v2.94c0%202.45-.98%203.43-3.43%203.43H8.43C5.98%2019%205%2018.02%205%2015.57v-2.94c0-2.45.98-3.43%203.43-3.43h2.94c2.45%200%203.43.98%203.43%203.43%22%2F%3E%3Cpath%20d%3D%22M15.57%205h-2.94c-2.41%200-3.39.96-3.42%203.32h2.16c2.94%200%204.3%201.37%204.3%204.3v2.16c2.37-.03%203.32-1.01%203.32-3.42V8.43C19%205.98%2018.02%205%2015.57%205%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%2022.748a.752.752%200%200%201-.64-1.14l1.05-1.75a.751.751%200%201%201%201.29.77l-.27.45c2.76-.65%204.83-3.13%204.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01%204.28-3.49%207.76-7.76%207.76M2%209.75c-.41%200-.75-.34-.75-.75c0-4.27%203.48-7.75%207.75-7.75a.752.752%200%200%201%20.64%201.14L8.59%204.14c-.21.35-.67.47-1.03.25a.746.746%200%200%201-.25-1.03l.27-.45A6.26%206.26%200%200%200%202.75%209c0%20.41-.34.75-.75.75m12.8%202.88v2.94c0%202.45-.98%203.43-3.43%203.43H8.43C5.98%2019%205%2018.02%205%2015.57v-2.94c0-2.45.98-3.43%203.43-3.43h2.94c2.45%200%203.43.98%203.43%203.43%22%2F%3E%3Cpath%20d%3D%22M15.57%205h-2.94c-2.41%200-3.39.96-3.42%203.32h2.16c2.94%200%204.3%201.37%204.3%204.3v2.16c2.37-.03%203.32-1.01%203.32-3.42V8.43C19%205.98%2018.02%205%2015.57%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/recovery-convert-filled.svg?color=%231a73e8&size=48