Powerdirector Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Powerdirector 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/331547.svg" alt="Powerdirector icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331547.svg" alt="Powerdirector icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331547.svg" alt="Powerdirector icon" :width="24" :height="24" />
CSS background
.icon-powerdirector {
background-image: url('https://proicons.com/icon/331547.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="34.5144 35.1072 4.5 35.1072 4.5 12.8928 34.5144 12.8928"/><line class="c" x1="4.5" y1="12.8928" x2="34.5144" y2="35.1072"/><line class="c" x1="34.5144" y1="12.8928" x2="4.5" y2="35.1072"/><polygon class="c" points="26.6925 24.0001 34.5145 29.3576 34.5145 18.6426 26.6925 24.0001"/><line class="c" x1="43.5" y1="34.7328" x2="43.5" y2="13.2672"/><line class="c" x1="39.0072" y1="30.9264" x2="39.0072" y2="17.0736"/></svg>
Copied!