capsule icon
capsule from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- capsule
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-capsule
The same icon in other sets
Use the capsule icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.999 20.133a4.97 4.97 0 0 0 3.536-1.465l7.134-7.133a5.007 5.007 0 0 0-.001-7.072C18.723 3.52 17.467 3 16.132 3s-2.591.52-3.534 1.464l-7.134 7.134a5.01 5.01 0 0 0 0 7.072a4.97 4.97 0 0 0 3.535 1.463m5.013-14.255A2.98 2.98 0 0 1 16.132 5c.802 0 1.556.313 2.122.878a3.004 3.004 0 0 1 .001 4.243l-2.893 2.892L11.12 8.77zm-7.134 7.134l2.828-2.828l4.242 4.243l-2.827 2.827c-1.133 1.133-3.11 1.132-4.243.001a3.005 3.005 0 0 1 0-4.243"/></svg>
React
import type { SVGProps } from "react";
export function BxCapsule(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="M8.999 20.133a4.97 4.97 0 0 0 3.536-1.465l7.134-7.133a5.007 5.007 0 0 0-.001-7.072C18.723 3.52 17.467 3 16.132 3s-2.591.52-3.534 1.464l-7.134 7.134a5.01 5.01 0 0 0 0 7.072a4.97 4.97 0 0 0 3.535 1.463m5.013-14.255A2.98 2.98 0 0 1 16.132 5c.802 0 1.556.313 2.122.878a3.004 3.004 0 0 1 .001 4.243l-2.893 2.892L11.12 8.77zm-7.134 7.134l2.828-2.828l4.242 4.243l-2.827 2.827c-1.133 1.133-3.11 1.132-4.243.001a3.005 3.005 0 0 1 0-4.243"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.999 20.133a4.97 4.97 0 0 0 3.536-1.465l7.134-7.133a5.007 5.007 0 0 0-.001-7.072C18.723 3.52 17.467 3 16.132 3s-2.591.52-3.534 1.464l-7.134 7.134a5.01 5.01 0 0 0 0 7.072a4.97 4.97 0 0 0 3.535 1.463m5.013-14.255A2.98 2.98 0 0 1 16.132 5c.802 0 1.556.313 2.122.878a3.004 3.004 0 0 1 .001 4.243l-2.893 2.892L11.12 8.77zm-7.134 7.134l2.828-2.828l4.242 4.243l-2.827 2.827c-1.133 1.133-3.11 1.132-4.243.001a3.005 3.005 0 0 1 0-4.243"/></svg> </template>
CSS
.icon-capsule {
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%22M8.999%2020.133a4.97%204.97%200%200%200%203.536-1.465l7.134-7.133a5.007%205.007%200%200%200-.001-7.072C18.723%203.52%2017.467%203%2016.132%203s-2.591.52-3.534%201.464l-7.134%207.134a5.01%205.01%200%200%200%200%207.072a4.97%204.97%200%200%200%203.535%201.463m5.013-14.255A2.98%202.98%200%200%201%2016.132%205c.802%200%201.556.313%202.122.878a3.004%203.004%200%200%201%20.001%204.243l-2.893%202.892L11.12%208.77zm-7.134%207.134l2.828-2.828l4.242%204.243l-2.827%202.827c-1.133%201.133-3.11%201.132-4.243.001a3.005%203.005%200%200%201%200-4.243%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%22M8.999%2020.133a4.97%204.97%200%200%200%203.536-1.465l7.134-7.133a5.007%205.007%200%200%200-.001-7.072C18.723%203.52%2017.467%203%2016.132%203s-2.591.52-3.534%201.464l-7.134%207.134a5.01%205.01%200%200%200%200%207.072a4.97%204.97%200%200%200%203.535%201.463m5.013-14.255A2.98%202.98%200%200%201%2016.132%205c.802%200%201.556.313%202.122.878a3.004%203.004%200%200%201%20.001%204.243l-2.893%202.892L11.12%208.77zm-7.134%207.134l2.828-2.828l4.242%204.243l-2.827%202.827c-1.133%201.133-3.11%201.132-4.243.001a3.005%203.005%200%200%201%200-4.243%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/capsule.svg?color=%231a73e8&size=48