premiere logo
premiere from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.
- Name
- premiere
- Set
- Skill Icons
- Style
- Default
- Viewbox
- 256×256
- License
- MIT
Use the premiere logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#00005b" rx="60"/><path fill="#99f" d="M54 182.68V72.813c0-.746.32-1.173 1.067-1.173c1.813 0 3.52 0 5.973-.107c2.56-.106 5.227-.106 8.107-.213s5.973-.107 9.28-.213C81.733 71 84.933 71 88.133 71c8.747 0 16 1.067 21.974 3.307a38.1 38.1 0 0 1 14.293 8.746a34 34 0 0 1 7.787 12.16c1.6 4.48 2.453 9.067 2.453 13.867q0 13.76-6.4 22.72c-4.267 5.973-10.24 10.453-17.173 13.013c-7.254 2.667-15.254 3.627-24 3.627c-2.56 0-4.267 0-5.334-.107c-1.066-.106-2.56-.106-4.586-.106v34.24c.106.746-.427 1.386-1.174 1.493H55.28c-.853 0-1.28-.427-1.28-1.387zm23.253-90.347v35.84c1.494.107 2.88.214 4.16.214h5.654c4.16 0 8.32-.64 12.266-1.92c3.414-.96 6.4-2.987 8.747-5.654c2.24-2.666 3.307-6.293 3.307-10.986a17.56 17.56 0 0 0-2.454-9.494c-1.813-2.773-4.373-4.906-7.466-6.08c-3.947-1.6-8.214-2.24-12.587-2.133c-2.773 0-5.227 0-7.253.107c-2.134-.107-3.627 0-4.374.106M150 98.627h18.667c1.067 0 1.92.746 2.24 1.706c.32.854.533 1.707.64 2.667c.213 1.067.427 2.24.533 3.307c.107 1.173.214 2.453.214 3.84a39.7 39.7 0 0 1 11.413-9.174c4.907-2.773 10.56-4.16 16.213-4.16c.747-.106 1.387.427 1.494 1.174v21.226c0 .854-.534 1.174-1.707 1.174c-3.84-.107-7.787.213-11.52 1.066q-4.64.96-8.96 2.88c-2.027.96-3.947 2.24-5.44 3.947v54.4c0 1.067-.427 1.493-1.387 1.493h-21.013c-.853.107-1.6-.426-1.707-1.28v-59.52c0-2.56 0-5.226-.106-8c-.107-2.773-.107-5.546-.214-8.32c0-2.453-.213-4.8-.426-7.253c-.107-.533.213-1.067.746-1.173c0-.107.214-.107.32 0"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsPremiere(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#00005b" rx="60"/><path fill="#99f" d="M54 182.68V72.813c0-.746.32-1.173 1.067-1.173c1.813 0 3.52 0 5.973-.107c2.56-.106 5.227-.106 8.107-.213s5.973-.107 9.28-.213C81.733 71 84.933 71 88.133 71c8.747 0 16 1.067 21.974 3.307a38.1 38.1 0 0 1 14.293 8.746a34 34 0 0 1 7.787 12.16c1.6 4.48 2.453 9.067 2.453 13.867q0 13.76-6.4 22.72c-4.267 5.973-10.24 10.453-17.173 13.013c-7.254 2.667-15.254 3.627-24 3.627c-2.56 0-4.267 0-5.334-.107c-1.066-.106-2.56-.106-4.586-.106v34.24c.106.746-.427 1.386-1.174 1.493H55.28c-.853 0-1.28-.427-1.28-1.387zm23.253-90.347v35.84c1.494.107 2.88.214 4.16.214h5.654c4.16 0 8.32-.64 12.266-1.92c3.414-.96 6.4-2.987 8.747-5.654c2.24-2.666 3.307-6.293 3.307-10.986a17.56 17.56 0 0 0-2.454-9.494c-1.813-2.773-4.373-4.906-7.466-6.08c-3.947-1.6-8.214-2.24-12.587-2.133c-2.773 0-5.227 0-7.253.107c-2.134-.107-3.627 0-4.374.106M150 98.627h18.667c1.067 0 1.92.746 2.24 1.706c.32.854.533 1.707.64 2.667c.213 1.067.427 2.24.533 3.307c.107 1.173.214 2.453.214 3.84a39.7 39.7 0 0 1 11.413-9.174c4.907-2.773 10.56-4.16 16.213-4.16c.747-.106 1.387.427 1.494 1.174v21.226c0 .854-.534 1.174-1.707 1.174c-3.84-.107-7.787.213-11.52 1.066q-4.64.96-8.96 2.88c-2.027.96-3.947 2.24-5.44 3.947v54.4c0 1.067-.427 1.493-1.387 1.493h-21.013c-.853.107-1.6-.426-1.707-1.28v-59.52c0-2.56 0-5.226-.106-8c-.107-2.773-.107-5.546-.214-8.32c0-2.453-.213-4.8-.426-7.253c-.107-.533.213-1.067.746-1.173c0-.107.214-.107.32 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#00005b" rx="60"/><path fill="#99f" d="M54 182.68V72.813c0-.746.32-1.173 1.067-1.173c1.813 0 3.52 0 5.973-.107c2.56-.106 5.227-.106 8.107-.213s5.973-.107 9.28-.213C81.733 71 84.933 71 88.133 71c8.747 0 16 1.067 21.974 3.307a38.1 38.1 0 0 1 14.293 8.746a34 34 0 0 1 7.787 12.16c1.6 4.48 2.453 9.067 2.453 13.867q0 13.76-6.4 22.72c-4.267 5.973-10.24 10.453-17.173 13.013c-7.254 2.667-15.254 3.627-24 3.627c-2.56 0-4.267 0-5.334-.107c-1.066-.106-2.56-.106-4.586-.106v34.24c.106.746-.427 1.386-1.174 1.493H55.28c-.853 0-1.28-.427-1.28-1.387zm23.253-90.347v35.84c1.494.107 2.88.214 4.16.214h5.654c4.16 0 8.32-.64 12.266-1.92c3.414-.96 6.4-2.987 8.747-5.654c2.24-2.666 3.307-6.293 3.307-10.986a17.56 17.56 0 0 0-2.454-9.494c-1.813-2.773-4.373-4.906-7.466-6.08c-3.947-1.6-8.214-2.24-12.587-2.133c-2.773 0-5.227 0-7.253.107c-2.134-.107-3.627 0-4.374.106M150 98.627h18.667c1.067 0 1.92.746 2.24 1.706c.32.854.533 1.707.64 2.667c.213 1.067.427 2.24.533 3.307c.107 1.173.214 2.453.214 3.84a39.7 39.7 0 0 1 11.413-9.174c4.907-2.773 10.56-4.16 16.213-4.16c.747-.106 1.387.427 1.494 1.174v21.226c0 .854-.534 1.174-1.707 1.174c-3.84-.107-7.787.213-11.52 1.066q-4.64.96-8.96 2.88c-2.027.96-3.947 2.24-5.44 3.947v54.4c0 1.067-.427 1.493-1.387 1.493h-21.013c-.853.107-1.6-.426-1.707-1.28v-59.52c0-2.56 0-5.226-.106-8c-.107-2.773-.107-5.546-.214-8.32c0-2.453-.213-4.8-.426-7.253c-.107-.533.213-1.067.746-1.173c0-.107.214-.107.32 0"/></g></svg> </template>
CSS
.icon-premiere {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%2300005b%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2399f%22%20d%3D%22M54%20182.68V72.813c0-.746.32-1.173%201.067-1.173c1.813%200%203.52%200%205.973-.107c2.56-.106%205.227-.106%208.107-.213s5.973-.107%209.28-.213C81.733%2071%2084.933%2071%2088.133%2071c8.747%200%2016%201.067%2021.974%203.307a38.1%2038.1%200%200%201%2014.293%208.746a34%2034%200%200%201%207.787%2012.16c1.6%204.48%202.453%209.067%202.453%2013.867q0%2013.76-6.4%2022.72c-4.267%205.973-10.24%2010.453-17.173%2013.013c-7.254%202.667-15.254%203.627-24%203.627c-2.56%200-4.267%200-5.334-.107c-1.066-.106-2.56-.106-4.586-.106v34.24c.106.746-.427%201.386-1.174%201.493H55.28c-.853%200-1.28-.427-1.28-1.387zm23.253-90.347v35.84c1.494.107%202.88.214%204.16.214h5.654c4.16%200%208.32-.64%2012.266-1.92c3.414-.96%206.4-2.987%208.747-5.654c2.24-2.666%203.307-6.293%203.307-10.986a17.56%2017.56%200%200%200-2.454-9.494c-1.813-2.773-4.373-4.906-7.466-6.08c-3.947-1.6-8.214-2.24-12.587-2.133c-2.773%200-5.227%200-7.253.107c-2.134-.107-3.627%200-4.374.106M150%2098.627h18.667c1.067%200%201.92.746%202.24%201.706c.32.854.533%201.707.64%202.667c.213%201.067.427%202.24.533%203.307c.107%201.173.214%202.453.214%203.84a39.7%2039.7%200%200%201%2011.413-9.174c4.907-2.773%2010.56-4.16%2016.213-4.16c.747-.106%201.387.427%201.494%201.174v21.226c0%20.854-.534%201.174-1.707%201.174c-3.84-.107-7.787.213-11.52%201.066q-4.64.96-8.96%202.88c-2.027.96-3.947%202.24-5.44%203.947v54.4c0%201.067-.427%201.493-1.387%201.493h-21.013c-.853.107-1.6-.426-1.707-1.28v-59.52c0-2.56%200-5.226-.106-8c-.107-2.773-.107-5.546-.214-8.32c0-2.453-.213-4.8-.426-7.253c-.107-.533.213-1.067.746-1.173c0-.107.214-.107.32%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%2300005b%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2399f%22%20d%3D%22M54%20182.68V72.813c0-.746.32-1.173%201.067-1.173c1.813%200%203.52%200%205.973-.107c2.56-.106%205.227-.106%208.107-.213s5.973-.107%209.28-.213C81.733%2071%2084.933%2071%2088.133%2071c8.747%200%2016%201.067%2021.974%203.307a38.1%2038.1%200%200%201%2014.293%208.746a34%2034%200%200%201%207.787%2012.16c1.6%204.48%202.453%209.067%202.453%2013.867q0%2013.76-6.4%2022.72c-4.267%205.973-10.24%2010.453-17.173%2013.013c-7.254%202.667-15.254%203.627-24%203.627c-2.56%200-4.267%200-5.334-.107c-1.066-.106-2.56-.106-4.586-.106v34.24c.106.746-.427%201.386-1.174%201.493H55.28c-.853%200-1.28-.427-1.28-1.387zm23.253-90.347v35.84c1.494.107%202.88.214%204.16.214h5.654c4.16%200%208.32-.64%2012.266-1.92c3.414-.96%206.4-2.987%208.747-5.654c2.24-2.666%203.307-6.293%203.307-10.986a17.56%2017.56%200%200%200-2.454-9.494c-1.813-2.773-4.373-4.906-7.466-6.08c-3.947-1.6-8.214-2.24-12.587-2.133c-2.773%200-5.227%200-7.253.107c-2.134-.107-3.627%200-4.374.106M150%2098.627h18.667c1.067%200%201.92.746%202.24%201.706c.32.854.533%201.707.64%202.667c.213%201.067.427%202.24.533%203.307c.107%201.173.214%202.453.214%203.84a39.7%2039.7%200%200%201%2011.413-9.174c4.907-2.773%2010.56-4.16%2016.213-4.16c.747-.106%201.387.427%201.494%201.174v21.226c0%20.854-.534%201.174-1.707%201.174c-3.84-.107-7.787.213-11.52%201.066q-4.64.96-8.96%202.88c-2.027.96-3.947%202.24-5.44%203.947v54.4c0%201.067-.427%201.493-1.387%201.493h-21.013c-.853.107-1.6-.426-1.707-1.28v-59.52c0-2.56%200-5.226-.106-8c-.107-2.773-.107-5.546-.214-8.32c0-2.453-.213-4.8-.426-7.253c-.107-.533.213-1.067.746-1.173c0-.107.214-.107.32%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/premiere.svg?color=%231a73e8&size=48