Beptt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beptt 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/337092.svg" alt="Beptt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337092.svg" alt="Beptt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337092.svg" alt="Beptt icon" :width="24" :height="24" />
CSS background
.icon-beptt {
background-image: url('https://proicons.com/icon/337092.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.25,21.214c3.1577,0,5.4675-2.4944,5.4675-5.5714s-2.3098-5.5714-5.4675-5.5714h-5.9675v11.143l5.9675-.0002Z"/><path class="b" d="M23.75,37.929c-3.1577,0-5.4675-2.4944-5.4675-5.5714s2.3098-5.5714,5.4675-5.5714h5.9675v11.143l-5.9675-.0002Z"/><path class="b" d="M35.435,43.5h-11.435c-6.3154,0-11.435-3.989-11.435-10.143V4.5h11.435c6.3154,0,11.435,3.989,11.435,10.143v28.857Z"/></svg>
Copied!