vaccines icon
vaccines-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- vaccines-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the vaccines icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16.5h-2q-.46 0-.73-.27t-.27-.73V7H3q-.213 0-.356-.144T2.5 6.499t.144-.356T3 6h3.5V3.5h-1q-.213 0-.356-.144T5 2.999t.144-.356T5.5 2.5h3q.213 0 .356.144T9 3.001t-.144.356T8.5 3.5h-1V6H11q.213 0 .356.144t.144.357t-.144.356T11 7h-.5v8.5q0 .46-.27.73t-.73.27h-2V21q0 .213-.144.356t-.357.144t-.356-.144T6.5 21zm-2-1h5v-2.308H7.25q-.177 0-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5v-2.115H7.25q-.177 0-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5V7h-5zm10 6q-.46 0-.73-.27t-.27-.73v-7q0-.717.308-1.186t.583-.781q.255-.292.432-.515q.177-.222.177-.518v-1h-.5q-.213 0-.356-.144T14 8.999t.144-.356t.356-.143h5q.213 0 .356.144t.144.357t-.144.356t-.356.143H19v1q0 .296.183.527t.444.523q.275.312.574.777t.299 1.166V20.5q0 .46-.27.73t-.73.27zm0-7.192h5V13.5q0-.49-.225-.823T18.737 12q-.262-.28-.5-.626Q18 11.03 18 10.5v-1h-2v1q0 .518-.238.863q-.237.345-.493.631q-.313.345-.541.68t-.228.826zm0 6.192h5v-2.308h-5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVaccinesRounded(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="M6.5 16.5h-2q-.46 0-.73-.27t-.27-.73V7H3q-.213 0-.356-.144T2.5 6.499t.144-.356T3 6h3.5V3.5h-1q-.213 0-.356-.144T5 2.999t.144-.356T5.5 2.5h3q.213 0 .356.144T9 3.001t-.144.356T8.5 3.5h-1V6H11q.213 0 .356.144t.144.357t-.144.356T11 7h-.5v8.5q0 .46-.27.73t-.73.27h-2V21q0 .213-.144.356t-.357.144t-.356-.144T6.5 21zm-2-1h5v-2.308H7.25q-.177 0-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5v-2.115H7.25q-.177 0-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5V7h-5zm10 6q-.46 0-.73-.27t-.27-.73v-7q0-.717.308-1.186t.583-.781q.255-.292.432-.515q.177-.222.177-.518v-1h-.5q-.213 0-.356-.144T14 8.999t.144-.356t.356-.143h5q.213 0 .356.144t.144.357t-.144.356t-.356.143H19v1q0 .296.183.527t.444.523q.275.312.574.777t.299 1.166V20.5q0 .46-.27.73t-.73.27zm0-7.192h5V13.5q0-.49-.225-.823T18.737 12q-.262-.28-.5-.626Q18 11.03 18 10.5v-1h-2v1q0 .518-.238.863q-.237.345-.493.631q-.313.345-.541.68t-.228.826zm0 6.192h5v-2.308h-5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16.5h-2q-.46 0-.73-.27t-.27-.73V7H3q-.213 0-.356-.144T2.5 6.499t.144-.356T3 6h3.5V3.5h-1q-.213 0-.356-.144T5 2.999t.144-.356T5.5 2.5h3q.213 0 .356.144T9 3.001t-.144.356T8.5 3.5h-1V6H11q.213 0 .356.144t.144.357t-.144.356T11 7h-.5v8.5q0 .46-.27.73t-.73.27h-2V21q0 .213-.144.356t-.357.144t-.356-.144T6.5 21zm-2-1h5v-2.308H7.25q-.177 0-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5v-2.115H7.25q-.177 0-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5V7h-5zm10 6q-.46 0-.73-.27t-.27-.73v-7q0-.717.308-1.186t.583-.781q.255-.292.432-.515q.177-.222.177-.518v-1h-.5q-.213 0-.356-.144T14 8.999t.144-.356t.356-.143h5q.213 0 .356.144t.144.357t-.144.356t-.356.143H19v1q0 .296.183.527t.444.523q.275.312.574.777t.299 1.166V20.5q0 .46-.27.73t-.73.27zm0-7.192h5V13.5q0-.49-.225-.823T18.737 12q-.262-.28-.5-.626Q18 11.03 18 10.5v-1h-2v1q0 .518-.238.863q-.237.345-.493.631q-.313.345-.541.68t-.228.826zm0 6.192h5v-2.308h-5z"/></svg> </template>
CSS
.icon-vaccines-rounded {
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%22M6.5%2016.5h-2q-.46%200-.73-.27t-.27-.73V7H3q-.213%200-.356-.144T2.5%206.499t.144-.356T3%206h3.5V3.5h-1q-.213%200-.356-.144T5%202.999t.144-.356T5.5%202.5h3q.213%200%20.356.144T9%203.001t-.144.356T8.5%203.5h-1V6H11q.213%200%20.356.144t.144.357t-.144.356T11%207h-.5v8.5q0%20.46-.27.73t-.73.27h-2V21q0%20.213-.144.356t-.357.144t-.356-.144T6.5%2021zm-2-1h5v-2.308H7.25q-.177%200-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5v-2.115H7.25q-.177%200-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5V7h-5zm10%206q-.46%200-.73-.27t-.27-.73v-7q0-.717.308-1.186t.583-.781q.255-.292.432-.515q.177-.222.177-.518v-1h-.5q-.213%200-.356-.144T14%208.999t.144-.356t.356-.143h5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H19v1q0%20.296.183.527t.444.523q.275.312.574.777t.299%201.166V20.5q0%20.46-.27.73t-.73.27zm0-7.192h5V13.5q0-.49-.225-.823T18.737%2012q-.262-.28-.5-.626Q18%2011.03%2018%2010.5v-1h-2v1q0%20.518-.238.863q-.237.345-.493.631q-.313.345-.541.68t-.228.826zm0%206.192h5v-2.308h-5z%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%22M6.5%2016.5h-2q-.46%200-.73-.27t-.27-.73V7H3q-.213%200-.356-.144T2.5%206.499t.144-.356T3%206h3.5V3.5h-1q-.213%200-.356-.144T5%202.999t.144-.356T5.5%202.5h3q.213%200%20.356.144T9%203.001t-.144.356T8.5%203.5h-1V6H11q.213%200%20.356.144t.144.357t-.144.356T11%207h-.5v8.5q0%20.46-.27.73t-.73.27h-2V21q0%20.213-.144.356t-.357.144t-.356-.144T6.5%2021zm-2-1h5v-2.308H7.25q-.177%200-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5v-2.115H7.25q-.177%200-.31-.129q-.132-.129-.132-.313t.133-.313q.132-.13.309-.13H9.5V7h-5zm10%206q-.46%200-.73-.27t-.27-.73v-7q0-.717.308-1.186t.583-.781q.255-.292.432-.515q.177-.222.177-.518v-1h-.5q-.213%200-.356-.144T14%208.999t.144-.356t.356-.143h5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H19v1q0%20.296.183.527t.444.523q.275.312.574.777t.299%201.166V20.5q0%20.46-.27.73t-.73.27zm0-7.192h5V13.5q0-.49-.225-.823T18.737%2012q-.262-.28-.5-.626Q18%2011.03%2018%2010.5v-1h-2v1q0%20.518-.238.863q-.237.345-.493.631q-.313.345-.541.68t-.228.826zm0%206.192h5v-2.308h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/vaccines-rounded.svg?color=%231a73e8&size=48