Sign Radical Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Radical 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/308991.svg" alt="Sign Radical Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308991.svg" alt="Sign Radical Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308991.svg" alt="Sign Radical Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----radical---svg {
background-image: url('https://proicons.com/icon/308991.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="M7.02616 4.77277C7.13177 4.32018 7.53526 4 8 4H21C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H8.79353L5.47385 20.2272C5.37088 20.6685 4.98404 20.9854 4.53111 20.9995C4.07818 21.0136 3.67239 20.7214 3.54218 20.2873L2.04218 15.2873C1.88348 14.7584 2.18366 14.2009 2.71266 14.0422C3.24165 13.8835 3.79913 14.1837 3.95783 14.7127L4.37916 16.1171L7.02616 4.77277Z" fill="#292929"/> </svg>
Copied!