Shosetsu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shosetsu 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/347269.svg" alt="Shosetsu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347269.svg" alt="Shosetsu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347269.svg" alt="Shosetsu icon" :width="24" :height="24" />
CSS background
.icon-shosetsu {
background-image: url('https://proicons.com/icon/347269.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="22.755" y1="11.5" x2="22.755" y2="36.5"/><polyline class="a" points="13.691 17.177 31.819 17.177 31.819 24.697"/><path class="a" d="M11.8486,24.6972H36.1514c0,5.4781-1.494,8.5657-3.7849,8.5657H28.4323"/><path class="a" d="M31.1713,12.8446A17.7593,17.7593,0,0,1,36.0518,16.43"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!