navicon round icon
navicon-round from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- navicon-round
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Use the navicon round icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M417.4 224H94.6C77.7 224 64 238.3 64 256s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/><path d="M417.4 96H94.6C77.7 96 64 110.3 64 128s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/><path d="M417.4 352H94.6C77.7 352 64 366.3 64 384s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonNaviconRound(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M417.4 224H94.6C77.7 224 64 238.3 64 256s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/><path d="M417.4 96H94.6C77.7 96 64 110.3 64 128s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/><path d="M417.4 352H94.6C77.7 352 64 366.3 64 384s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M417.4 224H94.6C77.7 224 64 238.3 64 256s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/><path d="M417.4 96H94.6C77.7 96 64 110.3 64 128s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/><path d="M417.4 352H94.6C77.7 352 64 366.3 64 384s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z" fill="currentColor"/></svg> </template>
CSS
.icon-navicon-round {
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%22M417.4%20224H94.6C77.7%20224%2064%20238.3%2064%20256s13.7%2032%2030.6%2032h322.8c16.9%200%2030.6-14.3%2030.6-32s-13.7-32-30.6-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M417.4%2096H94.6C77.7%2096%2064%20110.3%2064%20128s13.7%2032%2030.6%2032h322.8c16.9%200%2030.6-14.3%2030.6-32s-13.7-32-30.6-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M417.4%20352H94.6C77.7%20352%2064%20366.3%2064%20384s13.7%2032%2030.6%2032h322.8c16.9%200%2030.6-14.3%2030.6-32s-13.7-32-30.6-32z%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%22M417.4%20224H94.6C77.7%20224%2064%20238.3%2064%20256s13.7%2032%2030.6%2032h322.8c16.9%200%2030.6-14.3%2030.6-32s-13.7-32-30.6-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M417.4%2096H94.6C77.7%2096%2064%20110.3%2064%20128s13.7%2032%2030.6%2032h322.8c16.9%200%2030.6-14.3%2030.6-32s-13.7-32-30.6-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M417.4%20352H94.6C77.7%20352%2064%20366.3%2064%20384s13.7%2032%2030.6%2032h322.8c16.9%200%2030.6-14.3%2030.6-32s-13.7-32-30.6-32z%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/navicon-round.svg?color=%231a73e8&size=48