Pills Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pills icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306245.svg" alt="Pills icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306245.svg" alt="Pills icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306245.svg" alt="Pills icon" :width="24" :height="24" />
CSS background
.icon-pills {
background-image: url('https://proicons.com/icon/306245.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M977 631c-22-38-46-75-68-113-69-113-137-226-206-339-35-58-88-87-155-89-44-2-81 15-116 38-82 54-107 159-58 244 38 64 77 127 115 190 53 87 105 174 158 261 40 64 99 92 175 86 38-3 70-20 100-41 77-53 101-156 55-237zM807 428c-86 52-171 104-258 156-5 4-13 2-16-4-19-30-37-60-55-90-26-42-51-85-77-127-46-77-24-168 53-215 29-18 59-32 94-31 52 2 96 22 125 67 42 67 83 135 124 203 5 8 9 16 14 24 4 6 2 14-4 17zM380 546c-62-73-186-101-283-35C-3 578-19 702 18 777c3 6 11 8 16 4l343-219c6-3 8-11 3-16zm23 56C289 676 174 749 59 822c-5 4-7 11-2 16 61 72 180 101 278 39 100-63 123-185 84-270-3-6-10-8-16-5z"/></svg>
Copied!