turn off icon
turn-off from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- turn-off
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Use the turn off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M330 257.1a254.9 254.9 0 0 0 0 509.8h364a254.9 254.9 0 0 0 0-509.8zm0-72.8h364a327.7 327.7 0 1 1 0 655.4H330a327.7 327.7 0 1 1 0-655.4"/><path fill="currentColor" d="M330 621.2a109.2 109.2 0 1 0 0-218.4a109.2 109.2 0 0 0 0 218.4m0 72.8a182 182 0 1 1 0-364a182 182 0 0 1 0 364"/></svg>
React
import type { SVGProps } from "react";
export function EpTurnOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M330 257.1a254.9 254.9 0 0 0 0 509.8h364a254.9 254.9 0 0 0 0-509.8zm0-72.8h364a327.7 327.7 0 1 1 0 655.4H330a327.7 327.7 0 1 1 0-655.4"/><path fill="currentColor" d="M330 621.2a109.2 109.2 0 1 0 0-218.4a109.2 109.2 0 0 0 0 218.4m0 72.8a182 182 0 1 1 0-364a182 182 0 0 1 0 364"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M330 257.1a254.9 254.9 0 0 0 0 509.8h364a254.9 254.9 0 0 0 0-509.8zm0-72.8h364a327.7 327.7 0 1 1 0 655.4H330a327.7 327.7 0 1 1 0-655.4"/><path fill="currentColor" d="M330 621.2a109.2 109.2 0 1 0 0-218.4a109.2 109.2 0 0 0 0 218.4m0 72.8a182 182 0 1 1 0-364a182 182 0 0 1 0 364"/></svg> </template>
CSS
.icon-turn-off {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M330%20257.1a254.9%20254.9%200%200%200%200%20509.8h364a254.9%20254.9%200%200%200%200-509.8zm0-72.8h364a327.7%20327.7%200%201%201%200%20655.4H330a327.7%20327.7%200%201%201%200-655.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M330%20621.2a109.2%20109.2%200%201%200%200-218.4a109.2%20109.2%200%200%200%200%20218.4m0%2072.8a182%20182%200%201%201%200-364a182%20182%200%200%201%200%20364%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M330%20257.1a254.9%20254.9%200%200%200%200%20509.8h364a254.9%20254.9%200%200%200%200-509.8zm0-72.8h364a327.7%20327.7%200%201%201%200%20655.4H330a327.7%20327.7%200%201%201%200-655.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M330%20621.2a109.2%20109.2%200%201%200%200-218.4a109.2%20109.2%200%200%200%200%20218.4m0%2072.8a182%20182%200%201%201%200-364a182%20182%200%200%201%200%20364%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/turn-off.svg?color=%231a73e8&size=48