Paloaltosoftware Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Paloaltosoftware 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/315506.svg" alt="Paloaltosoftware icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315506.svg" alt="Paloaltosoftware icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315506.svg" alt="Paloaltosoftware icon" :width="24" :height="24" />
CSS background
.icon-paloaltosoftware {
background-image: url('https://proicons.com/icon/315506.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 Software</title><path d="M11.995.005c-.58 0-1.158.228-1.615.685L.685 10.385c-.913.913-.913 2.318 0 3.231l.842.843 8.01-8.15a3.435 3.435 0 0 1 4.847 0l8.079 8.08.842-.843c.914-.843.915-2.248.072-3.161L13.612.69a2.279 2.279 0 0 0-1.617-.685zm0 6.463c-.58 0-1.158.228-1.615.684L.685 16.848c-.913.913-.913 2.318 0 3.23l3.231 3.232c.914.913 2.318.913 3.232 0l4.847-4.846 4.848 4.846c.913.913 2.318.913 3.231 0l3.231-3.231c.914-.843.915-2.318.072-3.231l-9.765-9.696a2.279 2.279 0 0 0-1.617-.684z"/></svg>
Copied!