baseline forward 30 icon
baseline-forward-30 from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-forward-30
- Set
- Google Material Icons
- Style
- Baseline
- Category
- AV
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forward-30
More av icons from Google Material Icons
baseline-10kbaseline-1kbaseline-1k-plusbaseline-2kbaseline-2k-plusbaseline-3kbaseline-3k-plusbaseline-4kbaseline-4k-plusbaseline-5gbaseline-5kbaseline-5k-plusbaseline-6kbaseline-6k-plusbaseline-7kbaseline-7k-plusbaseline-8kbaseline-8k-plusbaseline-9kbaseline-9k-plusbaseline-add-to-queuebaseline-airplaybaseline-albumbaseline-art-track
Use the baseline forward 30 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6s2.69-6 6-6v4l5-5l-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8z"/><path fill="currentColor" d="M10.06 15.38c-.29 0-.62-.17-.62-.54h-.85c0 .97.9 1.23 1.45 1.23c.87 0 1.51-.46 1.51-1.25c0-.66-.45-.9-.71-1c.11-.05.65-.32.65-.92c0-.21-.05-1.22-1.44-1.22c-.62 0-1.4.35-1.4 1.16h.85c0-.34.31-.48.57-.48c.59 0 .58.5.58.54c0 .52-.41.59-.63.59h-.46v.66h.45c.65 0 .7.42.7.64c0 .32-.21.59-.65.59m3.79-3.7c-.14 0-1.44-.08-1.44 1.82v.74c0 1.9 1.31 1.82 1.44 1.82c.14 0 1.44.09 1.44-1.82v-.74c.01-1.91-1.3-1.82-1.44-1.82m.6 2.67c0 .77-.21 1.03-.59 1.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01c.38 0 .6.26.6 1.01z"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineForward30(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="M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6s2.69-6 6-6v4l5-5l-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8z"/><path fill="currentColor" d="M10.06 15.38c-.29 0-.62-.17-.62-.54h-.85c0 .97.9 1.23 1.45 1.23c.87 0 1.51-.46 1.51-1.25c0-.66-.45-.9-.71-1c.11-.05.65-.32.65-.92c0-.21-.05-1.22-1.44-1.22c-.62 0-1.4.35-1.4 1.16h.85c0-.34.31-.48.57-.48c.59 0 .58.5.58.54c0 .52-.41.59-.63.59h-.46v.66h.45c.65 0 .7.42.7.64c0 .32-.21.59-.65.59m3.79-3.7c-.14 0-1.44-.08-1.44 1.82v.74c0 1.9 1.31 1.82 1.44 1.82c.14 0 1.44.09 1.44-1.82v-.74c.01-1.91-1.3-1.82-1.44-1.82m.6 2.67c0 .77-.21 1.03-.59 1.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01c.38 0 .6.26.6 1.01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6s2.69-6 6-6v4l5-5l-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8z"/><path fill="currentColor" d="M10.06 15.38c-.29 0-.62-.17-.62-.54h-.85c0 .97.9 1.23 1.45 1.23c.87 0 1.51-.46 1.51-1.25c0-.66-.45-.9-.71-1c.11-.05.65-.32.65-.92c0-.21-.05-1.22-1.44-1.22c-.62 0-1.4.35-1.4 1.16h.85c0-.34.31-.48.57-.48c.59 0 .58.5.58.54c0 .52-.41.59-.63.59h-.46v.66h.45c.65 0 .7.42.7.64c0 .32-.21.59-.65.59m3.79-3.7c-.14 0-1.44-.08-1.44 1.82v.74c0 1.9 1.31 1.82 1.44 1.82c.14 0 1.44.09 1.44-1.82v-.74c.01-1.91-1.3-1.82-1.44-1.82m.6 2.67c0 .77-.21 1.03-.59 1.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01c.38 0 .6.26.6 1.01z"/></svg> </template>
CSS
.icon-baseline-forward-30 {
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%22M18%2013c0%203.31-2.69%206-6%206s-6-2.69-6-6s2.69-6%206-6v4l5-5l-5-5v4c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.06%2015.38c-.29%200-.62-.17-.62-.54h-.85c0%20.97.9%201.23%201.45%201.23c.87%200%201.51-.46%201.51-1.25c0-.66-.45-.9-.71-1c.11-.05.65-.32.65-.92c0-.21-.05-1.22-1.44-1.22c-.62%200-1.4.35-1.4%201.16h.85c0-.34.31-.48.57-.48c.59%200%20.58.5.58.54c0%20.52-.41.59-.63.59h-.46v.66h.45c.65%200%20.7.42.7.64c0%20.32-.21.59-.65.59m3.79-3.7c-.14%200-1.44-.08-1.44%201.82v.74c0%201.9%201.31%201.82%201.44%201.82c.14%200%201.44.09%201.44-1.82v-.74c.01-1.91-1.3-1.82-1.44-1.82m.6%202.67c0%20.77-.21%201.03-.59%201.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01c.38%200%20.6.26.6%201.01z%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%22M18%2013c0%203.31-2.69%206-6%206s-6-2.69-6-6s2.69-6%206-6v4l5-5l-5-5v4c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.06%2015.38c-.29%200-.62-.17-.62-.54h-.85c0%20.97.9%201.23%201.45%201.23c.87%200%201.51-.46%201.51-1.25c0-.66-.45-.9-.71-1c.11-.05.65-.32.65-.92c0-.21-.05-1.22-1.44-1.22c-.62%200-1.4.35-1.4%201.16h.85c0-.34.31-.48.57-.48c.59%200%20.58.5.58.54c0%20.52-.41.59-.63.59h-.46v.66h.45c.65%200%20.7.42.7.64c0%20.32-.21.59-.65.59m3.79-3.7c-.14%200-1.44-.08-1.44%201.82v.74c0%201.9%201.31%201.82%201.44%201.82c.14%200%201.44.09%201.44-1.82v-.74c.01-1.91-1.3-1.82-1.44-1.82m.6%202.67c0%20.77-.21%201.03-.59%201.03s-.6-.26-.6-1.03v-.97c0-.75.22-1.01.59-1.01c.38%200%20.6.26.6%201.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-forward-30.svg?color=%231a73e8&size=48