Ui Clip Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Clip 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/306747.svg" alt="Ui Clip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306747.svg" alt="Ui Clip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306747.svg" alt="Ui Clip icon" :width="24" :height="24" />
CSS background
.icon-ui-clip {
background-image: url('https://proicons.com/icon/306747.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="M742 46c15 3 30 5 45 9 118 34 190 112 209 234 15 91-14 172-79 238-113 114-227 227-340 340-15 14-33 15-46 2s-12-32 2-46c111-112 223-223 334-335 118-117 70-314-86-364-85-27-160-7-224 56-145 142-289 286-434 429-23 22-43 46-53 77-22 68 5 142 65 180s138 32 190-18c46-44 90-89 135-133 108-106 215-213 323-319 52-52 32-136-37-158-34-11-66-3-92 22-54 53-107 106-160 159-60 61-121 122-182 183-10 10-21 14-34 9-12-4-19-12-21-25-2-12 4-21 12-30 53-52 105-105 158-157 60-60 119-121 180-180 44-44 97-58 156-41 59 18 96 58 108 118 12 54-3 102-41 141-153 152-306 304-461 455-63 61-140 76-222 48C66 912 18 852 3 768c-1-5 0-9-3-13v-43c1-1 2-3 2-4 6-54 30-98 69-135 47-47 95-94 142-141 103-102 207-204 310-306 34-33 74-56 119-69 17-5 36-7 53-11h47z"/></svg>
Copied!