Stoic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stoic 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/347912.svg" alt="Stoic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347912.svg" alt="Stoic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347912.svg" alt="Stoic icon" :width="24" :height="24" />
CSS background
.icon-stoic {
background-image: url('https://proicons.com/icon/347912.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="c" d="M5.5,19.6001v18.9c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v10.1"/><rect class="c" x="21.9919" y="22.3904" width="5.5707" height="7.3812" rx="2.7853" ry="2.7853"/><circle class="d" cx="30.3968" cy="18.9784" r=".75"/><line class="c" x1="30.3968" y1="22.3904" x2="30.3968" y2="29.7716"/><path class="c" d="M9.6754,29.1489c.5086.4271,1.0577.6227,2.2908.6227h.6249c1.0169,0,1.8413-.8262,1.8413-1.8453h0c0-1.0191-.8244-1.8453-1.8413-1.8453h-1.2498c-1.0169,0-1.8413-.8262-1.8413-1.8453h0c0-1.0191.8244-1.8453,1.8413-1.8453h.6249c1.2331,0,1.7822.1957,2.2908.6227"/><path class="c" d="M18.3313,20.0925v8.2864c0,.7692.6235,1.3927,1.3927,1.3927h.4178"/><line class="c" x1="16.869" y1="22.3904" x2="19.7936" y2="22.3904"/><path class="c" d="M38.5,28.3687c-.4801.8382-1.3834,1.4029-2.4186,1.4029h0c-1.5383,0-2.7853-1.247-2.7853-2.7853v-1.8105c0-1.5383,1.247-2.7853,2.7853-2.7853h0c1.0332,0,1.935.5626,2.4158,1.3981"/></svg>
Copied!