perforce from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
perforce
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the perforce logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.386 14.957l2.279-1.316l-.576-.333A1.48 1.48 0 0 1 8.334 12c0-.262.073-.915.755-1.308l10.31-5.953a1.49 1.49 0 0 1 1.51 0c.228.13.755.52.755 1.308v11.906c0 .788-.527 1.178-.754 1.308s-.828.393-1.51 0l-2.732-1.577l-2.334 1.348l3.899 2.251a3.81 3.81 0 0 0 3.845 0A3.81 3.81 0 0 0 24 17.953V6.047a3.81 3.81 0 0 0-1.922-3.33a3.83 3.83 0 0 0-1.923-.52c-.66 0-1.32.173-1.922.52L7.923 8.67A3.81 3.81 0 0 0 6 12c0 1.17.51 2.234 1.386 2.956zm9.228-5.913l-2.279 1.316l.576.333c.682.393.755 1.046.755 1.308c0 .263-.073.915-.755 1.308l-10.31 5.954a1.49 1.49 0 0 1-1.51 0a1.48 1.48 0 0 1-.755-1.308V6.047c0-.788.527-1.178.754-1.308s.828-.393 1.51 0l2.732 1.577l2.334-1.348l-3.899-2.251a3.81 3.81 0 0 0-3.845 0A3.81 3.81 0 0 0 0 6.047v11.906c0 1.39.72 2.635 1.922 3.33a3.83 3.83 0 0 0 1.923.52c.66 0 1.32-.173 1.922-.52l10.31-5.953A3.81 3.81 0 0 0 18 12c0-1.17-.51-2.234-1.386-2.956"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPerforce(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.386 14.957l2.279-1.316l-.576-.333A1.48 1.48 0 0 1 8.334 12c0-.262.073-.915.755-1.308l10.31-5.953a1.49 1.49 0 0 1 1.51 0c.228.13.755.52.755 1.308v11.906c0 .788-.527 1.178-.754 1.308s-.828.393-1.51 0l-2.732-1.577l-2.334 1.348l3.899 2.251a3.81 3.81 0 0 0 3.845 0A3.81 3.81 0 0 0 24 17.953V6.047a3.81 3.81 0 0 0-1.922-3.33a3.83 3.83 0 0 0-1.923-.52c-.66 0-1.32.173-1.922.52L7.923 8.67A3.81 3.81 0 0 0 6 12c0 1.17.51 2.234 1.386 2.956zm9.228-5.913l-2.279 1.316l.576.333c.682.393.755 1.046.755 1.308c0 .263-.073.915-.755 1.308l-10.31 5.954a1.49 1.49 0 0 1-1.51 0a1.48 1.48 0 0 1-.755-1.308V6.047c0-.788.527-1.178.754-1.308s.828-.393 1.51 0l2.732 1.577l2.334-1.348l-3.899-2.251a3.81 3.81 0 0 0-3.845 0A3.81 3.81 0 0 0 0 6.047v11.906c0 1.39.72 2.635 1.922 3.33a3.83 3.83 0 0 0 1.923.52c.66 0 1.32-.173 1.922-.52l10.31-5.953A3.81 3.81 0 0 0 18 12c0-1.17-.51-2.234-1.386-2.956"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.386 14.957l2.279-1.316l-.576-.333A1.48 1.48 0 0 1 8.334 12c0-.262.073-.915.755-1.308l10.31-5.953a1.49 1.49 0 0 1 1.51 0c.228.13.755.52.755 1.308v11.906c0 .788-.527 1.178-.754 1.308s-.828.393-1.51 0l-2.732-1.577l-2.334 1.348l3.899 2.251a3.81 3.81 0 0 0 3.845 0A3.81 3.81 0 0 0 24 17.953V6.047a3.81 3.81 0 0 0-1.922-3.33a3.83 3.83 0 0 0-1.923-.52c-.66 0-1.32.173-1.922.52L7.923 8.67A3.81 3.81 0 0 0 6 12c0 1.17.51 2.234 1.386 2.956zm9.228-5.913l-2.279 1.316l.576.333c.682.393.755 1.046.755 1.308c0 .263-.073.915-.755 1.308l-10.31 5.954a1.49 1.49 0 0 1-1.51 0a1.48 1.48 0 0 1-.755-1.308V6.047c0-.788.527-1.178.754-1.308s.828-.393 1.51 0l2.732 1.577l2.334-1.348l-3.899-2.251a3.81 3.81 0 0 0-3.845 0A3.81 3.81 0 0 0 0 6.047v11.906c0 1.39.72 2.635 1.922 3.33a3.83 3.83 0 0 0 1.923.52c.66 0 1.32-.173 1.922-.52l10.31-5.953A3.81 3.81 0 0 0 18 12c0-1.17-.51-2.234-1.386-2.956"/></svg>
</template>

CSS

.icon-perforce {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.386%2014.957l2.279-1.316l-.576-.333A1.48%201.48%200%200%201%208.334%2012c0-.262.073-.915.755-1.308l10.31-5.953a1.49%201.49%200%200%201%201.51%200c.228.13.755.52.755%201.308v11.906c0%20.788-.527%201.178-.754%201.308s-.828.393-1.51%200l-2.732-1.577l-2.334%201.348l3.899%202.251a3.81%203.81%200%200%200%203.845%200A3.81%203.81%200%200%200%2024%2017.953V6.047a3.81%203.81%200%200%200-1.922-3.33a3.83%203.83%200%200%200-1.923-.52c-.66%200-1.32.173-1.922.52L7.923%208.67A3.81%203.81%200%200%200%206%2012c0%201.17.51%202.234%201.386%202.956zm9.228-5.913l-2.279%201.316l.576.333c.682.393.755%201.046.755%201.308c0%20.263-.073.915-.755%201.308l-10.31%205.954a1.49%201.49%200%200%201-1.51%200a1.48%201.48%200%200%201-.755-1.308V6.047c0-.788.527-1.178.754-1.308s.828-.393%201.51%200l2.732%201.577l2.334-1.348l-3.899-2.251a3.81%203.81%200%200%200-3.845%200A3.81%203.81%200%200%200%200%206.047v11.906c0%201.39.72%202.635%201.922%203.33a3.83%203.83%200%200%200%201.923.52c.66%200%201.32-.173%201.922-.52l10.31-5.953A3.81%203.81%200%200%200%2018%2012c0-1.17-.51-2.234-1.386-2.956%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.386%2014.957l2.279-1.316l-.576-.333A1.48%201.48%200%200%201%208.334%2012c0-.262.073-.915.755-1.308l10.31-5.953a1.49%201.49%200%200%201%201.51%200c.228.13.755.52.755%201.308v11.906c0%20.788-.527%201.178-.754%201.308s-.828.393-1.51%200l-2.732-1.577l-2.334%201.348l3.899%202.251a3.81%203.81%200%200%200%203.845%200A3.81%203.81%200%200%200%2024%2017.953V6.047a3.81%203.81%200%200%200-1.922-3.33a3.83%203.83%200%200%200-1.923-.52c-.66%200-1.32.173-1.922.52L7.923%208.67A3.81%203.81%200%200%200%206%2012c0%201.17.51%202.234%201.386%202.956zm9.228-5.913l-2.279%201.316l.576.333c.682.393.755%201.046.755%201.308c0%20.263-.073.915-.755%201.308l-10.31%205.954a1.49%201.49%200%200%201-1.51%200a1.48%201.48%200%200%201-.755-1.308V6.047c0-.788.527-1.178.754-1.308s.828-.393%201.51%200l2.732%201.577l2.334-1.348l-3.899-2.251a3.81%203.81%200%200%200-3.845%200A3.81%203.81%200%200%200%200%206.047v11.906c0%201.39.72%202.635%201.922%203.33a3.83%203.83%200%200%200%201.923.52c.66%200%201.32-.173%201.922-.52l10.31-5.953A3.81%203.81%200%200%200%2018%2012c0-1.17-.51-2.234-1.386-2.956%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/perforce.svg?color=%231a73e8&size=48