reproduction from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
reproduction
Set
Material Design Icons
Style
Filled
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0

More medical / hospital icons from Material Design Icons

Use the reproduction icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.72 13.15l.9-.89c-.02-1.26.69-2.82 2-4.12c1.95-1.96 4.49-2.59 5.66-1.42s.54 3.71-1.42 5.66c-1.3 1.31-2.86 2.02-4.12 2l-.89.9c-.35.33-.85.38-1.25.13c-.84.3-1.6.67-2.04 1.39c-.53.88-.53 2.3-1.09 3.15c-.56.86-1.68 1.15-2.86 1.15S5 21 3.95 19.5l2.48.42c.57.08 2.07-.53 2.62-1.38c.56-.86.56-2.27 1.09-3.16c.47-.78 1.36-1.15 2.29-1.47c-.01-.27.07-.55.29-.76M7 2a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3"/></svg>

React

import type { SVGProps } from "react";

export function MdiReproduction(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.72 13.15l.9-.89c-.02-1.26.69-2.82 2-4.12c1.95-1.96 4.49-2.59 5.66-1.42s.54 3.71-1.42 5.66c-1.3 1.31-2.86 2.02-4.12 2l-.89.9c-.35.33-.85.38-1.25.13c-.84.3-1.6.67-2.04 1.39c-.53.88-.53 2.3-1.09 3.15c-.56.86-1.68 1.15-2.86 1.15S5 21 3.95 19.5l2.48.42c.57.08 2.07-.53 2.62-1.38c.56-.86.56-2.27 1.09-3.16c.47-.78 1.36-1.15 2.29-1.47c-.01-.27.07-.55.29-.76M7 2a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3"/></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.72 13.15l.9-.89c-.02-1.26.69-2.82 2-4.12c1.95-1.96 4.49-2.59 5.66-1.42s.54 3.71-1.42 5.66c-1.3 1.31-2.86 2.02-4.12 2l-.89.9c-.35.33-.85.38-1.25.13c-.84.3-1.6.67-2.04 1.39c-.53.88-.53 2.3-1.09 3.15c-.56.86-1.68 1.15-2.86 1.15S5 21 3.95 19.5l2.48.42c.57.08 2.07-.53 2.62-1.38c.56-.86.56-2.27 1.09-3.16c.47-.78 1.36-1.15 2.29-1.47c-.01-.27.07-.55.29-.76M7 2a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3"/></svg>
</template>

CSS

.icon-reproduction {
  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.72%2013.15l.9-.89c-.02-1.26.69-2.82%202-4.12c1.95-1.96%204.49-2.59%205.66-1.42s.54%203.71-1.42%205.66c-1.3%201.31-2.86%202.02-4.12%202l-.89.9c-.35.33-.85.38-1.25.13c-.84.3-1.6.67-2.04%201.39c-.53.88-.53%202.3-1.09%203.15c-.56.86-1.68%201.15-2.86%201.15S5%2021%203.95%2019.5l2.48.42c.57.08%202.07-.53%202.62-1.38c.56-.86.56-2.27%201.09-3.16c.47-.78%201.36-1.15%202.29-1.47c-.01-.27.07-.55.29-.76M7%202a5%205%200%200%201%205%205a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5m0%202a3%203%200%200%200-3%203a3%203%200%200%200%203%203a3%203%200%200%200%203-3a3%203%200%200%200-3-3%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.72%2013.15l.9-.89c-.02-1.26.69-2.82%202-4.12c1.95-1.96%204.49-2.59%205.66-1.42s.54%203.71-1.42%205.66c-1.3%201.31-2.86%202.02-4.12%202l-.89.9c-.35.33-.85.38-1.25.13c-.84.3-1.6.67-2.04%201.39c-.53.88-.53%202.3-1.09%203.15c-.56.86-1.68%201.15-2.86%201.15S5%2021%203.95%2019.5l2.48.42c.57.08%202.07-.53%202.62-1.38c.56-.86.56-2.27%201.09-3.16c.47-.78%201.36-1.15%202.29-1.47c-.01-.27.07-.55.29-.76M7%202a5%205%200%200%201%205%205a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5m0%202a3%203%200%200%200-3%203a3%203%200%200%200%203%203a3%203%200%200%200%203-3a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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