Panasonicapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panasonicapp 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/345487.svg" alt="Panasonicapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345487.svg" alt="Panasonicapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345487.svg" alt="Panasonicapp icon" :width="24" :height="24" />
CSS background
.icon-panasonicapp {
background-image: url('https://proicons.com/icon/345487.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="M38.5007,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path id="e" class="g" d="M8.6433,24.1711h4.6504v9.7672h7.797c-2.4834-1.4282-3.6968-4.3472-2.9576-7.115.7391-2.7678,3.2462-4.6932,5.867-4.6932s5.1278,1.9254,5.867,4.6932c.7391,2.7678-.4742,5.6868-2.9576,7.115h7.797v-9.7672h4.6504l-15.3567-10.1094-15.3567,10.1094Z"/><circle id="f" class="g" cx="24" cy="28.4035" r="2.8869"/></g></svg>
Copied!