.svg-icon{width:100px;display:block;margin:40px auto 0}.svg-icon .path{stroke-dasharray:1000;stroke-dashoffset:0}.svg-icon .path.circle{animation:dash .9s ease-in-out}.svg-icon .path.line{stroke-dashoffset:1000;animation:dash .9s ease-in-out .35s forwards}.svg-icon .path.check{stroke-dashoffset:-100;animation:dash-check .9s ease-in-out .35s forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}