I Am Sober Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The I Am Sober 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/341812.svg" alt="I Am Sober icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341812.svg" alt="I Am Sober icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341812.svg" alt="I Am Sober icon" :width="24" :height="24" />
CSS background
.icon-i-am-sober {
background-image: url('https://proicons.com/icon/341812.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><path class="a" d="M22.7233,12.4843h7.3051a0,0,0,0,1,0,0V24.541a0,0,0,0,1,0,0H17.9717a0,0,0,0,1,0,0V17.236a4.7516,4.7516,0,0,1,4.7516-4.7516Z" transform="translate(20.1199 -11.5483) rotate(45)"/><path class="a" d="M33.6979,23.459H41.003a0,0,0,0,1,0,0V35.5157a0,0,0,0,1,0,0H28.9463a0,0,0,0,1,0,0V28.2106A4.7516,4.7516,0,0,1,33.6979,23.459Z" transform="translate(38.8548 75.0688) rotate(-135)"/><path class="a" d="M11.7486,23.459h7.3051a0,0,0,0,1,0,0V35.5157a0,0,0,0,1,0,0H6.997a0,0,0,0,1,0,0V28.2106A4.7516,4.7516,0,0,1,11.7486,23.459Z" transform="translate(1.385 59.5483) rotate(-135)"/></svg>
Copied!