toggle filled icon
toggle-filled from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- toggle-filled
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Use the toggle filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 208c-26.467 0-48 21.533-48 48s21.533 48 48 48 48-21.533 48-48-21.533-48-48-48z" fill="currentColor"/><path d="M352 128H160c-70.692 0-128 57.308-128 128s57.308 128 128 128h192c70.692 0 128-57.308 128-128s-57.308-128-128-128zm0 208c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonToggleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 208c-26.467 0-48 21.533-48 48s21.533 48 48 48 48-21.533 48-48-21.533-48-48-48z" fill="currentColor"/><path d="M352 128H160c-70.692 0-128 57.308-128 128s57.308 128 128 128h192c70.692 0 128-57.308 128-128s-57.308-128-128-128zm0 208c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 208c-26.467 0-48 21.533-48 48s21.533 48 48 48 48-21.533 48-48-21.533-48-48-48z" fill="currentColor"/><path d="M352 128H160c-70.692 0-128 57.308-128 128s57.308 128 128 128h192c70.692 0 128-57.308 128-128s-57.308-128-128-128zm0 208c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z" fill="currentColor"/></svg> </template>
CSS
.icon-toggle-filled {
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%22M352%20208c-26.467%200-48%2021.533-48%2048s21.533%2048%2048%2048%2048-21.533%2048-48-21.533-48-48-48z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20128H160c-70.692%200-128%2057.308-128%20128s57.308%20128%20128%20128h192c70.692%200%20128-57.308%20128-128s-57.308-128-128-128zm0%20208c-44.183%200-80-35.817-80-80s35.817-80%2080-80%2080%2035.817%2080%2080-35.817%2080-80%2080z%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%22M352%20208c-26.467%200-48%2021.533-48%2048s21.533%2048%2048%2048%2048-21.533%2048-48-21.533-48-48-48z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20128H160c-70.692%200-128%2057.308-128%20128s57.308%20128%20128%20128h192c70.692%200%20128-57.308%20128-128s-57.308-128-128-128zm0%20208c-44.183%200-80-35.817-80-80s35.817-80%2080-80%2080%2035.817%2080%2080-35.817%2080-80%2080z%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/toggle-filled.svg?color=%231a73e8&size=48