Greenpass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Greenpass 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/341331.svg" alt="Greenpass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341331.svg" alt="Greenpass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341331.svg" alt="Greenpass icon" :width="24" :height="24" />
CSS background
.icon-greenpass {
background-image: url('https://proicons.com/icon/341331.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><circle class="a" cx="24" cy="10.4671" r="2.8236"/><path class="a" d="M12.1206,28.1561,19.95,35.94,35.8794,20.1919"/><path class="a" d="M29.5613,8.5831H38.579a2.8822,2.8822,0,0,1,2.9248,2.7V40.35A3.317,3.317,0,0,1,38.669,43.5H9.331a2.6337,2.6337,0,0,1-2.8348-2.7V11.9579c.0656-1.669.8422-3.2893,2.4749-3.42l9.4414.045.0262,0A5.4914,5.4914,0,0,1,24,4.5,5.4914,5.4914,0,0,1,29.5613,8.5831Z"/></svg>
Copied!