Panasonic Diga Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panasonic Diga 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/330924.svg" alt="Panasonic Diga icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330924.svg" alt="Panasonic Diga icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330924.svg" alt="Panasonic Diga icon" :width="24" :height="24" />
CSS background
.icon-panasonic-diga {
background-image: url('https://proicons.com/icon/330924.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M4.5,31.426c17.863,0,38.213-1.9104,39-8.052-.0005-2.6213-5.1013-7.1281-30.334-6.781l-8.666,14.833Z"/><path class="b" d="M31.633,21.751c.0128,1.0493-4.4313,1.9532-9.9261,2.0189h-.0005c-5.4946.0657-9.9591-.7316-9.972-1.7808-.0128-1.0493,4.4313-1.9532,9.9261-2.0189h.0005c5.4946-.0657,9.9591.7316,9.972,1.7808Z"/></svg>
Copied!