Sayboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sayboard 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/346987.svg" alt="Sayboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346987.svg" alt="Sayboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346987.svg" alt="Sayboard icon" :width="24" :height="24" />
CSS background
.icon-sayboard {
background-image: url('https://proicons.com/icon/346987.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="m28.6889,32.3605l11.8219-.0678c1.1004-.0063,1.9892-.9002,1.9892-2.0006V8.9398c0-1.1049-.8957-2.0006-2.0006-2.0006H7.6275c-1.1003,0-1.9941.8885-2.0006,1.9888l-.1269,21.3549c-.0066,1.1041.8825,2.0047,1.9866,2.0125l9.3166.0652v8.7003l11.8856-8.7003Z"/><g><g><rect class="c" x="8.7836" y="10.1454" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="15.4375" y="10.1454" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="22.0913" y="10.1454" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="28.7451" y="10.1454" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="35.399" y="10.1454" width="3.8056" height="4.4858" rx="1" ry="1"/></g><g><rect class="c" x="8.7836" y="23.9117" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="15.4375" y="23.9117" width="17.1133" height="4.4858" rx="1" ry="1"/><rect class="c" x="35.399" y="23.9117" width="3.8056" height="4.4858" rx="1" ry="1"/></g><g><rect class="c" x="12.1105" y="17.0285" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="18.7644" y="17.0285" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="25.4182" y="17.0285" width="3.8056" height="4.4858" rx="1" ry="1"/><rect class="c" x="32.0721" y="17.0285" width="3.8056" height="4.4858" rx="1" ry="1"/></g></g></svg>
Copied!