wwise logo
wwise from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- wwise
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the wwise logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12a1.384 1.384 0 1 1-2.769 0A1.384 1.384 0 0 1 6 12m7.846-5.538a1.846 1.846 0 1 1-3.692 0a1.846 1.846 0 0 1 3.692 0M1.846 12a.923.923 0 0 1-.923.923a.924.924 0 1 1 .923-.923M24 12a.923.923 0 1 1-1.846 0A.923.923 0 0 1 24 12m-3.23 0A1.385 1.385 0 1 1 18 12a1.385 1.385 0 0 1 2.77 0m-8.226 2.836c.003.535.256 1.013.658 1.313a1.828 1.828 0 0 1-1.171 3.235H12a1.83 1.83 0 0 1-1.171-3.235c.4-.3.661-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315A1.83 1.83 0 0 1 12 10.154h.031a1.83 1.83 0 0 1 1.171 3.238a1.62 1.62 0 0 0-.658 1.315zm3.692-2.77c.004.535.256 1.014.658 1.314a1.828 1.828 0 0 1-1.171 3.235h-.03a1.829 1.829 0 0 1-1.172-3.235c.4-.3.662-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315a1.83 1.83 0 0 1 1.171-3.238h.032c1.01 0 1.829.817 1.829 1.83c0 .565-.258 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315zm-7.385 0c.003.535.256 1.014.658 1.314a1.83 1.83 0 0 1 .658 1.405c0 1.014-.819 1.83-1.83 1.83h-.03a1.829 1.829 0 0 1-1.171-3.235c.4-.3.661-.778.657-1.314v-.128a1.65 1.65 0 0 0-.657-1.315a1.83 1.83 0 0 1 1.171-3.238h.03c1.011 0 1.83.817 1.83 1.83c0 .565-.257 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWwise(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="M6 12a1.384 1.384 0 1 1-2.769 0A1.384 1.384 0 0 1 6 12m7.846-5.538a1.846 1.846 0 1 1-3.692 0a1.846 1.846 0 0 1 3.692 0M1.846 12a.923.923 0 0 1-.923.923a.924.924 0 1 1 .923-.923M24 12a.923.923 0 1 1-1.846 0A.923.923 0 0 1 24 12m-3.23 0A1.385 1.385 0 1 1 18 12a1.385 1.385 0 0 1 2.77 0m-8.226 2.836c.003.535.256 1.013.658 1.313a1.828 1.828 0 0 1-1.171 3.235H12a1.83 1.83 0 0 1-1.171-3.235c.4-.3.661-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315A1.83 1.83 0 0 1 12 10.154h.031a1.83 1.83 0 0 1 1.171 3.238a1.62 1.62 0 0 0-.658 1.315zm3.692-2.77c.004.535.256 1.014.658 1.314a1.828 1.828 0 0 1-1.171 3.235h-.03a1.829 1.829 0 0 1-1.172-3.235c.4-.3.662-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315a1.83 1.83 0 0 1 1.171-3.238h.032c1.01 0 1.829.817 1.829 1.83c0 .565-.258 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315zm-7.385 0c.003.535.256 1.014.658 1.314a1.83 1.83 0 0 1 .658 1.405c0 1.014-.819 1.83-1.83 1.83h-.03a1.829 1.829 0 0 1-1.171-3.235c.4-.3.661-.778.657-1.314v-.128a1.65 1.65 0 0 0-.657-1.315a1.83 1.83 0 0 1 1.171-3.238h.03c1.011 0 1.83.817 1.83 1.83c0 .565-.257 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12a1.384 1.384 0 1 1-2.769 0A1.384 1.384 0 0 1 6 12m7.846-5.538a1.846 1.846 0 1 1-3.692 0a1.846 1.846 0 0 1 3.692 0M1.846 12a.923.923 0 0 1-.923.923a.924.924 0 1 1 .923-.923M24 12a.923.923 0 1 1-1.846 0A.923.923 0 0 1 24 12m-3.23 0A1.385 1.385 0 1 1 18 12a1.385 1.385 0 0 1 2.77 0m-8.226 2.836c.003.535.256 1.013.658 1.313a1.828 1.828 0 0 1-1.171 3.235H12a1.83 1.83 0 0 1-1.171-3.235c.4-.3.661-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315A1.83 1.83 0 0 1 12 10.154h.031a1.83 1.83 0 0 1 1.171 3.238a1.62 1.62 0 0 0-.658 1.315zm3.692-2.77c.004.535.256 1.014.658 1.314a1.828 1.828 0 0 1-1.171 3.235h-.03a1.829 1.829 0 0 1-1.172-3.235c.4-.3.662-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315a1.83 1.83 0 0 1 1.171-3.238h.032c1.01 0 1.829.817 1.829 1.83c0 .565-.258 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315zm-7.385 0c.003.535.256 1.014.658 1.314a1.83 1.83 0 0 1 .658 1.405c0 1.014-.819 1.83-1.83 1.83h-.03a1.829 1.829 0 0 1-1.171-3.235c.4-.3.661-.778.657-1.314v-.128a1.65 1.65 0 0 0-.657-1.315a1.83 1.83 0 0 1 1.171-3.238h.03c1.011 0 1.83.817 1.83 1.83c0 .565-.257 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315z"/></svg> </template>
CSS
.icon-wwise {
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%22M6%2012a1.384%201.384%200%201%201-2.769%200A1.384%201.384%200%200%201%206%2012m7.846-5.538a1.846%201.846%200%201%201-3.692%200a1.846%201.846%200%200%201%203.692%200M1.846%2012a.923.923%200%200%201-.923.923a.924.924%200%201%201%20.923-.923M24%2012a.923.923%200%201%201-1.846%200A.923.923%200%200%201%2024%2012m-3.23%200A1.385%201.385%200%201%201%2018%2012a1.385%201.385%200%200%201%202.77%200m-8.226%202.836c.003.535.256%201.013.658%201.313a1.828%201.828%200%200%201-1.171%203.235H12a1.83%201.83%200%200%201-1.171-3.235c.4-.3.661-.778.658-1.314v-.128a1.65%201.65%200%200%200-.658-1.315A1.83%201.83%200%200%201%2012%2010.154h.031a1.83%201.83%200%200%201%201.171%203.238a1.62%201.62%200%200%200-.658%201.315zm3.692-2.77c.004.535.256%201.014.658%201.314a1.828%201.828%200%200%201-1.171%203.235h-.03a1.829%201.829%200%200%201-1.172-3.235c.4-.3.662-.778.658-1.314v-.128a1.65%201.65%200%200%200-.658-1.315a1.83%201.83%200%200%201%201.171-3.238h.032c1.01%200%201.829.817%201.829%201.83c0%20.565-.258%201.072-.658%201.408a1.62%201.62%200%200%200-.658%201.315zm-7.385%200c.003.535.256%201.014.658%201.314a1.83%201.83%200%200%201%20.658%201.405c0%201.014-.819%201.83-1.83%201.83h-.03a1.829%201.829%200%200%201-1.171-3.235c.4-.3.661-.778.657-1.314v-.128a1.65%201.65%200%200%200-.657-1.315a1.83%201.83%200%200%201%201.171-3.238h.03c1.011%200%201.83.817%201.83%201.83c0%20.565-.257%201.072-.658%201.408a1.62%201.62%200%200%200-.658%201.315z%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%22M6%2012a1.384%201.384%200%201%201-2.769%200A1.384%201.384%200%200%201%206%2012m7.846-5.538a1.846%201.846%200%201%201-3.692%200a1.846%201.846%200%200%201%203.692%200M1.846%2012a.923.923%200%200%201-.923.923a.924.924%200%201%201%20.923-.923M24%2012a.923.923%200%201%201-1.846%200A.923.923%200%200%201%2024%2012m-3.23%200A1.385%201.385%200%201%201%2018%2012a1.385%201.385%200%200%201%202.77%200m-8.226%202.836c.003.535.256%201.013.658%201.313a1.828%201.828%200%200%201-1.171%203.235H12a1.83%201.83%200%200%201-1.171-3.235c.4-.3.661-.778.658-1.314v-.128a1.65%201.65%200%200%200-.658-1.315A1.83%201.83%200%200%201%2012%2010.154h.031a1.83%201.83%200%200%201%201.171%203.238a1.62%201.62%200%200%200-.658%201.315zm3.692-2.77c.004.535.256%201.014.658%201.314a1.828%201.828%200%200%201-1.171%203.235h-.03a1.829%201.829%200%200%201-1.172-3.235c.4-.3.662-.778.658-1.314v-.128a1.65%201.65%200%200%200-.658-1.315a1.83%201.83%200%200%201%201.171-3.238h.032c1.01%200%201.829.817%201.829%201.83c0%20.565-.258%201.072-.658%201.408a1.62%201.62%200%200%200-.658%201.315zm-7.385%200c.003.535.256%201.014.658%201.314a1.83%201.83%200%200%201%20.658%201.405c0%201.014-.819%201.83-1.83%201.83h-.03a1.829%201.829%200%200%201-1.171-3.235c.4-.3.661-.778.657-1.314v-.128a1.65%201.65%200%200%200-.657-1.315a1.83%201.83%200%200%201%201.171-3.238h.03c1.011%200%201.83.817%201.83%201.83c0%20.565-.257%201.072-.658%201.408a1.62%201.62%200%200%200-.658%201.315z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/wwise.svg?color=%231a73e8&size=48