Law Order Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Law Order 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/305964.svg" alt="Law Order icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305964.svg" alt="Law Order icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305964.svg" alt="Law Order icon" :width="24" :height="24" />
CSS background
.icon-law-order {
background-image: url('https://proicons.com/icon/305964.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="M520 906c-9 0-12-4-12-12 0-10 0-20-1-30-2-25-18-43-41-43H85c-21 0-37 14-41 35-2 10-1 21-1 31 0 19 4 19-18 18-4-1-9 0-13-1-9-1-13 2-12 12s0 21 0 31h550v-10c0-30 0-31-30-31zm437-262c-148-77-296-156-445-233-8-4-8-8-4-15 15-24 28-49 42-73 4-6 5-9-3-14-79-45-158-91-237-137-8-4-11-4-16 4-45 79-91 159-137 238-4 7-3 9 4 14 79 45 158 91 237 137 8 4 11 3 15-4 13-23 26-45 39-67 9-15 9-15 23-6 141 89 281 178 422 267 12 8 25 14 39 13 35 0 62-25 64-58 2-32-15-52-43-66zM322 131c84 49 169 98 253 147 10 5 20 8 32 5 17-5 28-17 32-34 3-18-5-35-23-45-38-23-77-45-115-67-45-26-90-52-136-78-31-17-65 2-65 36 0 16 8 28 22 36zM90 532c27 16 54 31 81 47 58 33 115 67 172 99 30 17 65-2 65-40-1-13-9-25-23-33-84-49-168-97-252-146-10-5-20-8-31-5-17 4-29 15-33 33s4 35 21 45z"/></svg>
Copied!