convert icon

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

Name
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 convert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.031 2.031c-1.95 0-3.77.56-5.3 1.52l6.86 6.87l.01-2.74a.749.749 0 1 1 1.5 0l-.01 4.55c0 .31-.19.58-.47.69c-.09.04-.19.06-.28.06a.75.75 0 0 1-.53-.22l-8.19-8.2a1 1 0 0 1-.1-.12a9.98 9.98 0 0 0-3.49 7.59c0 5.52 4.48 10 10 10c1.95 0 3.77-.56 5.3-1.52l-6.86-6.87l-.01 2.74a.749.749 0 1 1-1.5 0l.01-4.55c0-.31.19-.58.47-.69c.27-.12.6-.06.81.16l8.19 8.2c.04.04.07.08.1.12a9.98 9.98 0 0 0 3.49-7.59c0-5.52-4.48-10-10-10"/></svg>

React

import type { SVGProps } from "react";

export function ReiconConvertFilled(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="M12.031 2.031c-1.95 0-3.77.56-5.3 1.52l6.86 6.87l.01-2.74a.749.749 0 1 1 1.5 0l-.01 4.55c0 .31-.19.58-.47.69c-.09.04-.19.06-.28.06a.75.75 0 0 1-.53-.22l-8.19-8.2a1 1 0 0 1-.1-.12a9.98 9.98 0 0 0-3.49 7.59c0 5.52 4.48 10 10 10c1.95 0 3.77-.56 5.3-1.52l-6.86-6.87l-.01 2.74a.749.749 0 1 1-1.5 0l.01-4.55c0-.31.19-.58.47-.69c.27-.12.6-.06.81.16l8.19 8.2c.04.04.07.08.1.12a9.98 9.98 0 0 0 3.49-7.59c0-5.52-4.48-10-10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.031 2.031c-1.95 0-3.77.56-5.3 1.52l6.86 6.87l.01-2.74a.749.749 0 1 1 1.5 0l-.01 4.55c0 .31-.19.58-.47.69c-.09.04-.19.06-.28.06a.75.75 0 0 1-.53-.22l-8.19-8.2a1 1 0 0 1-.1-.12a9.98 9.98 0 0 0-3.49 7.59c0 5.52 4.48 10 10 10c1.95 0 3.77-.56 5.3-1.52l-6.86-6.87l-.01 2.74a.749.749 0 1 1-1.5 0l.01-4.55c0-.31.19-.58.47-.69c.27-.12.6-.06.81.16l8.19 8.2c.04.04.07.08.1.12a9.98 9.98 0 0 0 3.49-7.59c0-5.52-4.48-10-10-10"/></svg>
</template>

CSS

.icon-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.031%202.031c-1.95%200-3.77.56-5.3%201.52l6.86%206.87l.01-2.74a.749.749%200%201%201%201.5%200l-.01%204.55c0%20.31-.19.58-.47.69c-.09.04-.19.06-.28.06a.75.75%200%200%201-.53-.22l-8.19-8.2a1%201%200%200%201-.1-.12a9.98%209.98%200%200%200-3.49%207.59c0%205.52%204.48%2010%2010%2010c1.95%200%203.77-.56%205.3-1.52l-6.86-6.87l-.01%202.74a.749.749%200%201%201-1.5%200l.01-4.55c0-.31.19-.58.47-.69c.27-.12.6-.06.81.16l8.19%208.2c.04.04.07.08.1.12a9.98%209.98%200%200%200%203.49-7.59c0-5.52-4.48-10-10-10%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%22M12.031%202.031c-1.95%200-3.77.56-5.3%201.52l6.86%206.87l.01-2.74a.749.749%200%201%201%201.5%200l-.01%204.55c0%20.31-.19.58-.47.69c-.09.04-.19.06-.28.06a.75.75%200%200%201-.53-.22l-8.19-8.2a1%201%200%200%201-.1-.12a9.98%209.98%200%200%200-3.49%207.59c0%205.52%204.48%2010%2010%2010c1.95%200%203.77-.56%205.3-1.52l-6.86-6.87l-.01%202.74a.749.749%200%201%201-1.5%200l.01-4.55c0-.31.19-.58.47-.69c.27-.12.6-.06.81.16l8.19%208.2c.04.04.07.08.1.12a9.98%209.98%200%200%200%203.49-7.59c0-5.52-4.48-10-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Convert filled icon — Reicon · IconsDB