Paloaltonetworks Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Paloaltonetworks 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/315505.svg" alt="Paloaltonetworks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315505.svg" alt="Paloaltonetworks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315505.svg" alt="Paloaltonetworks icon" :width="24" :height="24" />
CSS background
.icon-paloaltonetworks {
background-image: url('https://proicons.com/icon/315505.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Palo Alto Networks</title><path d="m10.278 15.443 1.705 1.705-3.426 3.426-3.427-3.426 8.592-8.591-1.705-1.705 3.426-3.426 3.427 3.426-8.592 8.591zM0 12.017l3.426 3.426 8.591-8.59-3.426-3.427L0 12.017zm11.983 5.13 3.426 3.427L24 11.983l-3.426-3.426-8.591 8.59z"/></svg>
Copied!