Add icons to this collection by clicking the heart icon.
Go Straight Or Left icon - also known as direction, orientation, signaling, road sign, traffic sign, and go straight or left. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="0"
        x2="512"
        y1="256"
        y2="256"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00f2fe" />
        <stop offset=".021" stop-color="#03effe" />
        <stop offset=".293" stop-color="#24d2fe" />
        <stop offset=".554" stop-color="#3cbdfe" />
        <stop offset=".796" stop-color="#4ab0fe" />
        <stop offset="1" stop-color="#4facfe" />
    </linearGradient>
    <path
        d="M387.125 452.249C349.622 477.357 304.521 492 256 492 125.661 492 20 386.339 20 256S125.661 20 256 20s236 105.661 236 236c0 45.626-12.948 88.228-35.37 124.333M361.9 182.29l-55.592-73.672c-5.69-7.541-17.016-7.541-22.706 0L228.01 182.29c-7.071 9.371-.386 22.789 11.353 22.789h3.35c7.855 0 14.222 6.368 14.222 14.222v72.825H209.32v-17.572c0-11.739-13.419-18.424-22.789-11.353l-73.672 55.592c-7.541 5.69-7.541 17.016 0 22.706l73.672 55.592c9.371 7.071 22.789.386 22.789-11.353v-3.35c0-7.855 6.368-14.222 14.222-14.222h33.392v26.65c0 7.855 6.368 14.222 14.222 14.222h47.595c7.855 0 14.222-6.368 14.222-14.222V205.079h17.572c11.741 0 18.426-13.419 11.355-22.789z"
        fill="none"
        stroke="url(#a)"
        stroke-width="40"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-miterlimit="10"
    />
</svg>
More icons in the same style and category