Storygraph Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Storygraph 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/347920.svg" alt="Storygraph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347920.svg" alt="Storygraph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347920.svg" alt="Storygraph icon" :width="24" :height="24" />
CSS background
.icon-storygraph {
background-image: url('https://proicons.com/icon/347920.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><rect id="d" class="h" x="5.5" y="6.6165" width="7.6031" height="29.8423" rx="1" ry="1"/><rect id="e" class="h" x="16.5636" y="6.6165" width="7.6031" height="29.8423" rx="1" ry="1"/><rect id="f" class="h" x="30.9108" y="6.3431" width="7.6033" height="29.8418" rx="1" ry="1" transform="translate(-4.6835 11.0135) rotate(-16.9062)"/><rect id="g" class="h" x="5.5" y="39.0428" width="37" height="2.828" rx="1" ry="1"/></g></g></svg>
Copied!