more icon
more from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- more
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the more icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M113.7 304C86.2 304 64 282.6 64 256c0-26.5 22.2-48 49.7-48 27.6 0 49.8 21.5 49.8 48 0 26.6-22.2 48-49.8 48z" fill="currentColor"/><path d="M256 304c-27.5 0-49.8-21.4-49.8-48 0-26.5 22.3-48 49.8-48 27.5 0 49.7 21.5 49.7 48 0 26.6-22.2 48-49.7 48z" fill="currentColor"/><path d="M398.2 304c-27.5 0-49.8-21.4-49.8-48 0-26.5 22.2-48 49.8-48 27.5 0 49.8 21.5 49.8 48 0 26.6-22.2 48-49.8 48z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMore(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M113.7 304C86.2 304 64 282.6 64 256c0-26.5 22.2-48 49.7-48 27.6 0 49.8 21.5 49.8 48 0 26.6-22.2 48-49.8 48z" fill="currentColor"/><path d="M256 304c-27.5 0-49.8-21.4-49.8-48 0-26.5 22.3-48 49.8-48 27.5 0 49.7 21.5 49.7 48 0 26.6-22.2 48-49.7 48z" fill="currentColor"/><path d="M398.2 304c-27.5 0-49.8-21.4-49.8-48 0-26.5 22.2-48 49.8-48 27.5 0 49.8 21.5 49.8 48 0 26.6-22.2 48-49.8 48z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M113.7 304C86.2 304 64 282.6 64 256c0-26.5 22.2-48 49.7-48 27.6 0 49.8 21.5 49.8 48 0 26.6-22.2 48-49.8 48z" fill="currentColor"/><path d="M256 304c-27.5 0-49.8-21.4-49.8-48 0-26.5 22.3-48 49.8-48 27.5 0 49.7 21.5 49.7 48 0 26.6-22.2 48-49.7 48z" fill="currentColor"/><path d="M398.2 304c-27.5 0-49.8-21.4-49.8-48 0-26.5 22.2-48 49.8-48 27.5 0 49.8 21.5 49.8 48 0 26.6-22.2 48-49.8 48z" fill="currentColor"/></svg> </template>
CSS
.icon-more {
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%20512%20512%22%3E%3Cpath%20d%3D%22M113.7%20304C86.2%20304%2064%20282.6%2064%20256c0-26.5%2022.2-48%2049.7-48%2027.6%200%2049.8%2021.5%2049.8%2048%200%2026.6-22.2%2048-49.8%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20304c-27.5%200-49.8-21.4-49.8-48%200-26.5%2022.3-48%2049.8-48%2027.5%200%2049.7%2021.5%2049.7%2048%200%2026.6-22.2%2048-49.7%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M398.2%20304c-27.5%200-49.8-21.4-49.8-48%200-26.5%2022.2-48%2049.8-48%2027.5%200%2049.8%2021.5%2049.8%2048%200%2026.6-22.2%2048-49.8%2048z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M113.7%20304C86.2%20304%2064%20282.6%2064%20256c0-26.5%2022.2-48%2049.7-48%2027.6%200%2049.8%2021.5%2049.8%2048%200%2026.6-22.2%2048-49.8%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20304c-27.5%200-49.8-21.4-49.8-48%200-26.5%2022.3-48%2049.8-48%2027.5%200%2049.7%2021.5%2049.7%2048%200%2026.6-22.2%2048-49.7%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M398.2%20304c-27.5%200-49.8-21.4-49.8-48%200-26.5%2022.2-48%2049.8-48%2027.5%200%2049.8%2021.5%2049.8%2048%200%2026.6-22.2%2048-49.8%2048z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/more.svg?color=%231a73e8&size=48