volume cross icon

volume-cross-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
volume-cross-line-duotone
Set
Solar
Style
Line Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the volume cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.0162 17.0417C6.76819 16.9998 6.51215 16.9998 6.00008 16.9998C4.62617 16.9998 3.93921 16.9998 3.33988 16.7225C2.7923 16.4692 2.24473 15.9539 1.95854 15.4228C1.64531 14.8414 1.60847 14.237 1.53479 13.0282C1.51299 12.6706 1.5 12.3222 1.5 11.9998C1.5 11.6774 1.51299 11.329 1.53479 10.9714C1.60847 9.76255 1.64531 9.15814 1.95854 8.57679C2.24473 8.04563 2.7923 7.53042 3.33988 7.27707C3.93921 6.99979 4.62617 6.99979 6.00008 6.99979C6.51215 6.99979 6.76819 6.99979 7.0162 6.95791C7.26138 6.9165 7.50046 6.84478 7.72795 6.74438C7.95806 6.64283 8.17181 6.50189 8.59932 6.22002L8.81825 6.07566C11.3612 4.39898 12.6327 3.56063 13.7001 3.92487C13.9047 3.9947 14.1028 4.09551 14.2797 4.21984C15.115 4.80685 15.2516 6.09882 15.374 8.57679"/><path d="M15.5 8.5V12C15.5 12.5319 15.4646 13.4881 15.4127 14.6054C15.2725 17.6228 15.2024 19.1315 14.2797 19.78C14.1028 19.9043 13.9047 20.0051 13.7001 20.0749C12.7327 20.405 11.5975 19.7473 9.5 18.3727C8.83333 17.9152 7.4 17 7 17" opacity=".5"/><path stroke-linecap="round" d="M20 18C20 18 21.5 16.2 21.5 12C21.5 9.56658 20.9965 7.93882 20.5729 7" opacity=".5"/><path stroke-linecap="round" d="M18 15C18 15 18.5 14.1 18.5 12C18.5 11.1381 18.4158 10.4784 18.3165 10" opacity=".5"/><path stroke-linecap="round" d="M22 2L2 22"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarVolumeCrossLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M7.0162 17.0417C6.76819 16.9998 6.51215 16.9998 6.00008 16.9998C4.62617 16.9998 3.93921 16.9998 3.33988 16.7225C2.7923 16.4692 2.24473 15.9539 1.95854 15.4228C1.64531 14.8414 1.60847 14.237 1.53479 13.0282C1.51299 12.6706 1.5 12.3222 1.5 11.9998C1.5 11.6774 1.51299 11.329 1.53479 10.9714C1.60847 9.76255 1.64531 9.15814 1.95854 8.57679C2.24473 8.04563 2.7923 7.53042 3.33988 7.27707C3.93921 6.99979 4.62617 6.99979 6.00008 6.99979C6.51215 6.99979 6.76819 6.99979 7.0162 6.95791C7.26138 6.9165 7.50046 6.84478 7.72795 6.74438C7.95806 6.64283 8.17181 6.50189 8.59932 6.22002L8.81825 6.07566C11.3612 4.39898 12.6327 3.56063 13.7001 3.92487C13.9047 3.9947 14.1028 4.09551 14.2797 4.21984C15.115 4.80685 15.2516 6.09882 15.374 8.57679"/><path d="M15.5 8.5V12C15.5 12.5319 15.4646 13.4881 15.4127 14.6054C15.2725 17.6228 15.2024 19.1315 14.2797 19.78C14.1028 19.9043 13.9047 20.0051 13.7001 20.0749C12.7327 20.405 11.5975 19.7473 9.5 18.3727C8.83333 17.9152 7.4 17 7 17" opacity=".5"/><path strokeLinecap="round" d="M20 18C20 18 21.5 16.2 21.5 12C21.5 9.56658 20.9965 7.93882 20.5729 7" opacity=".5"/><path strokeLinecap="round" d="M18 15C18 15 18.5 14.1 18.5 12C18.5 11.1381 18.4158 10.4784 18.3165 10" opacity=".5"/><path strokeLinecap="round" d="M22 2L2 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.0162 17.0417C6.76819 16.9998 6.51215 16.9998 6.00008 16.9998C4.62617 16.9998 3.93921 16.9998 3.33988 16.7225C2.7923 16.4692 2.24473 15.9539 1.95854 15.4228C1.64531 14.8414 1.60847 14.237 1.53479 13.0282C1.51299 12.6706 1.5 12.3222 1.5 11.9998C1.5 11.6774 1.51299 11.329 1.53479 10.9714C1.60847 9.76255 1.64531 9.15814 1.95854 8.57679C2.24473 8.04563 2.7923 7.53042 3.33988 7.27707C3.93921 6.99979 4.62617 6.99979 6.00008 6.99979C6.51215 6.99979 6.76819 6.99979 7.0162 6.95791C7.26138 6.9165 7.50046 6.84478 7.72795 6.74438C7.95806 6.64283 8.17181 6.50189 8.59932 6.22002L8.81825 6.07566C11.3612 4.39898 12.6327 3.56063 13.7001 3.92487C13.9047 3.9947 14.1028 4.09551 14.2797 4.21984C15.115 4.80685 15.2516 6.09882 15.374 8.57679"/><path d="M15.5 8.5V12C15.5 12.5319 15.4646 13.4881 15.4127 14.6054C15.2725 17.6228 15.2024 19.1315 14.2797 19.78C14.1028 19.9043 13.9047 20.0051 13.7001 20.0749C12.7327 20.405 11.5975 19.7473 9.5 18.3727C8.83333 17.9152 7.4 17 7 17" opacity=".5"/><path stroke-linecap="round" d="M20 18C20 18 21.5 16.2 21.5 12C21.5 9.56658 20.9965 7.93882 20.5729 7" opacity=".5"/><path stroke-linecap="round" d="M18 15C18 15 18.5 14.1 18.5 12C18.5 11.1381 18.4158 10.4784 18.3165 10" opacity=".5"/><path stroke-linecap="round" d="M22 2L2 22"/></g></svg>
</template>

CSS

.icon-volume-cross-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.0162%2017.0417C6.76819%2016.9998%206.51215%2016.9998%206.00008%2016.9998C4.62617%2016.9998%203.93921%2016.9998%203.33988%2016.7225C2.7923%2016.4692%202.24473%2015.9539%201.95854%2015.4228C1.64531%2014.8414%201.60847%2014.237%201.53479%2013.0282C1.51299%2012.6706%201.5%2012.3222%201.5%2011.9998C1.5%2011.6774%201.51299%2011.329%201.53479%2010.9714C1.60847%209.76255%201.64531%209.15814%201.95854%208.57679C2.24473%208.04563%202.7923%207.53042%203.33988%207.27707C3.93921%206.99979%204.62617%206.99979%206.00008%206.99979C6.51215%206.99979%206.76819%206.99979%207.0162%206.95791C7.26138%206.9165%207.50046%206.84478%207.72795%206.74438C7.95806%206.64283%208.17181%206.50189%208.59932%206.22002L8.81825%206.07566C11.3612%204.39898%2012.6327%203.56063%2013.7001%203.92487C13.9047%203.9947%2014.1028%204.09551%2014.2797%204.21984C15.115%204.80685%2015.2516%206.09882%2015.374%208.57679%22%2F%3E%3Cpath%20d%3D%22M15.5%208.5V12C15.5%2012.5319%2015.4646%2013.4881%2015.4127%2014.6054C15.2725%2017.6228%2015.2024%2019.1315%2014.2797%2019.78C14.1028%2019.9043%2013.9047%2020.0051%2013.7001%2020.0749C12.7327%2020.405%2011.5975%2019.7473%209.5%2018.3727C8.83333%2017.9152%207.4%2017%207%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2018C20%2018%2021.5%2016.2%2021.5%2012C21.5%209.56658%2020.9965%207.93882%2020.5729%207%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2015C18%2015%2018.5%2014.1%2018.5%2012C18.5%2011.1381%2018.4158%2010.4784%2018.3165%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%202L2%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.0162%2017.0417C6.76819%2016.9998%206.51215%2016.9998%206.00008%2016.9998C4.62617%2016.9998%203.93921%2016.9998%203.33988%2016.7225C2.7923%2016.4692%202.24473%2015.9539%201.95854%2015.4228C1.64531%2014.8414%201.60847%2014.237%201.53479%2013.0282C1.51299%2012.6706%201.5%2012.3222%201.5%2011.9998C1.5%2011.6774%201.51299%2011.329%201.53479%2010.9714C1.60847%209.76255%201.64531%209.15814%201.95854%208.57679C2.24473%208.04563%202.7923%207.53042%203.33988%207.27707C3.93921%206.99979%204.62617%206.99979%206.00008%206.99979C6.51215%206.99979%206.76819%206.99979%207.0162%206.95791C7.26138%206.9165%207.50046%206.84478%207.72795%206.74438C7.95806%206.64283%208.17181%206.50189%208.59932%206.22002L8.81825%206.07566C11.3612%204.39898%2012.6327%203.56063%2013.7001%203.92487C13.9047%203.9947%2014.1028%204.09551%2014.2797%204.21984C15.115%204.80685%2015.2516%206.09882%2015.374%208.57679%22%2F%3E%3Cpath%20d%3D%22M15.5%208.5V12C15.5%2012.5319%2015.4646%2013.4881%2015.4127%2014.6054C15.2725%2017.6228%2015.2024%2019.1315%2014.2797%2019.78C14.1028%2019.9043%2013.9047%2020.0051%2013.7001%2020.0749C12.7327%2020.405%2011.5975%2019.7473%209.5%2018.3727C8.83333%2017.9152%207.4%2017%207%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2018C20%2018%2021.5%2016.2%2021.5%2012C21.5%209.56658%2020.9965%207.93882%2020.5729%207%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2015C18%2015%2018.5%2014.1%2018.5%2012C18.5%2011.1381%2018.4158%2010.4784%2018.3165%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%202L2%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/volume-cross-line-duotone.svg?color=%231a73e8&size=48