Puhutv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Puhutv 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/346264.svg" alt="Puhutv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346264.svg" alt="Puhutv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346264.svg" alt="Puhutv icon" :width="24" :height="24" />
CSS background
.icon-puhutv {
background-image: url('https://proicons.com/icon/346264.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m34.2161,27.0568c-1.7286,0-3.13-1.3684-3.13-3.0565s1.4013-3.0566,3.13-3.0566,3.1294,1.3683,3.1294,3.0566-1.4012,3.0565-3.1294,3.0565m-20.4328,0c-1.7283,0-3.1291-1.3684-3.1291-3.0565s1.4008-3.0566,3.1291-3.0566,3.1295,1.3683,3.1295,3.0566-1.4007,3.0565-3.1295,3.0565m24.877-7.3985c-2.4508-2.394-6.4393-2.394-8.8901,0l-5.3267,5.2031c-.1141.111-.2703.1787-.444.1787s-.3298-.0677-.4435-.1787l-5.3267-5.2031c-2.4513-2.394-6.4393-2.394-8.891,0-2.4511,2.3942-2.4511,6.2896,0,8.6835,2.4518,2.3936,6.4398,2.394,8.891.0002l1.7714-1.7307c.1146-.111.2694-.1778.4431-.1778.1728,0,.3307.069.444.1796l2.6683,2.6053c.1137.1114.2703.1791.444.1791s.3307-.0677.4444-.1791l2.6675-2.6053c.1141-.111.2712-.1796.4444-.1796.1737,0,.3289.0668.4431.1778l1.7716,1.7307c2.4511,2.3938,6.4393,2.3934,8.8901-.0002,2.4516-2.3943,2.4516-6.2896,0-8.6835"/></svg>
Copied!