Session Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Session 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/332608.svg" alt="Session icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332608.svg" alt="Session icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332608.svg" alt="Session icon" :width="24" :height="24" />
CSS background
.icon-session {
background-image: url('https://proicons.com/icon/332608.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.51,4.5h-19a9,9,0,0,0-9,9h0a9.05,9.05,0,0,0,4.3,7.7L24,29.41V18.59H34.28a7.19,7.19,0,0,0,7.1-5.43A7.07,7.07,0,0,0,34.51,4.5Z"/><path class="a" d="M13.49,43.5h19a9,9,0,0,0,9-9h0a9.05,9.05,0,0,0-4.3-7.7L24,18.59V29.41H13.72a7.19,7.19,0,0,0-7.1,5.43A7.07,7.07,0,0,0,13.49,43.5Z"/></svg>
Session in other icon packs
Copied!