Vibe You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vibe You 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/349278.svg" alt="Vibe You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349278.svg" alt="Vibe You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349278.svg" alt="Vibe You icon" :width="24" :height="24" />
CSS background
.icon-vibe-you {
background-image: url('https://proicons.com/icon/349278.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>.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m30.07,30.666s2.9956-5.0715,2.4707-8.378c-.5763-3.6305-7.5403-8.9353-7.5403-10.458-.0279-.8478.0299-1.6912,0-2.5392v22.522"/><ellipse class="d" cx="20.1838" cy="32.8851" rx="5.097" ry="3.5981" transform="translate(-12.8875 13.0078) rotate(-27.452)"/></svg>
Copied!