Tinyview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tinyview 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/334027.svg" alt="Tinyview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334027.svg" alt="Tinyview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334027.svg" alt="Tinyview icon" :width="24" :height="24" />
CSS background
.icon-tinyview {
background-image: url('https://proicons.com/icon/334027.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="M4.5,35.0062c0-5.5403,4.7615-10.0317,11.1702-10.0317,7.6401,0,12.5655,7.0014,15.8602,7.0014s5.0216-3.3717,2.8769-7.2981c-3.0932-.2324-3.7314-3.2308-3.0102-3.6285,1.3203,1.8431,3.5197,1.2481,4.1277,1.6661s1.3802.8315,1.7241,2.35c1.3479-.9305,2.7199-1.2202,3.1777-1.0975s2.0722.6162,3.0387.0144c.312,1.628-1.5193,2.2381-3.7582,2.3653-1.8869.5605-1.5984,2.8457-2.5022,4.0593-1.2451,1.6718-3.5113,4.5993-8.2899,4.5993H4.5Z"/><path class="c" d="M27.8141,13.0282c0-2.985-4.4688-5.4048-9.9813-5.4048s-9.9814,2.4198-9.9814,5.4048c0,2.025,2.0597,3.7871,5.1035,4.7129l1.9024,4.6717,3.1132-3.9835c5.4485-.0403,9.8437-2.4412,9.8437-5.401Z"/><path class="c" d="M13.2166,35.0062c-.2729,3.1838.2651,5.9031,1.8181,5.2811s.3716-3.0292-1.8181-5.2811Z"/></svg>
Copied!