contraceptive injection icon

contraceptive-injection-outline from Health Icons by Resolve to Save Lives · Outline · Contraceptives · MIT Free for personal and commercial use.

Name
contraceptive-injection-outline
Set
Health Icons
Style
Outline
Category
Contraceptives
Viewbox
48×48
License
MIT
Aliases
contraceptive-injection2x-outline

3 other variants in Health Icons

More contraceptives icons from Health Icons

Use the contraceptive injection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.304 23.323c.991-1.122 2.465-1.44 3.292-.71s.694 2.233-.298 3.355c-.648.735-1.504 1.124-2.25 1.102l-.002.004c-.207.347-.302.762-.384 1.176l-.01.045c-.074.38-.18.884-.672 1.394c-.504.523-1.431.707-2.398.872c-.641.11-.973.213-1.135.281c-.133.056-.263.351-.442.756c-.292.662-.713 1.617-1.49 2.302c-.11-.993.203-2.722.38-3.655a1.7 1.7 0 0 1 .606-.753c.473-.338 1.175-.532 2.08-.686c.835-.142 1.06-.321 1.115-.378c.047-.05.086-.11.174-.553l.01-.047c.08-.406.198-1.005.586-1.656a4 4 0 0 1 .1-.161c-.268-.784-.008-1.844.738-2.688"/><path fill-rule="evenodd" d="M24 38c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10m6.32-5.094A8 8 0 0 0 19.095 21.68l4.112 4.112l-1.414 1.414l-4.113-4.113A8 8 0 0 0 28.906 34.32l-3.113-3.112l1.414-1.414z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.266 5.474A2 2 0 0 0 16 7.334V12h1.596l1.21 1.585l-5.362 1.756A5 5 0 0 0 10 20.092V39a5 5 0 0 0 5 5h18a5 5 0 0 0 5-5V20.092a5 5 0 0 0-3.444-4.751l-5.362-1.756L30.404 12H32V7.334a2 2 0 0 0-1.266-1.86L27.708 4.28A4 4 0 0 0 26.239 4h-4.478a4 4 0 0 0-1.469.28zM29.894 10H30V7.334L26.973 6.14A2 2 0 0 0 26.24 6h-4.478a2 2 0 0 0-.734.14L18 7.334V10h11.895m-9.499 2.371L20.112 12h7.776l-.283.371a2 2 0 0 0 .967 3.114l5.362 1.756A3 3 0 0 1 36 20.092V39a3 3 0 0 1-3 3H15a3 3 0 0 1-3-3V20.092a3 3 0 0 1 2.066-2.85l5.362-1.757a2 2 0 0 0 .967-3.114" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsContraceptiveInjectionOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.304 23.323c.991-1.122 2.465-1.44 3.292-.71s.694 2.233-.298 3.355c-.648.735-1.504 1.124-2.25 1.102l-.002.004c-.207.347-.302.762-.384 1.176l-.01.045c-.074.38-.18.884-.672 1.394c-.504.523-1.431.707-2.398.872c-.641.11-.973.213-1.135.281c-.133.056-.263.351-.442.756c-.292.662-.713 1.617-1.49 2.302c-.11-.993.203-2.722.38-3.655a1.7 1.7 0 0 1 .606-.753c.473-.338 1.175-.532 2.08-.686c.835-.142 1.06-.321 1.115-.378c.047-.05.086-.11.174-.553l.01-.047c.08-.406.198-1.005.586-1.656a4 4 0 0 1 .1-.161c-.268-.784-.008-1.844.738-2.688"/><path fillRule="evenodd" d="M24 38c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10m6.32-5.094A8 8 0 0 0 19.095 21.68l4.112 4.112l-1.414 1.414l-4.113-4.113A8 8 0 0 0 28.906 34.32l-3.113-3.112l1.414-1.414z" clipRule="evenodd"/><path fillRule="evenodd" d="M17.266 5.474A2 2 0 0 0 16 7.334V12h1.596l1.21 1.585l-5.362 1.756A5 5 0 0 0 10 20.092V39a5 5 0 0 0 5 5h18a5 5 0 0 0 5-5V20.092a5 5 0 0 0-3.444-4.751l-5.362-1.756L30.404 12H32V7.334a2 2 0 0 0-1.266-1.86L27.708 4.28A4 4 0 0 0 26.239 4h-4.478a4 4 0 0 0-1.469.28zM29.894 10H30V7.334L26.973 6.14A2 2 0 0 0 26.24 6h-4.478a2 2 0 0 0-.734.14L18 7.334V10h11.895m-9.499 2.371L20.112 12h7.776l-.283.371a2 2 0 0 0 .967 3.114l5.362 1.756A3 3 0 0 1 36 20.092V39a3 3 0 0 1-3 3H15a3 3 0 0 1-3-3V20.092a3 3 0 0 1 2.066-2.85l5.362-1.757a2 2 0 0 0 .967-3.114" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.304 23.323c.991-1.122 2.465-1.44 3.292-.71s.694 2.233-.298 3.355c-.648.735-1.504 1.124-2.25 1.102l-.002.004c-.207.347-.302.762-.384 1.176l-.01.045c-.074.38-.18.884-.672 1.394c-.504.523-1.431.707-2.398.872c-.641.11-.973.213-1.135.281c-.133.056-.263.351-.442.756c-.292.662-.713 1.617-1.49 2.302c-.11-.993.203-2.722.38-3.655a1.7 1.7 0 0 1 .606-.753c.473-.338 1.175-.532 2.08-.686c.835-.142 1.06-.321 1.115-.378c.047-.05.086-.11.174-.553l.01-.047c.08-.406.198-1.005.586-1.656a4 4 0 0 1 .1-.161c-.268-.784-.008-1.844.738-2.688"/><path fill-rule="evenodd" d="M24 38c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10m6.32-5.094A8 8 0 0 0 19.095 21.68l4.112 4.112l-1.414 1.414l-4.113-4.113A8 8 0 0 0 28.906 34.32l-3.113-3.112l1.414-1.414z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.266 5.474A2 2 0 0 0 16 7.334V12h1.596l1.21 1.585l-5.362 1.756A5 5 0 0 0 10 20.092V39a5 5 0 0 0 5 5h18a5 5 0 0 0 5-5V20.092a5 5 0 0 0-3.444-4.751l-5.362-1.756L30.404 12H32V7.334a2 2 0 0 0-1.266-1.86L27.708 4.28A4 4 0 0 0 26.239 4h-4.478a4 4 0 0 0-1.469.28zM29.894 10H30V7.334L26.973 6.14A2 2 0 0 0 26.24 6h-4.478a2 2 0 0 0-.734.14L18 7.334V10h11.895m-9.499 2.371L20.112 12h7.776l-.283.371a2 2 0 0 0 .967 3.114l5.362 1.756A3 3 0 0 1 36 20.092V39a3 3 0 0 1-3 3H15a3 3 0 0 1-3-3V20.092a3 3 0 0 1 2.066-2.85l5.362-1.757a2 2 0 0 0 .967-3.114" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-contraceptive-injection-outline {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.304%2023.323c.991-1.122%202.465-1.44%203.292-.71s.694%202.233-.298%203.355c-.648.735-1.504%201.124-2.25%201.102l-.002.004c-.207.347-.302.762-.384%201.176l-.01.045c-.074.38-.18.884-.672%201.394c-.504.523-1.431.707-2.398.872c-.641.11-.973.213-1.135.281c-.133.056-.263.351-.442.756c-.292.662-.713%201.617-1.49%202.302c-.11-.993.203-2.722.38-3.655a1.7%201.7%200%200%201%20.606-.753c.473-.338%201.175-.532%202.08-.686c.835-.142%201.06-.321%201.115-.378c.047-.05.086-.11.174-.553l.01-.047c.08-.406.198-1.005.586-1.656a4%204%200%200%201%20.1-.161c-.268-.784-.008-1.844.738-2.688%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2038c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010m6.32-5.094A8%208%200%200%200%2019.095%2021.68l4.112%204.112l-1.414%201.414l-4.113-4.113A8%208%200%200%200%2028.906%2034.32l-3.113-3.112l1.414-1.414z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.266%205.474A2%202%200%200%200%2016%207.334V12h1.596l1.21%201.585l-5.362%201.756A5%205%200%200%200%2010%2020.092V39a5%205%200%200%200%205%205h18a5%205%200%200%200%205-5V20.092a5%205%200%200%200-3.444-4.751l-5.362-1.756L30.404%2012H32V7.334a2%202%200%200%200-1.266-1.86L27.708%204.28A4%204%200%200%200%2026.239%204h-4.478a4%204%200%200%200-1.469.28zM29.894%2010H30V7.334L26.973%206.14A2%202%200%200%200%2026.24%206h-4.478a2%202%200%200%200-.734.14L18%207.334V10h11.895m-9.499%202.371L20.112%2012h7.776l-.283.371a2%202%200%200%200%20.967%203.114l5.362%201.756A3%203%200%200%201%2036%2020.092V39a3%203%200%200%201-3%203H15a3%203%200%200%201-3-3V20.092a3%203%200%200%201%202.066-2.85l5.362-1.757a2%202%200%200%200%20.967-3.114%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.304%2023.323c.991-1.122%202.465-1.44%203.292-.71s.694%202.233-.298%203.355c-.648.735-1.504%201.124-2.25%201.102l-.002.004c-.207.347-.302.762-.384%201.176l-.01.045c-.074.38-.18.884-.672%201.394c-.504.523-1.431.707-2.398.872c-.641.11-.973.213-1.135.281c-.133.056-.263.351-.442.756c-.292.662-.713%201.617-1.49%202.302c-.11-.993.203-2.722.38-3.655a1.7%201.7%200%200%201%20.606-.753c.473-.338%201.175-.532%202.08-.686c.835-.142%201.06-.321%201.115-.378c.047-.05.086-.11.174-.553l.01-.047c.08-.406.198-1.005.586-1.656a4%204%200%200%201%20.1-.161c-.268-.784-.008-1.844.738-2.688%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2038c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010m6.32-5.094A8%208%200%200%200%2019.095%2021.68l4.112%204.112l-1.414%201.414l-4.113-4.113A8%208%200%200%200%2028.906%2034.32l-3.113-3.112l1.414-1.414z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.266%205.474A2%202%200%200%200%2016%207.334V12h1.596l1.21%201.585l-5.362%201.756A5%205%200%200%200%2010%2020.092V39a5%205%200%200%200%205%205h18a5%205%200%200%200%205-5V20.092a5%205%200%200%200-3.444-4.751l-5.362-1.756L30.404%2012H32V7.334a2%202%200%200%200-1.266-1.86L27.708%204.28A4%204%200%200%200%2026.239%204h-4.478a4%204%200%200%200-1.469.28zM29.894%2010H30V7.334L26.973%206.14A2%202%200%200%200%2026.24%206h-4.478a2%202%200%200%200-.734.14L18%207.334V10h11.895m-9.499%202.371L20.112%2012h7.776l-.283.371a2%202%200%200%200%20.967%203.114l5.362%201.756A3%203%200%200%201%2036%2020.092V39a3%203%200%200%201-3%203H15a3%203%200%200%201-3-3V20.092a3%203%200%200%201%202.066-2.85l5.362-1.757a2%202%200%200%200%20.967-3.114%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/contraceptive-injection-outline.svg?color=%231a73e8&size=48