Parrotsecurity Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Parrotsecurity 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/315519.svg" alt="Parrotsecurity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315519.svg" alt="Parrotsecurity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315519.svg" alt="Parrotsecurity icon" :width="24" :height="24" />
CSS background
.icon-parrotsecurity {
background-image: url('https://proicons.com/icon/315519.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>Parrot Security</title><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0Zm6.267 2.784L13.03 5.54l8.05-.179-8.05 3.333-2.154 2.688 5.007 9.038-1.536-1.605 1.645 3.456-4.937-5.527-6.268-6.28L2.77 12.11l.7-3.442 4.018-.261.823-4.06Z"/></svg>
Copied!