Sign Percent Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Percent Svg 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/308985.svg" alt="Sign Percent Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308985.svg" alt="Sign Percent Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308985.svg" alt="Sign Percent Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----percent---svg {
background-image: url('https://proicons.com/icon/308985.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8944 4.44722C17.1414 3.95324 16.9412 3.35257 16.4472 3.10558C15.9532 2.85859 15.3526 3.05881 15.1056 3.55279L7.10557 19.5528C6.85858 20.0468 7.05881 20.6474 7.55279 20.8944C8.04676 21.1414 8.64744 20.9412 8.89443 20.4472L16.8944 4.44722ZM8 5.00001C7.44772 5.00001 7 5.44772 7 6.00001C7 6.55229 7.44772 7.00001 8 7.00001C8.55228 7.00001 9 6.55229 9 6.00001C9 5.44772 8.55228 5.00001 8 5.00001ZM5 6.00001C5 4.34315 6.34315 3.00001 8 3.00001C9.65685 3.00001 11 4.34315 11 6.00001C11 7.65686 9.65685 9.00001 8 9.00001C6.34315 9.00001 5 7.65686 5 6.00001ZM16 17C15.4477 17 15 17.4477 15 18C15 18.5523 15.4477 19 16 19C16.5523 19 17 18.5523 17 18C17 17.4477 16.5523 17 16 17ZM13 18C13 16.3432 14.3431 15 16 15C17.6569 15 19 16.3432 19 18C19 19.6569 17.6569 21 16 21C14.3431 21 13 19.6569 13 18Z" fill="#292929"/> </svg>
Copied!