Sign Pi Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Pi 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/308986.svg" alt="Sign Pi Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308986.svg" alt="Sign Pi Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308986.svg" alt="Sign Pi Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----pi---svg {
background-image: url('https://proicons.com/icon/308986.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="M6 8C6 7.44772 6.44772 7 7 7H9H15H17C17.5523 7 18 7.44772 18 8C18 8.55228 17.5523 9 17 9H16L16 14.03C16 14.5657 16.4343 15 16.97 15H17C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17H16.97C15.3297 17 14 15.6703 14 14.03L14 9H10L10 16C10 16.5523 9.55228 17 9 17C8.44771 17 8 16.5523 8 16L8 9H7C6.44772 9 6 8.55228 6 8Z" fill="#292929"/> </svg>
Copied!