Stou Sisa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stou Sisa 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/333364.svg" alt="Stou Sisa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333364.svg" alt="Stou Sisa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333364.svg" alt="Stou Sisa icon" :width="24" :height="24" />
CSS background
.icon-stou-sisa {
background-image: url('https://proicons.com/icon/333364.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m4.5,31.9161h38.7102m-38.7102-2.1647h38.7102m.2898-3.8261c0,.7326-.5936,1.3267-1.3262,1.3273-.7326,0-1.3267-.5936-1.3273-1.3262,0-.733.5942-1.3273,1.3273-1.3273.7326.0006,1.3262.5946,1.3262,1.3273v-.001Zm-6.7477-2.3101v.7735c0,1.7119-1.3788,2.8639-3.0928,2.8639h-1.6851c-1.713,0-3.0918-1.1509-3.0918-2.8639m7.4273-6.6641c-.6363-.4517-1.3788-.5858-2.6504-.7126-.559-.0567-1.6851,0-1.6851,0-1.713,0-3.2217.8941-2.9371,2.5834.1289.7621.4692,1.6397,4.1241,1.8728,1.55.099,3.3589.1372,3.5909,2.1471m-11.9732-1.8872v5.5246m-7.9264-9.0794c2.0636-1.3561,4.8986-1.7882,6.559-.5868l1.3768-1.5026m-1.3757,1.5026c.8292.6002,1.3654,1.6078,1.3664,3.1103v1.0313c-3.4672.0217-7.9512-.7136-7.945,2.7649.0052,2.9247,3.1155,2.7649,4.2932,2.5277m-15.923-2.7968v3.0289m0-10.2406v7.2118c3.1217,3.7085,7.5356,4.4252,7.5356.6714v-7.8831"/></svg>
Copied!