Petrocanada Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Petrocanada 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/345712.svg" alt="Petrocanada icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345712.svg" alt="Petrocanada icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345712.svg" alt="Petrocanada icon" :width="24" :height="24" />
CSS background
.icon-petrocanada {
background-image: url('https://proicons.com/icon/345712.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M5.5854,29.7848l5.9336-.9748-1.3139-5.3823,4.3653.6358.7626-2.0342,4.79,4.9587-1.611-9.748,2.7968,1.3993,2.5433-5.171,2.9245,5.3817,2.4578-1.61-1.4839,9.7053,4.6629-4.9588.8481,2.0765,4.1529-.5935-1.2716,5.3823,6.1459.89"/><path class="b" d="M15.8962,38.9521h3.1264M15.8962,32.71h3.1264M15.8962,35.8364h2.0338M15.8962,32.71v6.2418"/><path class="b" d="M9.4689,38.9632v-6.2532h2.0311c1.1658.0006,2.1103.946,2.1098,2.1118-.0006,1.165-.9448,2.1092-2.1098,2.1098h-2.0311"/><path class="b" d="M21.522,32.7125h4.1421M23.6328,38.9632v-6.2532"/><path class="b" d="M27.9692,38.9632v-6.2532h2.0313c1.1658-.0006,2.1113.9439,2.1119,2.1097.0006,1.1658-.9439,2.1113-2.1097,2.1119h-2.0313M30.1527,36.9248l1.9586,2.0381"/><path class="b" d="M34.39,36.93c-.0219,1.1437.8874,2.0887,2.0312,2.1107,1.1437.022,2.0887-.8874,2.1107-2.0312.0004-.0206.0005-.0412.0003-.0618v-2.1288c.0039-1.1608-.9339-2.105-2.0947-2.1089-.0054,0-.0108,0-.0162,0-1.1236.001-2.0336.9127-2.0326,2.0362,0,.0242.0005.0485.0014.0727v2.1111Z"/></svg>
Copied!