Sony Liv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sony Liv 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/347648.svg" alt="Sony Liv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347648.svg" alt="Sony Liv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347648.svg" alt="Sony Liv icon" :width="24" :height="24" />
CSS background
.icon-sony-liv {
background-image: url('https://proicons.com/icon/347648.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M5.5,10.73c0,4.3342,2.7921,8.1751,6.915,9.5122l23.17,7.5146c4.1228,1.3371,6.915,5.178,6.915,9.5122"/><polyline class="b" points="24.816 17 24.816 10 29.454 17 29.454 10"/><polyline class="b" points="36.037 10 33.718 13.5 31.399 10"/><line class="b" x1="33.718" y1="17" x2="33.718" y2="13.5"/><path class="b" d="M12.1018,16.233c.4292.5588.9675.767,1.7163.767h1.0363c.9644,0,1.7462-.7818,1.7462-1.7462v-.0075c0-.9644-.7818-1.7462-1.7462-1.7462h-1.1432c-.9655,0-1.7481-.7827-1.7481-1.7481h0c0-.9675.7843-1.7519,1.7519-1.7519h1.0307c.7488,0,1.2871.2082,1.7163.767"/><rect class="b" x="18.233" y="10" width="4.6375" height="7" rx="2.3187" ry="2.3187"/><polyline class="b" points="30.611 31.249 27.875 38.5 25.139 31.249"/><circle class="c" cx="22.187" cy="27.897" r=".75"/><line class="b" x1="22.187" y1="31.249" x2="22.187" y2="38.5"/><path class="b" d="M17.3889,27.5549v9.577c0,.7556.6125,1.3681,1.3681,1.3681h.4104"/></svg>
Copied!