Qualtrics Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Qualtrics 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/315747.svg" alt="Qualtrics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315747.svg" alt="Qualtrics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315747.svg" alt="Qualtrics icon" :width="24" :height="24" />
CSS background
.icon-qualtrics {
background-image: url('https://proicons.com/icon/315747.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>Qualtrics</title><path d="M20.14 5.518l-2.695 9.538h-.034l-2.89-9.538H8.125l-2.19 3.893-2.318-3.893H.368l3.78 6.116L0 18.486h2.993l2.66-4.534 2.755 4.534h4.906v-8.99h.034q.102.564.195.966.093.402.175.744c.057.228.118.445.184.65.065.206.132.43.2.677l1.926 5.949h2.523l1.942-5.95q.213-.718.398-1.385a14.544 14.544 0 0 0 .32-1.506h.035v8.845H24V5.514zM7.373 11.651l3.383-5.616v11.118z"/></svg>
Copied!