Ratp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ratp 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/331942.svg" alt="Ratp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331942.svg" alt="Ratp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331942.svg" alt="Ratp icon" :width="24" :height="24" />
CSS background
.icon-ratp {
background-image: url('https://proicons.com/icon/331942.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="m4.3011,13.1423s3.3444-1.7763,8.0476-.4174c0,0,2.2993.6266,4.9125,2.8213,0,0,.8368.7322,1.8809,1.2543,0,0,.9415.6276,2.5095.4184,1.8809-.3138,2.927-.3138,2.927-.3138,0,0,1.3579-.2092,1.3579,1.0451,0,0,.2092,1.1497.3138,1.9865,0,0,0,.2082.3138.3128l.9404.3138s.7322.2092.6276.9404l-.1046,1.1507s.3128-.6276.9404-.523c0,0,.7312.1056.7312.8368,0,0,0,.8348.2092,1.0451,0,0,.2092.4184,1.4635.523.523.1036.9404.4174.9404.4174.9415.7312.3138,1.8809.3138,1.8809,0,0-1.7763,3.8674-2.6131,7.5266,0,0-1.5671,5.8529-.1046,10.1388"/><path class="c" d="m26.8468,38.0456c-.4587.0392-.9233.0583-1.3921.0583-8.972,0-16.2441-7.2983-16.2441-16.3015.1579-2.5116.6095-4.8109,1.5027-6.8366m2.4904-3.8694c2.9773-3.4299,7.3627-5.5964,12.251-5.5964,8.972,0,16.2441,7.2983,16.2441,16.3025.0066,6.76-4.1584,12.823-10.4707,15.2423"/></svg>
Copied!