Penalty Card Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Penalty Card 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/306209.svg" alt="Penalty Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306209.svg" alt="Penalty Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306209.svg" alt="Penalty Card icon" :width="24" :height="24" />
CSS background
.icon-penalty-card {
background-image: url('https://proicons.com/icon/306209.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M502 202c5-16 8-33 13-49 11-34 39-50 73-41 123 33 246 66 368 100 35 10 51 37 41 72-35 133-71 265-107 398-14 50-27 100-40 150-14 53-37 68-89 54-80-21-160-43-240-65-14-4-27-4-41 1-65 23-130 46-195 68-50 18-77 5-94-45C130 668 68 491 6 314c-15-43-3-68 40-84 119-42 237-83 355-124 32-11 61 3 74 34 8 20 15 41 22 61l5 1zm91 585c64 18 125 35 186 52 17 5 18-8 21-19 48-176 96-353 145-529 5-21 1-30-21-35-95-25-191-52-286-78-22-6-49-21-67-14-20 8-14 42-23 64-4 12-5 24-10 36-8 22-5 43 3 65 43 122 85 244 127 366 11 33-2 59-34 73-13 5-27 7-41 19z"/></svg>
Copied!