round follow the signs icon
round-follow-the-signs from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-follow-the-signs
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round follow the signs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M5.75 8.9L3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15L9 17v5c0 .55.45 1 1 1s1-.45 1-1v-6.14c0-.27-.11-.52-.29-.71L8.95 13.4l.6-3a6.97 6.97 0 0 0 4.31 2.51c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5.14 5.14 0 0 1-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6q-.375 0-.75.15l-4.63 1.9c-.37.15-.62.52-.62.92V12c0 .55.45 1 1 1s1-.45 1-1V9.65zM21 2h-7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2.75v13.25c0 .41.34.75.75.75s.75-.34.75-.75V9H21c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1m-.85 3.85l-1.28 1.29c-.31.32-.85.09-.85-.35v-.54h-2.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.76v-.54c0-.45.54-.67.85-.35l1.28 1.29c.19.19.19.51 0 .7"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFollowTheSigns(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M5.75 8.9L3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15L9 17v5c0 .55.45 1 1 1s1-.45 1-1v-6.14c0-.27-.11-.52-.29-.71L8.95 13.4l.6-3a6.97 6.97 0 0 0 4.31 2.51c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5.14 5.14 0 0 1-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6q-.375 0-.75.15l-4.63 1.9c-.37.15-.62.52-.62.92V12c0 .55.45 1 1 1s1-.45 1-1V9.65zM21 2h-7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2.75v13.25c0 .41.34.75.75.75s.75-.34.75-.75V9H21c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1m-.85 3.85l-1.28 1.29c-.31.32-.85.09-.85-.35v-.54h-2.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.76v-.54c0-.45.54-.67.85-.35l1.28 1.29c.19.19.19.51 0 .7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M5.75 8.9L3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15L9 17v5c0 .55.45 1 1 1s1-.45 1-1v-6.14c0-.27-.11-.52-.29-.71L8.95 13.4l.6-3a6.97 6.97 0 0 0 4.31 2.51c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5.14 5.14 0 0 1-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6q-.375 0-.75.15l-4.63 1.9c-.37.15-.62.52-.62.92V12c0 .55.45 1 1 1s1-.45 1-1V9.65zM21 2h-7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2.75v13.25c0 .41.34.75.75.75s.75-.34.75-.75V9H21c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1m-.85 3.85l-1.28 1.29c-.31.32-.85.09-.85-.35v-.54h-2.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.76v-.54c0-.45.54-.67.85-.35l1.28 1.29c.19.19.19.51 0 .7"/></svg> </template>
CSS
.icon-round-follow-the-signs {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%205.5c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202M5.75%208.9L3.23%2021.81c-.12.62.35%201.19.98%201.19h.09c.47%200%20.88-.33.98-.79L6.85%2015L9%2017v5c0%20.55.45%201%201%201s1-.45%201-1v-6.14c0-.27-.11-.52-.29-.71L8.95%2013.4l.6-3a6.97%206.97%200%200%200%204.31%202.51c.6.1%201.14-.39%201.14-1c0-.49-.36-.9-.84-.98a5.14%205.14%200%200%201-3.51-2.38l-.95-1.6C9.35%206.35%208.7%206%208%206q-.375%200-.75.15l-4.63%201.9c-.37.15-.62.52-.62.92V12c0%20.55.45%201%201%201s1-.45%201-1V9.65zM21%202h-7c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201h2.75v13.25c0%20.41.34.75.75.75s.75-.34.75-.75V9H21c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1m-.85%203.85l-1.28%201.29c-.31.32-.85.09-.85-.35v-.54h-2.76c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.76v-.54c0-.45.54-.67.85-.35l1.28%201.29c.19.19.19.51%200%20.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%205.5c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202M5.75%208.9L3.23%2021.81c-.12.62.35%201.19.98%201.19h.09c.47%200%20.88-.33.98-.79L6.85%2015L9%2017v5c0%20.55.45%201%201%201s1-.45%201-1v-6.14c0-.27-.11-.52-.29-.71L8.95%2013.4l.6-3a6.97%206.97%200%200%200%204.31%202.51c.6.1%201.14-.39%201.14-1c0-.49-.36-.9-.84-.98a5.14%205.14%200%200%201-3.51-2.38l-.95-1.6C9.35%206.35%208.7%206%208%206q-.375%200-.75.15l-4.63%201.9c-.37.15-.62.52-.62.92V12c0%20.55.45%201%201%201s1-.45%201-1V9.65zM21%202h-7c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201h2.75v13.25c0%20.41.34.75.75.75s.75-.34.75-.75V9H21c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1m-.85%203.85l-1.28%201.29c-.31.32-.85.09-.85-.35v-.54h-2.76c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.76v-.54c0-.45.54-.67.85-.35l1.28%201.29c.19.19.19.51%200%20.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-follow-the-signs.svg?color=%231a73e8&size=48