Phenix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phenix 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/345731.svg" alt="Phenix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345731.svg" alt="Phenix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345731.svg" alt="Phenix icon" :width="24" :height="24" />
CSS background
.icon-phenix {
background-image: url('https://proicons.com/icon/345731.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><path class="b" d="M5.5,17.2288l6.6018.7028M8.964,10.5392l4.3803,3.5645M15.6411,6.5229l1.1547,5.5349"/><path class="b" d="M40.5044,35.415c-3.4138,3.4975-7.246,5.4555-11.4966,5.8738M42.5,38.2641c-1.0877,1.4643-2.5687,2.5353-4.443,3.213"/><path class="b" d="M19.0073,35.0762v-15.036h4.8861c2.7907-.0118,5.0625,2.2409,5.0743,5.0316,0,.0143,0,.0285,0,.0428.0118,2.7907-2.2409,5.0625-5.0316,5.0743-.0143,0-.0285,0-.0428,0h-4.8861"/></svg>
Copied!