collection play icon
collection-play from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- collection-play
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the collection play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3m2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1m2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848z"/><path d="M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCollectionPlay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3m2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1m2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848z"/><path d="M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3m2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1m2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848z"/><path d="M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5z"/></g></svg> </template>
CSS
.icon-collection-play {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%203a.5.5%200%200%200%20.5.5h11a.5.5%200%200%200%200-1h-11A.5.5%200%200%200%202%203m2-2a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%200-1h-7A.5.5%200%200%200%204%201m2.765%205.576A.5.5%200%200%200%206%207v5a.5.5%200%200%200%20.765.424l4-2.5a.5.5%200%200%200%200-.848z%22%2F%3E%3Cpath%20d%3D%22M1.5%2014.5A1.5%201.5%200%200%201%200%2013V6a1.5%201.5%200%200%201%201.5-1.5h13A1.5%201.5%200%200%201%2016%206v7a1.5%201.5%200%200%201-1.5%201.5zm13-1a.5.5%200%200%200%20.5-.5V6a.5.5%200%200%200-.5-.5h-13A.5.5%200%200%200%201%206v7a.5.5%200%200%200%20.5.5z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%203a.5.5%200%200%200%20.5.5h11a.5.5%200%200%200%200-1h-11A.5.5%200%200%200%202%203m2-2a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%200-1h-7A.5.5%200%200%200%204%201m2.765%205.576A.5.5%200%200%200%206%207v5a.5.5%200%200%200%20.765.424l4-2.5a.5.5%200%200%200%200-.848z%22%2F%3E%3Cpath%20d%3D%22M1.5%2014.5A1.5%201.5%200%200%201%200%2013V6a1.5%201.5%200%200%201%201.5-1.5h13A1.5%201.5%200%200%201%2016%206v7a1.5%201.5%200%200%201-1.5%201.5zm13-1a.5.5%200%200%200%20.5-.5V6a.5.5%200%200%200-.5-.5h-13A.5.5%200%200%200%201%206v7a.5.5%200%200%200%20.5.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/collection-play.svg?color=%231a73e8&size=48