Premier Pro Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Premier Pro 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/310478.svg" alt="Premier Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310478.svg" alt="Premier Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310478.svg" alt="Premier Pro icon" :width="24" :height="24" />
CSS background
.icon-premier-pro {
background-image: url('https://proicons.com/icon/310478.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 2H7C4.23858 2 2 4.23858 2 7V17C2 19.7614 4.23858 22 7 22H17C19.7614 22 22 19.7614 22 17V7C22 4.23858 19.7614 2 17 2Z" fill="#080860"/> <path d="M8 13.64V16.21C8 16.41 8 16.44 7.79 16.44C7.32 16.44 6.85 16.44 6.37 16.44C6.22 16.44 6.16 16.39 6.16 16.23V7.78999C6.16 7.65999 6.16 7.58999 6.34 7.58999C7.26 7.58999 8.18 7.58999 9.1 7.58999C9.75741 7.56836 10.41 7.70919 11 7.99999C11.4608 8.21822 11.8507 8.562 12.1248 8.99184C12.399 9.42169 12.5464 9.92016 12.55 10.43C12.5885 10.8196 12.5472 11.213 12.4286 11.5861C12.3099 11.9592 12.1165 12.3042 11.86 12.6C11.3471 13.1786 10.6306 13.5369 9.86 13.6C9.36 13.66 8.86 13.65 8.36 13.68L8 13.64ZM8 10.64C8 11.05 8 11.47 8 11.88C8 11.99 8.00001 12.04 8.15001 12.04C8.69526 12.0983 9.24668 12.0438 9.77 11.88C9.95894 11.8302 10.1322 11.7336 10.2738 11.599C10.4154 11.4644 10.5208 11.2962 10.58 11.11C10.6607 10.9268 10.6979 10.7275 10.6889 10.5276C10.6799 10.3277 10.6249 10.1326 10.5281 9.95741C10.4314 9.78224 10.2955 9.63178 10.131 9.51775C9.96654 9.40373 9.77798 9.3292 9.58001 9.29999C9.10862 9.24674 8.63434 9.22336 8.16 9.22999C8.04 9.22999 8.04 9.30999 8.04 9.39999L8 10.64Z" fill="#9C9CFF"/> <path d="M15.52 10.51C15.82 10.3 16.11 10.07 16.43 9.88C16.7921 9.67287 17.2029 9.56588 17.62 9.57C17.74 9.57 17.8 9.62 17.8 9.74V11.28C17.8 11.42 17.72 11.45 17.6 11.45C17.104 11.4364 16.6104 11.5249 16.15 11.71L16.02 11.77C15.8917 11.8109 15.7817 11.8951 15.7087 12.0082C15.6357 12.1213 15.6044 12.2563 15.62 12.39C15.62 13.66 15.62 14.94 15.62 16.21C15.62 16.44 15.62 16.45 15.39 16.45H13.94C13.73 16.45 13.71 16.45 13.71 16.22C13.71 14.49 13.71 12.76 13.71 11.03C13.71 10.65 13.71 10.27 13.66 9.89C13.66 9.76 13.66 9.7 13.83 9.71H15.16C15.1925 9.70424 15.226 9.70556 15.2579 9.71387C15.2899 9.72219 15.3198 9.7373 15.3454 9.75818C15.371 9.77905 15.3918 9.80521 15.4064 9.83486C15.421 9.86451 15.4291 9.89696 15.43 9.93C15.46 10.13 15.49 10.34 15.52 10.51Z" fill="#9C9CFF"/> </svg>
Copied!