Emoji Books Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Books 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/325136.svg" alt="Emoji Books icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325136.svg" alt="Emoji Books icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325136.svg" alt="Emoji Books icon" :width="24" :height="24" />
CSS background
.icon-emoji-books {
background-image: url('https://proicons.com/icon/325136.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M8.1088,14.2628c-1.7817.382-2.9167,2.1373-2.5349,3.9206.2455,1.1469,1.0804,2.0773,2.1935,2.4444l17.257,5.038,17.4756-4.9919"/><path id="c" class="g" d="M8.1088,20.7557c-1.7817.382-2.9167,2.1373-2.5349,3.9206.2455,1.1469,1.0804,2.0773,2.1935,2.4444l17.257,5.0379,17.4756-4.9919"/><path id="d" class="g" d="M8.1088,27.3192c-1.7817.382-2.9167,2.1373-2.5349,3.9206.2455,1.1469,1.0804,2.0773,2.1935,2.4444l17.257,5.038,17.4756-4.9919"/><path id="e" class="g" d="M25.0238,9.2778l17.4759,4.9554-17.4759,4.9922-16.942-4.9742,16.942-4.9734h0"/><path id="f" class="g" d="M42.4997,14.2332l.0003,19.4972"/></svg>
Copied!