Sign F Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign F 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/308995.svg" alt="Sign F Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308995.svg" alt="Sign F Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308995.svg" alt="Sign F Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----f---svg {
background-image: url('https://proicons.com/icon/308995.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="M15.2951 4C15.6844 4 16 4.3156 16 4.7049V5C16 5.55228 16.4477 6 17 6C17.5523 6 18 5.55228 18 5V4.7049C18 3.21103 16.789 2 15.2951 2C14.0837 2 13.017 2.7981 12.6752 3.96031L11.4871 8H10.5C9.94772 8 9.5 8.44772 9.5 9C9.5 9.55228 9.94772 10 10.5 10H10.8988L8.59801 17.8228C8.39273 18.5207 7.75217 19 7.02465 19H7C6.44772 19 6 19.4477 6 20C6 20.5523 6.44771 21 7 21H7.02465C8.63939 21 10.0611 19.9362 10.5167 18.3871L12.9835 10H14C14.5523 10 15 9.55228 15 9C15 8.44772 14.5523 8 14 8H13.5718L14.5939 4.52464C14.6854 4.2136 14.9709 4 15.2951 4Z" fill="#292929"/> </svg>
Copied!