twotone vaccines icon

twotone-vaccines from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-vaccines
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone vaccines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17h-4v-1.5h4zM9 7.5H5V15h4v-1.5H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9v-1.5H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H9z" opacity=".3"/><path fill="currentColor" d="M11 5.5H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1M9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3m-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3m2.5 5V17h-4v-1.5zM15 20v-1.5h4V20z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneVaccines(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="M19 17h-4v-1.5h4zM9 7.5H5V15h4v-1.5H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9v-1.5H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H9z" opacity=".3"/><path fill="currentColor" d="M11 5.5H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1M9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3m-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3m2.5 5V17h-4v-1.5zM15 20v-1.5h4V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17h-4v-1.5h4zM9 7.5H5V15h4v-1.5H7.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H9v-1.5H7.25c-.41 0-.75-.34-.75-.75S6.84 9 7.25 9H9z" opacity=".3"/><path fill="currentColor" d="M11 5.5H8V4h.5c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1s.45 1 1 1H6v1.5H3c-.55 0-1 .45-1 1s.45 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1c1.1 0 2-.9 2-2V7.5c.55 0 1-.45 1-1s-.45-1-1-1M9 9H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41 0-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4zm10.5 1.5V10c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1v.5c0 .5-1.5 1.16-1.5 3V20c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-6.5c0-1.84-1.5-2.5-1.5-3m-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3m2.5 5V17h-4v-1.5zM15 20v-1.5h4V20z"/></svg>
</template>

CSS

.icon-twotone-vaccines {
  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%22M19%2017h-4v-1.5h4zM9%207.5H5V15h4v-1.5H7.25c-.41%200-.75-.34-.75-.75s.34-.75.75-.75H9v-1.5H7.25c-.41%200-.75-.34-.75-.75S6.84%209%207.25%209H9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205.5H8V4h.5c.55%200%201-.45%201-1s-.45-1-1-1h-3c-.55%200-1%20.45-1%201s.45%201%201%201H6v1.5H3c-.55%200-1%20.45-1%201s.45%201%201%201V15c0%201.1.9%202%202%202h1v4l2%201.5V17h1c1.1%200%202-.9%202-2V7.5c.55%200%201-.45%201-1s-.45-1-1-1M9%209H7.25c-.41%200-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41%200-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4zm10.5%201.5V10c.55%200%201-.45%201-1s-.45-1-1-1h-5c-.55%200-1%20.45-1%201s.45%201%201%201v.5c0%20.5-1.5%201.16-1.5%203V20c0%201.1.9%202%202%202h4c1.1%200%202-.9%202-2v-6.5c0-1.84-1.5-2.5-1.5-3m-3%200V10h1v.5c0%201.6%201.5%202%201.5%203v.5h-4v-.5c0-1%201.5-1.4%201.5-3m2.5%205V17h-4v-1.5zM15%2020v-1.5h4V20z%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%22M19%2017h-4v-1.5h4zM9%207.5H5V15h4v-1.5H7.25c-.41%200-.75-.34-.75-.75s.34-.75.75-.75H9v-1.5H7.25c-.41%200-.75-.34-.75-.75S6.84%209%207.25%209H9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205.5H8V4h.5c.55%200%201-.45%201-1s-.45-1-1-1h-3c-.55%200-1%20.45-1%201s.45%201%201%201H6v1.5H3c-.55%200-1%20.45-1%201s.45%201%201%201V15c0%201.1.9%202%202%202h1v4l2%201.5V17h1c1.1%200%202-.9%202-2V7.5c.55%200%201-.45%201-1s-.45-1-1-1M9%209H7.25c-.41%200-.75.34-.75.75s.34.75.75.75H9V12H7.25c-.41%200-.75.34-.75.75s.34.75.75.75H9V15H5V7.5h4zm10.5%201.5V10c.55%200%201-.45%201-1s-.45-1-1-1h-5c-.55%200-1%20.45-1%201s.45%201%201%201v.5c0%20.5-1.5%201.16-1.5%203V20c0%201.1.9%202%202%202h4c1.1%200%202-.9%202-2v-6.5c0-1.84-1.5-2.5-1.5-3m-3%200V10h1v.5c0%201.6%201.5%202%201.5%203v.5h-4v-.5c0-1%201.5-1.4%201.5-3m2.5%205V17h-4v-1.5zM15%2020v-1.5h4V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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