adhesive plaster 2 icon

adhesive-plaster-2-line-duotone from Solar by 480 Design · Line Duotone · Medicine · CC-BY-4.0 Attribution required.

Name
adhesive-plaster-2-line-duotone
Set
Solar
Style
Line Duotone
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More medicine icons from Solar

Use the adhesive plaster 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.765 20.4155C14.8777 22.5282 18.3029 22.5282 20.4155 20.4155C22.5282 18.3029 22.5282 14.8777 20.4155 12.765L11.235 3.58447C9.12233 1.47184 5.69709 1.47184 3.58447 3.58447C1.47184 5.69709 1.47184 9.12233 3.58447 11.235L12.765 20.4155Z"/><path d="M12.7651 20.4155L20.4155 12.7651M11.235 3.58447L3.58447 11.235" opacity=".5"/><path stroke-linejoin="round" d="M11.9998 9.17139H11.9999"/><path stroke-linejoin="round" d="M9.17139 12H9.17149"/><path stroke-linejoin="round" d="M12 14.8286H12.0001"/><path stroke-linejoin="round" d="M14.8284 12H14.8285"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAdhesivePlaster2LineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12.765 20.4155C14.8777 22.5282 18.3029 22.5282 20.4155 20.4155C22.5282 18.3029 22.5282 14.8777 20.4155 12.765L11.235 3.58447C9.12233 1.47184 5.69709 1.47184 3.58447 3.58447C1.47184 5.69709 1.47184 9.12233 3.58447 11.235L12.765 20.4155Z"/><path d="M12.7651 20.4155L20.4155 12.7651M11.235 3.58447L3.58447 11.235" opacity=".5"/><path strokeLinejoin="round" d="M11.9998 9.17139H11.9999"/><path strokeLinejoin="round" d="M9.17139 12H9.17149"/><path strokeLinejoin="round" d="M12 14.8286H12.0001"/><path strokeLinejoin="round" d="M14.8284 12H14.8285"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.765 20.4155C14.8777 22.5282 18.3029 22.5282 20.4155 20.4155C22.5282 18.3029 22.5282 14.8777 20.4155 12.765L11.235 3.58447C9.12233 1.47184 5.69709 1.47184 3.58447 3.58447C1.47184 5.69709 1.47184 9.12233 3.58447 11.235L12.765 20.4155Z"/><path d="M12.7651 20.4155L20.4155 12.7651M11.235 3.58447L3.58447 11.235" opacity=".5"/><path stroke-linejoin="round" d="M11.9998 9.17139H11.9999"/><path stroke-linejoin="round" d="M9.17139 12H9.17149"/><path stroke-linejoin="round" d="M12 14.8286H12.0001"/><path stroke-linejoin="round" d="M14.8284 12H14.8285"/></g></svg>
</template>

CSS

.icon-adhesive-plaster-2-line-duotone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.765%2020.4155C14.8777%2022.5282%2018.3029%2022.5282%2020.4155%2020.4155C22.5282%2018.3029%2022.5282%2014.8777%2020.4155%2012.765L11.235%203.58447C9.12233%201.47184%205.69709%201.47184%203.58447%203.58447C1.47184%205.69709%201.47184%209.12233%203.58447%2011.235L12.765%2020.4155Z%22%2F%3E%3Cpath%20d%3D%22M12.7651%2020.4155L20.4155%2012.7651M11.235%203.58447L3.58447%2011.235%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.9998%209.17139H11.9999%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.17139%2012H9.17149%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2014.8286H12.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.8284%2012H14.8285%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.765%2020.4155C14.8777%2022.5282%2018.3029%2022.5282%2020.4155%2020.4155C22.5282%2018.3029%2022.5282%2014.8777%2020.4155%2012.765L11.235%203.58447C9.12233%201.47184%205.69709%201.47184%203.58447%203.58447C1.47184%205.69709%201.47184%209.12233%203.58447%2011.235L12.765%2020.4155Z%22%2F%3E%3Cpath%20d%3D%22M12.7651%2020.4155L20.4155%2012.7651M11.235%203.58447L3.58447%2011.235%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.9998%209.17139H11.9999%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.17139%2012H9.17149%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2014.8286H12.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.8284%2012H14.8285%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/adhesive-plaster-2-line-duotone.svg?color=%231a73e8&size=48