Tice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tice 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/333949.svg" alt="Tice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333949.svg" alt="Tice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333949.svg" alt="Tice icon" :width="24" :height="24" />
CSS background
.icon-tice {
background-image: url('https://proicons.com/icon/333949.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.1773,37.0159c-2.1266,2.7406-3.605,4.852-4.5814,6.0008-.4704.6083-1.5029.6796-2.1135,0-1.6687-1.9308-9.7909-12.0985-9.7909-12.0985,0,0,3.9724-4.7102,5.5286-6.8157-4.6754-5.4199-.4164-11.5168,4.7799-11.4735,5.1963.0433,8.8628,6.358,4.3676,11.5676l5.941,6.7216c2.3184-3.9829,4.1298-5.3128,4.1298-13.0581s-7.7489-13.3601-14.4384-13.3601-14.4384,5.6825-14.4384,13.3601c0,3.8199.4425,5.9876,1.18,7.7487"/></svg>
Copied!