Pill Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pill 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/345822.svg" alt="Pill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345822.svg" alt="Pill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345822.svg" alt="Pill icon" :width="24" :height="24" />
CSS background
.icon-pill {
background-image: url('https://proicons.com/icon/345822.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M22.7779,39.5356c-3.9526,3.9526-10.3609,3.9526-14.3135,0-3.9526-3.9526-3.9526-10.3609,0-14.3135L25.2221,8.4644c3.9526-3.9526,10.3609-3.9526,14.3135,0s3.9526,10.3609,0,14.3135l-16.7577,16.7577Z"/><line class="c" x1="31.466" y1="30.8475" x2="17.1525" y2="16.534"/></svg>
Pill in other icon packs
Copied!