adhesive plaster 2 icon

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

Name
adhesive-plaster-2-bold-duotone
Set
Solar
Style
Bold 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="currentColor"><path d="M20.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.4155C14.8777 22.5282 18.3029 22.5282 20.4155 20.4155C22.5282 18.3029 22.5282 14.8777 20.4155 12.765Z" opacity=".5"/><path d="M19.8854 12.2344L20.416 12.765C20.5958 12.9448 20.7604 13.1342 20.9096 13.3315L13.332 20.9091C13.1347 20.7599 12.9453 20.5953 12.7655 20.4155L12.2349 19.8849L19.8854 12.2344C19.8855 12.2343 19.8853 12.2345 19.8854 12.2344Z"/><path d="M10.6683 3.09033C10.8658 3.23968 11.0553 3.40437 11.2354 3.5844L11.7655 4.11449C11.7654 4.11457 11.7655 4.11441 11.7655 4.11449L4.11498 11.765L3.58489 11.2349C3.40486 11.0549 3.24017 10.8653 3.09082 10.6678L10.6683 3.09033Z"/><circle cx="9.172" cy="12" r="1" transform="rotate(-45 9.172 12)"/><circle cx="12" cy="14.829" r="1" transform="rotate(-45 12 14.829)"/><circle cx="12" cy="9.171" r="1" transform="rotate(-45 12 9.171)"/><circle cx="14.828" cy="12" r="1" transform="rotate(-45 14.828 12)"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAdhesivePlaster2BoldDuotone(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="M20.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.4155C14.8777 22.5282 18.3029 22.5282 20.4155 20.4155C22.5282 18.3029 22.5282 14.8777 20.4155 12.765Z" opacity=".5"/><path d="M19.8854 12.2344L20.416 12.765C20.5958 12.9448 20.7604 13.1342 20.9096 13.3315L13.332 20.9091C13.1347 20.7599 12.9453 20.5953 12.7655 20.4155L12.2349 19.8849L19.8854 12.2344C19.8855 12.2343 19.8853 12.2345 19.8854 12.2344Z"/><path d="M10.6683 3.09033C10.8658 3.23968 11.0553 3.40437 11.2354 3.5844L11.7655 4.11449C11.7654 4.11457 11.7655 4.11441 11.7655 4.11449L4.11498 11.765L3.58489 11.2349C3.40486 11.0549 3.24017 10.8653 3.09082 10.6678L10.6683 3.09033Z"/><circle cx="9.172" cy="12" r="1" transform="rotate(-45 9.172 12)"/><circle cx="12" cy="14.829" r="1" transform="rotate(-45 12 14.829)"/><circle cx="12" cy="9.171" r="1" transform="rotate(-45 12 9.171)"/><circle cx="14.828" cy="12" r="1" transform="rotate(-45 14.828 12)"/></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="M20.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.4155C14.8777 22.5282 18.3029 22.5282 20.4155 20.4155C22.5282 18.3029 22.5282 14.8777 20.4155 12.765Z" opacity=".5"/><path d="M19.8854 12.2344L20.416 12.765C20.5958 12.9448 20.7604 13.1342 20.9096 13.3315L13.332 20.9091C13.1347 20.7599 12.9453 20.5953 12.7655 20.4155L12.2349 19.8849L19.8854 12.2344C19.8855 12.2343 19.8853 12.2345 19.8854 12.2344Z"/><path d="M10.6683 3.09033C10.8658 3.23968 11.0553 3.40437 11.2354 3.5844L11.7655 4.11449C11.7654 4.11457 11.7655 4.11441 11.7655 4.11449L4.11498 11.765L3.58489 11.2349C3.40486 11.0549 3.24017 10.8653 3.09082 10.6678L10.6683 3.09033Z"/><circle cx="9.172" cy="12" r="1" transform="rotate(-45 9.172 12)"/><circle cx="12" cy="14.829" r="1" transform="rotate(-45 12 14.829)"/><circle cx="12" cy="9.171" r="1" transform="rotate(-45 12 9.171)"/><circle cx="14.828" cy="12" r="1" transform="rotate(-45 14.828 12)"/></g></svg>
</template>

CSS

.icon-adhesive-plaster-2-bold-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%22currentColor%22%3E%3Cpath%20d%3D%22M20.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.4155C14.8777%2022.5282%2018.3029%2022.5282%2020.4155%2020.4155C22.5282%2018.3029%2022.5282%2014.8777%2020.4155%2012.765Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.8854%2012.2344L20.416%2012.765C20.5958%2012.9448%2020.7604%2013.1342%2020.9096%2013.3315L13.332%2020.9091C13.1347%2020.7599%2012.9453%2020.5953%2012.7655%2020.4155L12.2349%2019.8849L19.8854%2012.2344C19.8855%2012.2343%2019.8853%2012.2345%2019.8854%2012.2344Z%22%2F%3E%3Cpath%20d%3D%22M10.6683%203.09033C10.8658%203.23968%2011.0553%203.40437%2011.2354%203.5844L11.7655%204.11449C11.7654%204.11457%2011.7655%204.11441%2011.7655%204.11449L4.11498%2011.765L3.58489%2011.2349C3.40486%2011.0549%203.24017%2010.8653%203.09082%2010.6678L10.6683%203.09033Z%22%2F%3E%3Ccircle%20cx%3D%229.172%22%20cy%3D%2212%22%20r%3D%221%22%20transform%3D%22rotate(-45%209.172%2012)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.829%22%20r%3D%221%22%20transform%3D%22rotate(-45%2012%2014.829)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.171%22%20r%3D%221%22%20transform%3D%22rotate(-45%2012%209.171)%22%2F%3E%3Ccircle%20cx%3D%2214.828%22%20cy%3D%2212%22%20r%3D%221%22%20transform%3D%22rotate(-45%2014.828%2012)%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%22M20.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.4155C14.8777%2022.5282%2018.3029%2022.5282%2020.4155%2020.4155C22.5282%2018.3029%2022.5282%2014.8777%2020.4155%2012.765Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.8854%2012.2344L20.416%2012.765C20.5958%2012.9448%2020.7604%2013.1342%2020.9096%2013.3315L13.332%2020.9091C13.1347%2020.7599%2012.9453%2020.5953%2012.7655%2020.4155L12.2349%2019.8849L19.8854%2012.2344C19.8855%2012.2343%2019.8853%2012.2345%2019.8854%2012.2344Z%22%2F%3E%3Cpath%20d%3D%22M10.6683%203.09033C10.8658%203.23968%2011.0553%203.40437%2011.2354%203.5844L11.7655%204.11449C11.7654%204.11457%2011.7655%204.11441%2011.7655%204.11449L4.11498%2011.765L3.58489%2011.2349C3.40486%2011.0549%203.24017%2010.8653%203.09082%2010.6678L10.6683%203.09033Z%22%2F%3E%3Ccircle%20cx%3D%229.172%22%20cy%3D%2212%22%20r%3D%221%22%20transform%3D%22rotate(-45%209.172%2012)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.829%22%20r%3D%221%22%20transform%3D%22rotate(-45%2012%2014.829)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.171%22%20r%3D%221%22%20transform%3D%22rotate(-45%2012%209.171)%22%2F%3E%3Ccircle%20cx%3D%2214.828%22%20cy%3D%2212%22%20r%3D%221%22%20transform%3D%22rotate(-45%2014.828%2012)%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-bold-duotone.svg?color=%231a73e8&size=48