Sign Factorial Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Factorial 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/308980.svg" alt="Sign Factorial Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308980.svg" alt="Sign Factorial Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308980.svg" alt="Sign Factorial Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----factorial---svg {
background-image: url('https://proicons.com/icon/308980.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="M11.001 15.0455C11.0253 15.5795 11.4654 16.0001 12 16.0001C12.5346 16.0001 12.9747 15.5795 12.999 15.0455L13.4763 4.54495C13.5145 3.70332 12.8425 3.00006 12 3.00006C11.1575 3.00006 10.4855 3.70332 10.5237 4.54495L11.001 15.0455ZM12 18C11.1716 18 10.5 18.6716 10.5 19.5V19.51C10.5 20.3384 11.1716 21.01 12 21.01H12.01C12.8384 21.01 13.51 20.3384 13.51 19.51V19.5C13.51 18.6716 12.8384 18 12.01 18H12Z" fill="#292929"/> </svg>
Copied!