Sign Y Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Y 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/308997.svg" alt="Sign Y Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308997.svg" alt="Sign Y Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308997.svg" alt="Sign Y Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----y---svg {
background-image: url('https://proicons.com/icon/308997.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.9138 10.0482C17.7338 8.71566 16.7751 7 15.2104 7L14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9H15.2104L12.2481 13.8137L10.423 8.94663C9.9839 7.77572 8.86453 7 7.614 7L7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9H7.614C8.03084 9 8.40396 9.25857 8.55033 9.64888L10.9209 15.9705L8.9215 19.2195C8.62302 19.7045 8.09429 20 7.52478 20H7C6.44771 20 6 20.4477 6 21C6 21.5523 6.44771 22 7 22H7.52478C8.78881 22 9.96234 21.3442 10.6248 20.2677L16.9138 10.0482Z" fill="#292929"/> </svg>
Copied!