follow the signs icon
follow-the-signs from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- follow-the-signs
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- follow-the-signs-outline, follow-the-signs-outline-sharp, follow-the-signs-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the 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.5q-.825 0-1.412-.587T7.5 3.5t.588-1.412T9.5 1.5t1.413.588T11.5 3.5t-.587 1.413T9.5 5.5M3 23L5.75 8.9L4 9.65V13H2V8.3l5.25-2.15q.675-.275 1.375-.062T9.7 6.95l.95 1.6q.675 1.1 1.812 1.775T15 11v2q-1.65 0-3.062-.7T9.55 10.4l-.6 3L11 15.45V23H9v-6l-2.15-2l-1.75 8zm13.75 0V9H13V2h9v7h-3.75v14zm1.275-15.025L20.5 5.5l-2.475-2.475L16.95 4.1l.65.65h-3.1v1.5h3.1l-.65.65z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFollowTheSigns(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.5q-.825 0-1.412-.587T7.5 3.5t.588-1.412T9.5 1.5t1.413.588T11.5 3.5t-.587 1.413T9.5 5.5M3 23L5.75 8.9L4 9.65V13H2V8.3l5.25-2.15q.675-.275 1.375-.062T9.7 6.95l.95 1.6q.675 1.1 1.812 1.775T15 11v2q-1.65 0-3.062-.7T9.55 10.4l-.6 3L11 15.45V23H9v-6l-2.15-2l-1.75 8zm13.75 0V9H13V2h9v7h-3.75v14zm1.275-15.025L20.5 5.5l-2.475-2.475L16.95 4.1l.65.65h-3.1v1.5h3.1l-.65.65z"/></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.5q-.825 0-1.412-.587T7.5 3.5t.588-1.412T9.5 1.5t1.413.588T11.5 3.5t-.587 1.413T9.5 5.5M3 23L5.75 8.9L4 9.65V13H2V8.3l5.25-2.15q.675-.275 1.375-.062T9.7 6.95l.95 1.6q.675 1.1 1.812 1.775T15 11v2q-1.65 0-3.062-.7T9.55 10.4l-.6 3L11 15.45V23H9v-6l-2.15-2l-1.75 8zm13.75 0V9H13V2h9v7h-3.75v14zm1.275-15.025L20.5 5.5l-2.475-2.475L16.95 4.1l.65.65h-3.1v1.5h3.1l-.65.65z"/></svg> </template>
CSS
.icon-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.5q-.825%200-1.412-.587T7.5%203.5t.588-1.412T9.5%201.5t1.413.588T11.5%203.5t-.587%201.413T9.5%205.5M3%2023L5.75%208.9L4%209.65V13H2V8.3l5.25-2.15q.675-.275%201.375-.062T9.7%206.95l.95%201.6q.675%201.1%201.812%201.775T15%2011v2q-1.65%200-3.062-.7T9.55%2010.4l-.6%203L11%2015.45V23H9v-6l-2.15-2l-1.75%208zm13.75%200V9H13V2h9v7h-3.75v14zm1.275-15.025L20.5%205.5l-2.475-2.475L16.95%204.1l.65.65h-3.1v1.5h3.1l-.65.65z%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.5q-.825%200-1.412-.587T7.5%203.5t.588-1.412T9.5%201.5t1.413.588T11.5%203.5t-.587%201.413T9.5%205.5M3%2023L5.75%208.9L4%209.65V13H2V8.3l5.25-2.15q.675-.275%201.375-.062T9.7%206.95l.95%201.6q.675%201.1%201.812%201.775T15%2011v2q-1.65%200-3.062-.7T9.55%2010.4l-.6%203L11%2015.45V23H9v-6l-2.15-2l-1.75%208zm13.75%200V9H13V2h9v7h-3.75v14zm1.275-15.025L20.5%205.5l-2.475-2.475L16.95%204.1l.65.65h-3.1v1.5h3.1l-.65.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/follow-the-signs.svg?color=%231a73e8&size=48