Pluralsight Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pluralsight 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/315621.svg" alt="Pluralsight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315621.svg" alt="Pluralsight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315621.svg" alt="Pluralsight icon" :width="24" :height="24" />
CSS background
.icon-pluralsight {
background-image: url('https://proicons.com/icon/315621.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pluralsight</title><path d="M15.72 1.755C10.08-.301 3.811 2.625 1.771 8.25c-2.071 5.699.854 11.956 6.494 14.01 5.655 2.055 11.956-.87 14.01-6.51 2.057-5.67-.87-11.939-6.524-13.995h-.031zM12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12M8.926 5.805v12.391L19.68 12 8.926 5.805zm1.049 1.769L17.625 12l-7.65 4.426V7.574M6.449 7.155v9.689L14.85 12 6.449 7.155zm1.051 1.8L12.811 12 7.5 15.061V8.939"/></svg>
Copied!