wolframlanguage logo
wolframlanguage from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- wolframlanguage
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the wolframlanguage logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.335 12.431c-.552.15-.615.18-1.164.337c-.589-.337-1.107-.526-1.595-.463c.057-.306.151-.525.245-.8c1.036-.15 1.805.4 2.514.926m5.308 7.201a10.8 10.8 0 0 1-1.907 1.52h-.006l-3.702-4.613l3.07.336s1.47.151 1.807 0c.308-.117 1.963-2.449 1.963-2.449s-4.76-3.009-6.384-4.666c.188-2.793-.213-6.508-.213-6.478c-1.193 1.195-1.35 1.383-2.544 2.489c-.52-1.688-.769-2.27-1.289-3.958c-1.568 1.289-2.763 3.464-3.62 6.016a12 12 0 0 0-.55.656l-.345.475a16 16 0 0 0-1.101 1.819q-.094.17-.188.35c-.913 1.788-1.676 3.79-2.338 5.604A10.8 10.8 0 0 1 1.205 12c0-2.862 1.138-5.613 3.163-7.64A10.8 10.8 0 0 1 12 1.202a10.8 10.8 0 0 1 7.642 3.158A10.83 10.83 0 0 1 22.797 12a10.8 10.8 0 0 1-3.154 7.633M12 6.691c.832-.801.951-.92 1.75-1.69c.064 1.533.032 2.334-.062 4.204c-.463-.458-1.381-1.044-1.381-1.044S12.126 7.09 12 6.69m3.834 15.463C9.218 24.547 4.436 20.14 3.417 18.602q.007-.021.006-.039c.92-3.889 2.058-8.535 3.884-9.91c.955-1.655 1.231-4.113 2.943-5.401c.432 1.288 1.107 3.958 1.57 5.246c2.025 2.025 5.087 4.545 7.146 5.59c.212.12.489.98.489.98l-.825 1.038l-8.835-.887c-.2-.02-.394-.028-.594-.028c-.569 0-1.15.073-1.833.18c.432-1.07 1.35-1.936 1.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.8-1.138c-.244.087-2.026.888-2.208 1.563c.857.214 1.47.487 1.47.487s-.95.957-1.132 2.612c0 0 2.82-.43 4.939-.153c.063.03.094.03.125.03l1.102.031l3.509 5.84l.027.046a.01.01 0 0 1-.011.006m4.652-18.64A12.02 12.02 0 0 0 12 0C8.818 0 5.768 1.27 3.516 3.515a12.03 12.03 0 0 0-3.513 8.484c0 3.183 1.27 6.235 3.512 8.478a11.98 11.98 0 0 0 16.97 0a11.97 11.97 0 0 0 3.512-8.478c0-3.181-1.26-6.233-3.511-8.484z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWolframlanguage(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="M14.335 12.431c-.552.15-.615.18-1.164.337c-.589-.337-1.107-.526-1.595-.463c.057-.306.151-.525.245-.8c1.036-.15 1.805.4 2.514.926m5.308 7.201a10.8 10.8 0 0 1-1.907 1.52h-.006l-3.702-4.613l3.07.336s1.47.151 1.807 0c.308-.117 1.963-2.449 1.963-2.449s-4.76-3.009-6.384-4.666c.188-2.793-.213-6.508-.213-6.478c-1.193 1.195-1.35 1.383-2.544 2.489c-.52-1.688-.769-2.27-1.289-3.958c-1.568 1.289-2.763 3.464-3.62 6.016a12 12 0 0 0-.55.656l-.345.475a16 16 0 0 0-1.101 1.819q-.094.17-.188.35c-.913 1.788-1.676 3.79-2.338 5.604A10.8 10.8 0 0 1 1.205 12c0-2.862 1.138-5.613 3.163-7.64A10.8 10.8 0 0 1 12 1.202a10.8 10.8 0 0 1 7.642 3.158A10.83 10.83 0 0 1 22.797 12a10.8 10.8 0 0 1-3.154 7.633M12 6.691c.832-.801.951-.92 1.75-1.69c.064 1.533.032 2.334-.062 4.204c-.463-.458-1.381-1.044-1.381-1.044S12.126 7.09 12 6.69m3.834 15.463C9.218 24.547 4.436 20.14 3.417 18.602q.007-.021.006-.039c.92-3.889 2.058-8.535 3.884-9.91c.955-1.655 1.231-4.113 2.943-5.401c.432 1.288 1.107 3.958 1.57 5.246c2.025 2.025 5.087 4.545 7.146 5.59c.212.12.489.98.489.98l-.825 1.038l-8.835-.887c-.2-.02-.394-.028-.594-.028c-.569 0-1.15.073-1.833.18c.432-1.07 1.35-1.936 1.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.8-1.138c-.244.087-2.026.888-2.208 1.563c.857.214 1.47.487 1.47.487s-.95.957-1.132 2.612c0 0 2.82-.43 4.939-.153c.063.03.094.03.125.03l1.102.031l3.509 5.84l.027.046a.01.01 0 0 1-.011.006m4.652-18.64A12.02 12.02 0 0 0 12 0C8.818 0 5.768 1.27 3.516 3.515a12.03 12.03 0 0 0-3.513 8.484c0 3.183 1.27 6.235 3.512 8.478a11.98 11.98 0 0 0 16.97 0a11.97 11.97 0 0 0 3.512-8.478c0-3.181-1.26-6.233-3.511-8.484z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.335 12.431c-.552.15-.615.18-1.164.337c-.589-.337-1.107-.526-1.595-.463c.057-.306.151-.525.245-.8c1.036-.15 1.805.4 2.514.926m5.308 7.201a10.8 10.8 0 0 1-1.907 1.52h-.006l-3.702-4.613l3.07.336s1.47.151 1.807 0c.308-.117 1.963-2.449 1.963-2.449s-4.76-3.009-6.384-4.666c.188-2.793-.213-6.508-.213-6.478c-1.193 1.195-1.35 1.383-2.544 2.489c-.52-1.688-.769-2.27-1.289-3.958c-1.568 1.289-2.763 3.464-3.62 6.016a12 12 0 0 0-.55.656l-.345.475a16 16 0 0 0-1.101 1.819q-.094.17-.188.35c-.913 1.788-1.676 3.79-2.338 5.604A10.8 10.8 0 0 1 1.205 12c0-2.862 1.138-5.613 3.163-7.64A10.8 10.8 0 0 1 12 1.202a10.8 10.8 0 0 1 7.642 3.158A10.83 10.83 0 0 1 22.797 12a10.8 10.8 0 0 1-3.154 7.633M12 6.691c.832-.801.951-.92 1.75-1.69c.064 1.533.032 2.334-.062 4.204c-.463-.458-1.381-1.044-1.381-1.044S12.126 7.09 12 6.69m3.834 15.463C9.218 24.547 4.436 20.14 3.417 18.602q.007-.021.006-.039c.92-3.889 2.058-8.535 3.884-9.91c.955-1.655 1.231-4.113 2.943-5.401c.432 1.288 1.107 3.958 1.57 5.246c2.025 2.025 5.087 4.545 7.146 5.59c.212.12.489.98.489.98l-.825 1.038l-8.835-.887c-.2-.02-.394-.028-.594-.028c-.569 0-1.15.073-1.833.18c.432-1.07 1.35-1.936 1.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.8-1.138c-.244.087-2.026.888-2.208 1.563c.857.214 1.47.487 1.47.487s-.95.957-1.132 2.612c0 0 2.82-.43 4.939-.153c.063.03.094.03.125.03l1.102.031l3.509 5.84l.027.046a.01.01 0 0 1-.011.006m4.652-18.64A12.02 12.02 0 0 0 12 0C8.818 0 5.768 1.27 3.516 3.515a12.03 12.03 0 0 0-3.513 8.484c0 3.183 1.27 6.235 3.512 8.478a11.98 11.98 0 0 0 16.97 0a11.97 11.97 0 0 0 3.512-8.478c0-3.181-1.26-6.233-3.511-8.484z"/></svg> </template>
CSS
.icon-wolframlanguage {
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%22M14.335%2012.431c-.552.15-.615.18-1.164.337c-.589-.337-1.107-.526-1.595-.463c.057-.306.151-.525.245-.8c1.036-.15%201.805.4%202.514.926m5.308%207.201a10.8%2010.8%200%200%201-1.907%201.52h-.006l-3.702-4.613l3.07.336s1.47.151%201.807%200c.308-.117%201.963-2.449%201.963-2.449s-4.76-3.009-6.384-4.666c.188-2.793-.213-6.508-.213-6.478c-1.193%201.195-1.35%201.383-2.544%202.489c-.52-1.688-.769-2.27-1.289-3.958c-1.568%201.289-2.763%203.464-3.62%206.016a12%2012%200%200%200-.55.656l-.345.475a16%2016%200%200%200-1.101%201.819q-.094.17-.188.35c-.913%201.788-1.676%203.79-2.338%205.604A10.8%2010.8%200%200%201%201.205%2012c0-2.862%201.138-5.613%203.163-7.64A10.8%2010.8%200%200%201%2012%201.202a10.8%2010.8%200%200%201%207.642%203.158A10.83%2010.83%200%200%201%2022.797%2012a10.8%2010.8%200%200%201-3.154%207.633M12%206.691c.832-.801.951-.92%201.75-1.69c.064%201.533.032%202.334-.062%204.204c-.463-.458-1.381-1.044-1.381-1.044S12.126%207.09%2012%206.69m3.834%2015.463C9.218%2024.547%204.436%2020.14%203.417%2018.602q.007-.021.006-.039c.92-3.889%202.058-8.535%203.884-9.91c.955-1.655%201.231-4.113%202.943-5.401c.432%201.288%201.107%203.958%201.57%205.246c2.025%202.025%205.087%204.545%207.146%205.59c.212.12.489.98.489.98l-.825%201.038l-8.835-.887c-.2-.02-.394-.028-.594-.028c-.569%200-1.15.073-1.833.18c.432-1.07%201.35-1.936%201.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.8-1.138c-.244.087-2.026.888-2.208%201.563c.857.214%201.47.487%201.47.487s-.95.957-1.132%202.612c0%200%202.82-.43%204.939-.153c.063.03.094.03.125.03l1.102.031l3.509%205.84l.027.046a.01.01%200%200%201-.011.006m4.652-18.64A12.02%2012.02%200%200%200%2012%200C8.818%200%205.768%201.27%203.516%203.515a12.03%2012.03%200%200%200-3.513%208.484c0%203.183%201.27%206.235%203.512%208.478a11.98%2011.98%200%200%200%2016.97%200a11.97%2011.97%200%200%200%203.512-8.478c0-3.181-1.26-6.233-3.511-8.484z%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%22M14.335%2012.431c-.552.15-.615.18-1.164.337c-.589-.337-1.107-.526-1.595-.463c.057-.306.151-.525.245-.8c1.036-.15%201.805.4%202.514.926m5.308%207.201a10.8%2010.8%200%200%201-1.907%201.52h-.006l-3.702-4.613l3.07.336s1.47.151%201.807%200c.308-.117%201.963-2.449%201.963-2.449s-4.76-3.009-6.384-4.666c.188-2.793-.213-6.508-.213-6.478c-1.193%201.195-1.35%201.383-2.544%202.489c-.52-1.688-.769-2.27-1.289-3.958c-1.568%201.289-2.763%203.464-3.62%206.016a12%2012%200%200%200-.55.656l-.345.475a16%2016%200%200%200-1.101%201.819q-.094.17-.188.35c-.913%201.788-1.676%203.79-2.338%205.604A10.8%2010.8%200%200%201%201.205%2012c0-2.862%201.138-5.613%203.163-7.64A10.8%2010.8%200%200%201%2012%201.202a10.8%2010.8%200%200%201%207.642%203.158A10.83%2010.83%200%200%201%2022.797%2012a10.8%2010.8%200%200%201-3.154%207.633M12%206.691c.832-.801.951-.92%201.75-1.69c.064%201.533.032%202.334-.062%204.204c-.463-.458-1.381-1.044-1.381-1.044S12.126%207.09%2012%206.69m3.834%2015.463C9.218%2024.547%204.436%2020.14%203.417%2018.602q.007-.021.006-.039c.92-3.889%202.058-8.535%203.884-9.91c.955-1.655%201.231-4.113%202.943-5.401c.432%201.288%201.107%203.958%201.57%205.246c2.025%202.025%205.087%204.545%207.146%205.59c.212.12.489.98.489.98l-.825%201.038l-8.835-.887c-.2-.02-.394-.028-.594-.028c-.569%200-1.15.073-1.833.18c.432-1.07%201.35-1.936%201.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.8-1.138c-.244.087-2.026.888-2.208%201.563c.857.214%201.47.487%201.47.487s-.95.957-1.132%202.612c0%200%202.82-.43%204.939-.153c.063.03.094.03.125.03l1.102.031l3.509%205.84l.027.046a.01.01%200%200%201-.011.006m4.652-18.64A12.02%2012.02%200%200%200%2012%200C8.818%200%205.768%201.27%203.516%203.515a12.03%2012.03%200%200%200-3.513%208.484c0%203.183%201.27%206.235%203.512%208.478a11.98%2011.98%200%200%200%2016.97%200a11.97%2011.97%200%200%200%203.512-8.478c0-3.181-1.26-6.233-3.511-8.484z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/wolframlanguage.svg?color=%231a73e8&size=48