Ui Cut Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Cut 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/306752.svg" alt="Ui Cut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306752.svg" alt="Ui Cut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306752.svg" alt="Ui Cut icon" :width="24" :height="24" />
CSS background
.icon-ui-cut {
background-image: url('https://proicons.com/icon/306752.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="M811 564c-51 0-98 20-132 54l-82-118 214-307c30-43 25-98-10-122-35-25-88-10-118 33L502 364 321 104c-30-43-83-58-118-33-35 24-39 79-10 122l214 307-84 120c-34-35-82-56-134-56C85 564 0 648 0 752s85 189 189 189c12 0 23-1 35-3 33 9 73-7 97-42l181-260 142 204c8 14 16 26 26 38l13 18c24 34 63 50 96 42 11 2 21 3 32 3 104 0 189-84 189-189s-85-188-189-188zM189 841c-49 0-89-40-89-89s40-88 89-88 89 39 89 88-40 89-89 89zm311-262c-33 0-59-26-59-59s26-60 59-60 60 27 60 60-27 59-60 59zm311 262c-49 0-88-40-88-89s39-88 88-88 89 39 89 88-40 89-89 89z"/></svg>
Copied!