Viber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viber 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/334720.svg" alt="Viber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334720.svg" alt="Viber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334720.svg" alt="Viber icon" :width="24" :height="24" />
CSS background
.icon-viber {
background-image: url('https://proicons.com/icon/334720.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M28.9831,5.5h-9.9664c-6.761,0-12.2927,5.5317-12.2927,12.2927v6.4336c0,5.3569,3.4782,9.9303,8.2836,11.6037v5.7977c0,.7934.9746,1.1732,1.5115.5891l5.2375-5.6979h7.2264c6.761,0,12.2928-5.5317,12.2928-12.2927v-6.4336c0-6.761-5.5318-12.2927-12.2928-12.2927Z"/><path class="c" d="M21.6152,23.2002c.7406.7406,1.4458,1.3959,3.4812,2.331.4413.2027.9645.1144,1.3079-.229l.9239-.9239c.5994-.5994,1.5536-.6526,2.216-.1235l2.9896,2.3883c.7755.6195.8399,1.7757.1381,2.4775l-1.4523,1.4523c-.648.648-1.5977.8745-2.4727.6019-2.0671-.6439-5.9523-2.2223-9.4181-5.6881-3.4658-3.4658-5.0441-7.351-5.6881-9.4181-.2726-.875-.0461-1.8247.6019-2.4727l1.4523-1.4523c.7018-.7018,1.858-.6374,2.4775.1381l2.3883,2.9896c.5291.6623.4759,1.6165-.1235,2.216l-.9239.9239c-.3434.3434-.4317.8665-.229,1.3079.935,2.0354,1.5903,2.7406,2.331,3.4812Z"/><path class="c" d="M25.0698,16.5216c.8341-.0299,1.6757.2755,2.3089.9087.6405.6405.9458,1.482.916,2.3162"/><path class="c" d="M23.6324,11.4794c2.5992-.4842,5.3997.2756,7.4106,2.2865,2.0183,2.0183,2.778,4.8187,2.294,7.4181"/><path class="c" d="M24.4069,14.1904c1.6535-.2383,3.3963.2831,4.6624,1.5492,1.2736,1.2736,1.7949,3.0164,1.5565,4.6698"/></svg>
Copied!