ev shadow minus icon
ev-shadow-minus-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- ev-shadow-minus-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the ev shadow minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zm-3.125 3q-2.025 0-3.825-.788T4.9 19.075T2.775 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.875.775t3.15 2.125t2.15 3.138T22 11.85q0 .25-.137.425t-.338.3t-.45.125t-.5-.125q-.575-.3-1.212-.437T18.025 12q-2.5 0-4.275 1.763t-1.775 4.262q0 .675.163 1.325t.437 1.25q.05.125.075.238t.025.237q0 .375-.225.65t-.575.275M4 12q0 2.775 1.65 4.95t4.325 2.825Q8.6 18.125 7.8 16.138T7 12q0-2.425 1.05-4.487t2.85-3.438q-2.95.4-4.925 2.638T4 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEvShadowMinusRounded(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="M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zm-3.125 3q-2.025 0-3.825-.788T4.9 19.075T2.775 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.875.775t3.15 2.125t2.15 3.138T22 11.85q0 .25-.137.425t-.338.3t-.45.125t-.5-.125q-.575-.3-1.212-.437T18.025 12q-2.5 0-4.275 1.763t-1.775 4.262q0 .675.163 1.325t.437 1.25q.05.125.075.238t.025.237q0 .375-.225.65t-.575.275M4 12q0 2.775 1.65 4.95t4.325 2.825Q8.6 18.125 7.8 16.138T7 12q0-2.425 1.05-4.487t2.85-3.438q-2.95.4-4.925 2.638T4 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zm-3.125 3q-2.025 0-3.825-.788T4.9 19.075T2.775 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.875.775t3.15 2.125t2.15 3.138T22 11.85q0 .25-.137.425t-.338.3t-.45.125t-.5-.125q-.575-.3-1.212-.437T18.025 12q-2.5 0-4.275 1.763t-1.775 4.262q0 .675.163 1.325t.437 1.25q.05.125.075.238t.025.237q0 .375-.225.65t-.575.275M4 12q0 2.775 1.65 4.95t4.325 2.825Q8.6 18.125 7.8 16.138T7 12q0-2.425 1.05-4.487t2.85-3.438q-2.95.4-4.925 2.638T4 12"/></svg> </template>
CSS
.icon-ev-shadow-minus-rounded {
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%22M15%2019q-.425%200-.712-.288T14%2018t.288-.712T15%2017h6q.425%200%20.713.288T22%2018t-.288.713T21%2019zm-3.125%203q-2.025%200-3.825-.788T4.9%2019.075T2.775%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.875.775t3.15%202.125t2.15%203.138T22%2011.85q0%20.25-.137.425t-.338.3t-.45.125t-.5-.125q-.575-.3-1.212-.437T18.025%2012q-2.5%200-4.275%201.763t-1.775%204.262q0%20.675.163%201.325t.437%201.25q.05.125.075.238t.025.237q0%20.375-.225.65t-.575.275M4%2012q0%202.775%201.65%204.95t4.325%202.825Q8.6%2018.125%207.8%2016.138T7%2012q0-2.425%201.05-4.487t2.85-3.438q-2.95.4-4.925%202.638T4%2012%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%22M15%2019q-.425%200-.712-.288T14%2018t.288-.712T15%2017h6q.425%200%20.713.288T22%2018t-.288.713T21%2019zm-3.125%203q-2.025%200-3.825-.788T4.9%2019.075T2.775%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.875.775t3.15%202.125t2.15%203.138T22%2011.85q0%20.25-.137.425t-.338.3t-.45.125t-.5-.125q-.575-.3-1.212-.437T18.025%2012q-2.5%200-4.275%201.763t-1.775%204.262q0%20.675.163%201.325t.437%201.25q.05.125.075.238t.025.237q0%20.375-.225.65t-.575.275M4%2012q0%202.775%201.65%204.95t4.325%202.825Q8.6%2018.125%207.8%2016.138T7%2012q0-2.425%201.05-4.487t2.85-3.438q-2.95.4-4.925%202.638T4%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ev-shadow-minus-rounded.svg?color=%231a73e8&size=48