Playbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Playbook 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/331370.svg" alt="Playbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331370.svg" alt="Playbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331370.svg" alt="Playbook icon" :width="24" :height="24" />
CSS background
.icon-playbook {
background-image: url('https://proicons.com/icon/331370.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.3431,24.3576v3.5568"/><path class="b" d="M11.8574,22.3676v4.7961"/><path class="b" d="M13.5204,16.5826v10.582"/><path class="b" d="M15.3074,11.9736v15.19"/><path class="b" d="M17.0334,15.5896v11.574"/><path class="b" d="M18.7514,12.8696v14.295"/><path class="b" d="M20.4554,13.9376v13.418"/><path class="b" d="M22.2424,9.4268v18.953"/><path class="b" d="M23.9564,13.4286v16.641"/><path class="b" d="M25.7074,7.4004v20.979"/><path class="b" d="M27.4224,10.8026v16.553"/><path class="b" d="M29.1444,18.0186v9.1458"/><path class="b" d="M30.9094,13.5486v13.616"/><path class="b" d="M32.5934,11.2156v15.948"/><path class="b" d="M34.3644,17.2356v9.9282"/><path class="b" d="M36.1334,15.6816v11.483"/><path class="b" d="M37.8074,18.0096v8.9648"/><path class="b" d="M39.5774,21.4986v6.4165"/><path class="b" d="M10.1054,18.0116v8.963"/><path class="b" d="M40.3824,30.9056l-2.346-1.7227c.0043.2621-8.0367.2003-8.0367.2003-3.5498.0671-5.837,3.2872-5.837,5.8429M7.9427,30.9056l2.346-1.7227c-.0043.2621,8.0367.2003,8.0367.2003,3.5498.0671,5.837,3.2872,5.837,5.8429M24.1624,36.6625l-16.22-5.7569M24.1624,36.6625l16.22-5.7569"/><path class="b" d="M20.8514,39.6456c2.4931,1.2674,3.574,1.2764,6.2979,0M26.931,38.644l.2183,1.0016M21.0698,38.644l-.2183,1.0016M42.6445,33.1152l-15.714,5.5288M5.3555,33.1152l15.714,5.5288"/></svg>
Copied!