Set Ebook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Set Ebook 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/332609.svg" alt="Set Ebook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332609.svg" alt="Set Ebook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332609.svg" alt="Set Ebook icon" :width="24" :height="24" />
CSS background
.icon-set-ebook {
background-image: url('https://proicons.com/icon/332609.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="M14.7305,36.333h2.948M22.0395,35.319h-2.432M22.0395,35.319c.815,0,1.475.673,1.475,1.502,0,.83-.66,1.502-1.474,1.502h-2.433v-6.009h2.432c.815,0,1.475.673,1.475,1.503s-.66,1.502-1.474,1.502h-.001ZM12.6085,37.565c-.2578.4665-.748.757-1.281.759h0c-.814,0-1.474-.673-1.474-1.503v-.976c0-.83.66-1.502,1.474-1.502h0c.814,0,1.474.672,1.474,1.502v.488h-2.948M36.0485,36.186l2.098,2.129M35.1985,37.047l2.67-2.707M35.1985,32.315v6.009M31.7945,34.343c.817,0,1.475.67,1.475,1.502v.976c0,.833-.658,1.503-1.475,1.503s-1.474-.67-1.474-1.503v-.976c0-.832.658-1.502,1.474-1.502M26.9175,34.343c.817,0,1.474.67,1.474,1.502v.976c0,.833-.657,1.503-1.474,1.503s-1.474-.67-1.474-1.503v-.976c0-.832.657-1.502,1.474-1.502M31.9395,19.403c-.1864,2.2439-2.1567,3.9119-4.4006,3.7254-1.9852-.1649-3.5605-1.7403-3.7254-3.7254M16.0595,19.4c.1873-2.2439,2.1581-3.9111,4.4019-3.7238,1.9851.1657,3.5599,1.7416,3.7241,3.7268M14.3715,19.403c.0011,5.3169,4.3111,9.6269,9.628,9.628,5.3173-.0006,9.6279-4.3107,9.629-9.628-19.3112-5.3177-15.0442-9.6724-9.7266-9.7266,5.3177-.0542,9.6724,4.2128,9.7266,9.5304.0007.0654.0007.1307,0,.1961H14.3715Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!