Legal Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Legal 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/305978.svg" alt="Legal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305978.svg" alt="Legal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305978.svg" alt="Legal icon" :width="24" :height="24" />
CSS background
.icon-legal {
background-image: url('https://proicons.com/icon/305978.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="M904 751c25-164-107-245-157-276-2-1-5-2-7-3-14-9-30-16-45-20l-32 31-30-31c-17 3-33 10-47 20-4 2-7 4-11 6-103 81-149 38-155 34-18-13-41-11-58 2l-78-73 16-19c7-8 10-17 10-27l-49-40c-9 2-18 6-25 14l-45 54c-6 8-9 16-9 25l50 42c9-2 17-6 23-14l16-19 77 73 2-1c-12 21-6 48 14 62 6 4 108 59 171 12v148H282c9 0 15-6 15-15s-6-15-15-15h-1c0-14-12-26-27-26H145c-15 0-27 11-27 26h-1c-9 0-15 7-15 15s6 15 15 15H63v55h875v-55h-34zm-240-20h-1l-30-41 30-202h1l30 202-30 41zm141 20h-13V645c16 28 22 62 13 106zM663 445c70 0 126-56 126-126 0-69-56-125-126-125-69 0-125 56-125 125 0 70 56 126 125 126z"/></svg>
Copied!