Fictionlog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fictionlog 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/340367.svg" alt="Fictionlog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340367.svg" alt="Fictionlog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340367.svg" alt="Fictionlog icon" :width="24" :height="24" />
CSS background
.icon-fictionlog {
background-image: url('https://proicons.com/icon/340367.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="i" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="c"><g id="d"><path id="e" class="i" d="M24.053,22.0358v9.6839"/><path id="f" class="i" d="M25.4002,17.5593c0,.7064-.6031,1.279-1.3472,1.279s-1.3472-.5726-1.3472-1.279.6031-1.279,1.3472-1.279,1.3472.5726,1.3472,1.279Z"/></g><path id="g" class="i" d="M35.6487,29.8792c-.6636,1.0998-1.9118,1.8405-3.3423,1.8405h0c-2.1258,0-3.8491-1.636-3.8491-3.6543v-2.3753c0-2.0183,1.7232-3.6543,3.8491-3.6543h0c1.4278,0,2.6739.738,3.3385,1.8343"/><path id="h" class="i" d="M12.3513,22.0358h5.3887M14.6334,31.7197v-12.0592c0-1.4128,1.2063-2.558,2.6943-2.558h0c1.326,0,2.1539.3727,2.7217,1.0703"/></g></svg>
Copied!