Panasonic Audio Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panasonic Audio Connect 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/345482.svg" alt="Panasonic Audio Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345482.svg" alt="Panasonic Audio Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345482.svg" alt="Panasonic Audio Connect icon" :width="24" :height="24" />
CSS background
.icon-panasonic-audio-connect {
background-image: url('https://proicons.com/icon/345482.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M32.5,22.5003c5.5228,0,10,4.4772,10,10s-4.4772,10-10,10v-20Z"/><path class="c" d="M15.5,22.5003c-5.5228,0-10,4.4772-10,10s4.4772,10,10,10v-20Z"/><path class="c" d="M7.0626,23.9573c-.5199-6.0425,2.2186-11.9044,7.1866-15.383,5.8544-4.0994,13.6476-4.0994,19.502,0,4.9757,3.484,7.7144,9.358,7.1844,15.409"/><path class="c" d="M10.016,21.8213c.3622-7.4594,6.5158-13.3213,13.984-13.321,7.4745.0002,13.6306,5.8719,13.984,13.338"/></svg>
Copied!