Canara Epassbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canara Epassbook 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/337976.svg" alt="Canara Epassbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337976.svg" alt="Canara Epassbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337976.svg" alt="Canara Epassbook icon" :width="24" :height="24" />
CSS background
.icon-canara-epassbook {
background-image: url('https://proicons.com/icon/337976.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><g><polyline class="c" points="22.8867 25.6823 20.7164 25.4146 27.0205 14.5578 33.5 26.9907 26.7006 26.1525"/><polyline class="c" points="20.3423 22.5117 14.5 23.4883 21.986 29.4422 28.3778 21.1684 24.884 21.7523"/></g><path class="c" d="m34.5,4.5h-7c0,1.933-1.5669,3.5-3.5,3.5s-3.5-1.567-3.5-3.5h-7c-1.1001,0-2,.9-2,2v35c0,1.1.8999,2,2,2h7c0-1.933,1.5669-3.5,3.5-3.5s3.5,1.567,3.5,3.5h7c1.1001,0,2-.9,2-2V6.5c0-1.1-.8999-2-2-2Z"/></svg>
Copied!