Questionnaire Star Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Questionnaire Star icon is commonly used in rating systems, favorites and review sections. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346357.svg" alt="Questionnaire Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346357.svg" alt="Questionnaire Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346357.svg" alt="Questionnaire Star icon" :width="24" :height="24" />
CSS background
.icon-questionnaire-star {
background-image: url('https://proicons.com/icon/346357.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.2545,14.7239l10.1213-.333L23.62,2.2815l1.5513-.0423-5.53,16.1977-9.1566.0191Z"/><path class="a" d="M10.41,37.4513l2.7189-9.7552L3.75,17.1527,4.1751,15.66,17.9677,25.7946l-2.7288,8.7406Z"/><path class="a" d="M32.3284,40.7692l-8.5851-5.3715L10.9745,41.4045l-1.3109-.8306,13.628-10.3555,7.6092,5.0935Z"/><path class="a" d="M41.8,20.15,34.147,26.7819l1.9973,13.9692-1.1787,1.01L29.0628,25.6953l7.1015-5.78Z"/><path class="a" d="M26.3227,4.6349l3.5854,9.4711,13.8007,2.9428.5412,1.4545H27.1345L24.1579,9.844Z"/></svg>
Copied!