volume up icon

volume-up from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
volume-up
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the volume up 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3 14.088V9.912c0-.416.142-.814.395-1.108c.254-.293.597-.458.955-.458h1.89c.237-.001.47-.073.675-.21l3.97-2.63c.204-.135.436-.205.672-.204s.467.074.67.212c.205.137.374.334.492.57c.118.237.18.506.181.78v10.273c0 .273-.063.542-.181.778a1.5 1.5 0 0 1-.491.571c-.204.137-.435.21-.671.212a1.2 1.2 0 0 1-.673-.204l-3.969-2.631a1.23 1.23 0 0 0-.675-.209H4.35c-.358 0-.701-.165-.955-.459A1.7 1.7 0 0 1 3 14.089"/><path stroke-miterlimit="10" d="M16.228 15.715a5.344 5.344 0 0 0 0-7.559m2.267 9.884a8.55 8.55 0 0 0 0-12.093"/></g></svg>

React

import type { SVGProps } from "react";

export function MageVolumeUp(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M3 14.088V9.912c0-.416.142-.814.395-1.108c.254-.293.597-.458.955-.458h1.89c.237-.001.47-.073.675-.21l3.97-2.63c.204-.135.436-.205.672-.204s.467.074.67.212c.205.137.374.334.492.57c.118.237.18.506.181.78v10.273c0 .273-.063.542-.181.778a1.5 1.5 0 0 1-.491.571c-.204.137-.435.21-.671.212a1.2 1.2 0 0 1-.673-.204l-3.969-2.631a1.23 1.23 0 0 0-.675-.209H4.35c-.358 0-.701-.165-.955-.459A1.7 1.7 0 0 1 3 14.089"/><path strokeMiterlimit="10" d="M16.228 15.715a5.344 5.344 0 0 0 0-7.559m2.267 9.884a8.55 8.55 0 0 0 0-12.093"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3 14.088V9.912c0-.416.142-.814.395-1.108c.254-.293.597-.458.955-.458h1.89c.237-.001.47-.073.675-.21l3.97-2.63c.204-.135.436-.205.672-.204s.467.074.67.212c.205.137.374.334.492.57c.118.237.18.506.181.78v10.273c0 .273-.063.542-.181.778a1.5 1.5 0 0 1-.491.571c-.204.137-.435.21-.671.212a1.2 1.2 0 0 1-.673-.204l-3.969-2.631a1.23 1.23 0 0 0-.675-.209H4.35c-.358 0-.701-.165-.955-.459A1.7 1.7 0 0 1 3 14.089"/><path stroke-miterlimit="10" d="M16.228 15.715a5.344 5.344 0 0 0 0-7.559m2.267 9.884a8.55 8.55 0 0 0 0-12.093"/></g></svg>
</template>

CSS

.icon-volume-up {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2014.088V9.912c0-.416.142-.814.395-1.108c.254-.293.597-.458.955-.458h1.89c.237-.001.47-.073.675-.21l3.97-2.63c.204-.135.436-.205.672-.204s.467.074.67.212c.205.137.374.334.492.57c.118.237.18.506.181.78v10.273c0%20.273-.063.542-.181.778a1.5%201.5%200%200%201-.491.571c-.204.137-.435.21-.671.212a1.2%201.2%200%200%201-.673-.204l-3.969-2.631a1.23%201.23%200%200%200-.675-.209H4.35c-.358%200-.701-.165-.955-.459A1.7%201.7%200%200%201%203%2014.089%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.228%2015.715a5.344%205.344%200%200%200%200-7.559m2.267%209.884a8.55%208.55%200%200%200%200-12.093%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2014.088V9.912c0-.416.142-.814.395-1.108c.254-.293.597-.458.955-.458h1.89c.237-.001.47-.073.675-.21l3.97-2.63c.204-.135.436-.205.672-.204s.467.074.67.212c.205.137.374.334.492.57c.118.237.18.506.181.78v10.273c0%20.273-.063.542-.181.778a1.5%201.5%200%200%201-.491.571c-.204.137-.435.21-.671.212a1.2%201.2%200%200%201-.673-.204l-3.969-2.631a1.23%201.23%200%200%200-.675-.209H4.35c-.358%200-.701-.165-.955-.459A1.7%201.7%200%200%201%203%2014.089%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.228%2015.715a5.344%205.344%200%200%200%200-7.559m2.267%209.884a8.55%208.55%200%200%200%200-12.093%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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