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/310428.svg" alt="Premier Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310428.svg" alt="Premier Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310428.svg" alt="Premier Pro icon" :width="24" :height="24" />
CSS background
.icon-premier-pro {
background-image: url('https://proicons.com/icon/310428.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="M10.63 11.11C10.5707 11.2962 10.4654 11.4644 10.3238 11.599C10.1822 11.7336 10.0089 11.8303 9.81999 11.88C9.29388 12.0304 8.74251 12.0712 8.19999 12C8.08999 12 8.04999 12 8.04999 11.84C8.04999 11.43 8.04999 11.01 8.04999 10.6V9.40001C8.04999 9.31001 8.04999 9.23001 8.16999 9.23001C8.64432 9.22338 9.1186 9.24676 9.58999 9.30001C9.79148 9.32372 9.98462 9.39427 10.154 9.50599C10.3233 9.61772 10.4641 9.76753 10.5652 9.94344C10.6663 10.1193 10.7248 10.3165 10.736 10.519C10.7473 10.7216 10.711 10.924 10.63 11.11Z" fill="black"/> <path d="M17 2H7C5.67392 2 4.40215 2.52678 3.46447 3.46447C2.52678 4.40215 2 5.67392 2 7V17C2 18.3261 2.52678 19.5979 3.46447 20.5355C4.40215 21.4732 5.67392 22 7 22H17C18.3261 22 19.5979 21.4732 20.5355 20.5355C21.4732 19.5979 22 18.3261 22 17V7C22 5.67392 21.4732 4.40215 20.5355 3.46447C19.5979 2.52678 18.3261 2 17 2ZM11.86 12.57C11.3471 13.1486 10.6306 13.5069 9.86 13.57C9.36 13.63 8.86 13.57 8.36 13.65H8V16.22C8 16.42 8 16.45 7.79 16.45C7.32 16.45 6.85 16.45 6.37 16.45C6.22 16.45 6.16 16.4 6.16 16.24V7.79C6.16 7.66 6.16 7.59 6.34 7.59C7.26 7.59 8.18 7.59 9.1 7.59C9.75741 7.56837 10.41 7.70919 11 8C11.4608 8.21822 11.8507 8.56201 12.1248 8.99185C12.399 9.4217 12.5464 9.92017 12.55 10.43C12.5844 10.8147 12.541 11.2025 12.4225 11.5701C12.3039 11.9378 12.1126 12.2778 11.86 12.57ZM17.8 11.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.75817C15.371 9.77905 15.3918 9.80521 15.4064 9.83486C15.421 9.86451 15.4291 9.89696 15.43 9.93C15.43 10.13 15.5 10.34 15.53 10.51C15.83 10.3 16.12 10.07 16.44 9.88C16.8021 9.67287 17.2128 9.56588 17.63 9.57C17.75 9.57 17.81 9.57 17.81 9.74L17.8 11.28Z" fill="black"/> </svg>
Copied!