One Sec Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The One Sec 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/330616.svg" alt="One Sec icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330616.svg" alt="One Sec icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330616.svg" alt="One Sec icon" :width="24" :height="24" />
CSS background
.icon-one-sec {
background-image: url('https://proicons.com/icon/330616.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m45.5,23.9861c0,12.6771-10.9841,22.7992-23.95,21.3641-9.872-1.0927-17.8214-9.0421-18.9141-18.9141C1.2436,13.8573,10.729,3.1436,22.8719,2.5153c.6166-.0319,1.1281.4811,1.1281,1.0986v11.1474c0,.553-.4137,1.0166-.9629,1.0808-4.5972.5373-8.0306,4.8746-7.0773,9.7887.6204,3.1981,3.1975,5.7751,6.3956,6.3956,5.2518,1.0189,9.8446-2.9725,9.8446-8.0402,0-3.1289-1.7563-5.8514-4.3377-7.2288-.4867-.2597-.6992-.8421-.4976-1.3556l4.0736-10.3769c.2328-.5931.9165-.8538,1.4961-.589,7.413,3.3868,12.5656,10.8677,12.5656,19.5503Z"/></svg>
Copied!