dm logo
dm from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dm
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the dm logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.142 15.057c-.556-.281-1.02-.54-1.32-.755c2.364.36 5.9.71 11.603-.18c0 0 .415.638.648 1.624l-.14.1c-.718.472-1.948 1.035-3.738 1.035c-.755 0-1.554-.1-2.373-.301q-.459-.114-.885-.237a40 40 0 0 1-2.608-.868a79 79 0 0 0-1.187-.417zm-5.67 1.192a12 12 0 0 0-1.414.28c-1.927.497-3.377 1.107-3.392 1.113l-.402.17L.9 16.757l-.9.309s1.134 1.313 1.333 1.746l.28.745s3.6-1.926 8.836-1.635c1.188.066 2.231.4 2.231.4s-2.133-1.352-2.561-1.483c-1.2-.285-2.42-.482-3.649-.589zm17.487-.735s-.264.3-.8.653c-1.056.695-3.172 1.588-6.438.789q-.45-.113-.897-.24c-2.978-.85-4.748-1.949-8.743-2.425c-2.707.064-5.276.324-6.726.821c0 0 .41.409.531.578c.06.127.203.392.336.775c.147.42.284.822.284.822s1.465-.622 3.448-1.133c.93-.243 1.928-.403 2.841-.351c3.047.185 5.507 1.717 8.233 2.962c1.891.513 6.506.903 7.807.333c0 0 .264-1.214.124-3.584M8.11 8.784c.25 0 .443.04.615.078l-.061.315c-.234 1.218-1.415 3.17-2.115 3.17c-.264 0-.39-.216-.39-.703c0-1.18.724-2.86 1.951-2.86m3.294-4.33c-1.094-.038-2.031.029-2.946.116l-.253 1.196c.384.026.819.077 1.11.129v.012L9.021 7.38a4 4 0 0 0-.565-.05c-2.892 0-4.183 2.21-4.183 4.623c0 1.372.525 2.026 1.568 2.026c1.02 0 1.824-.885 2.39-1.807h.028c-.251.68-.407 1.193-.486 1.652H9.57zm9.738 4.968c.238-1.193-.023-2.091-1.304-2.091c-1.16 0-1.895.782-2.502 1.846l-.014-.012c.066-.257.106-.421.106-.577c0-.86-.506-1.257-1.285-1.257c-1.161 0-1.796.759-2.39 1.747l-.027-.001c.225-.565.398-1.142.502-1.641a19 19 0 0 0-2.839.115l-.251 1.195c.384.026.819.078 1.11.129v.037l-.965 4.913l1.783.002l.343-1.75c.293-1.513 1.36-3.053 1.969-3.053c.303 0 .394.243.262.884l-.667 3.917h1.785l.285-1.711c.25-1.529 1.349-3.09 1.957-3.09c.301 0 .396.243.263.884l-.649 3.917h1.788z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDm(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="M12.142 15.057c-.556-.281-1.02-.54-1.32-.755c2.364.36 5.9.71 11.603-.18c0 0 .415.638.648 1.624l-.14.1c-.718.472-1.948 1.035-3.738 1.035c-.755 0-1.554-.1-2.373-.301q-.459-.114-.885-.237a40 40 0 0 1-2.608-.868a79 79 0 0 0-1.187-.417zm-5.67 1.192a12 12 0 0 0-1.414.28c-1.927.497-3.377 1.107-3.392 1.113l-.402.17L.9 16.757l-.9.309s1.134 1.313 1.333 1.746l.28.745s3.6-1.926 8.836-1.635c1.188.066 2.231.4 2.231.4s-2.133-1.352-2.561-1.483c-1.2-.285-2.42-.482-3.649-.589zm17.487-.735s-.264.3-.8.653c-1.056.695-3.172 1.588-6.438.789q-.45-.113-.897-.24c-2.978-.85-4.748-1.949-8.743-2.425c-2.707.064-5.276.324-6.726.821c0 0 .41.409.531.578c.06.127.203.392.336.775c.147.42.284.822.284.822s1.465-.622 3.448-1.133c.93-.243 1.928-.403 2.841-.351c3.047.185 5.507 1.717 8.233 2.962c1.891.513 6.506.903 7.807.333c0 0 .264-1.214.124-3.584M8.11 8.784c.25 0 .443.04.615.078l-.061.315c-.234 1.218-1.415 3.17-2.115 3.17c-.264 0-.39-.216-.39-.703c0-1.18.724-2.86 1.951-2.86m3.294-4.33c-1.094-.038-2.031.029-2.946.116l-.253 1.196c.384.026.819.077 1.11.129v.012L9.021 7.38a4 4 0 0 0-.565-.05c-2.892 0-4.183 2.21-4.183 4.623c0 1.372.525 2.026 1.568 2.026c1.02 0 1.824-.885 2.39-1.807h.028c-.251.68-.407 1.193-.486 1.652H9.57zm9.738 4.968c.238-1.193-.023-2.091-1.304-2.091c-1.16 0-1.895.782-2.502 1.846l-.014-.012c.066-.257.106-.421.106-.577c0-.86-.506-1.257-1.285-1.257c-1.161 0-1.796.759-2.39 1.747l-.027-.001c.225-.565.398-1.142.502-1.641a19 19 0 0 0-2.839.115l-.251 1.195c.384.026.819.078 1.11.129v.037l-.965 4.913l1.783.002l.343-1.75c.293-1.513 1.36-3.053 1.969-3.053c.303 0 .394.243.262.884l-.667 3.917h1.785l.285-1.711c.25-1.529 1.349-3.09 1.957-3.09c.301 0 .396.243.263.884l-.649 3.917h1.788z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.142 15.057c-.556-.281-1.02-.54-1.32-.755c2.364.36 5.9.71 11.603-.18c0 0 .415.638.648 1.624l-.14.1c-.718.472-1.948 1.035-3.738 1.035c-.755 0-1.554-.1-2.373-.301q-.459-.114-.885-.237a40 40 0 0 1-2.608-.868a79 79 0 0 0-1.187-.417zm-5.67 1.192a12 12 0 0 0-1.414.28c-1.927.497-3.377 1.107-3.392 1.113l-.402.17L.9 16.757l-.9.309s1.134 1.313 1.333 1.746l.28.745s3.6-1.926 8.836-1.635c1.188.066 2.231.4 2.231.4s-2.133-1.352-2.561-1.483c-1.2-.285-2.42-.482-3.649-.589zm17.487-.735s-.264.3-.8.653c-1.056.695-3.172 1.588-6.438.789q-.45-.113-.897-.24c-2.978-.85-4.748-1.949-8.743-2.425c-2.707.064-5.276.324-6.726.821c0 0 .41.409.531.578c.06.127.203.392.336.775c.147.42.284.822.284.822s1.465-.622 3.448-1.133c.93-.243 1.928-.403 2.841-.351c3.047.185 5.507 1.717 8.233 2.962c1.891.513 6.506.903 7.807.333c0 0 .264-1.214.124-3.584M8.11 8.784c.25 0 .443.04.615.078l-.061.315c-.234 1.218-1.415 3.17-2.115 3.17c-.264 0-.39-.216-.39-.703c0-1.18.724-2.86 1.951-2.86m3.294-4.33c-1.094-.038-2.031.029-2.946.116l-.253 1.196c.384.026.819.077 1.11.129v.012L9.021 7.38a4 4 0 0 0-.565-.05c-2.892 0-4.183 2.21-4.183 4.623c0 1.372.525 2.026 1.568 2.026c1.02 0 1.824-.885 2.39-1.807h.028c-.251.68-.407 1.193-.486 1.652H9.57zm9.738 4.968c.238-1.193-.023-2.091-1.304-2.091c-1.16 0-1.895.782-2.502 1.846l-.014-.012c.066-.257.106-.421.106-.577c0-.86-.506-1.257-1.285-1.257c-1.161 0-1.796.759-2.39 1.747l-.027-.001c.225-.565.398-1.142.502-1.641a19 19 0 0 0-2.839.115l-.251 1.195c.384.026.819.078 1.11.129v.037l-.965 4.913l1.783.002l.343-1.75c.293-1.513 1.36-3.053 1.969-3.053c.303 0 .394.243.262.884l-.667 3.917h1.785l.285-1.711c.25-1.529 1.349-3.09 1.957-3.09c.301 0 .396.243.263.884l-.649 3.917h1.788z"/></svg> </template>
CSS
.icon-dm {
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%22M12.142%2015.057c-.556-.281-1.02-.54-1.32-.755c2.364.36%205.9.71%2011.603-.18c0%200%20.415.638.648%201.624l-.14.1c-.718.472-1.948%201.035-3.738%201.035c-.755%200-1.554-.1-2.373-.301q-.459-.114-.885-.237a40%2040%200%200%201-2.608-.868a79%2079%200%200%200-1.187-.417zm-5.67%201.192a12%2012%200%200%200-1.414.28c-1.927.497-3.377%201.107-3.392%201.113l-.402.17L.9%2016.757l-.9.309s1.134%201.313%201.333%201.746l.28.745s3.6-1.926%208.836-1.635c1.188.066%202.231.4%202.231.4s-2.133-1.352-2.561-1.483c-1.2-.285-2.42-.482-3.649-.589zm17.487-.735s-.264.3-.8.653c-1.056.695-3.172%201.588-6.438.789q-.45-.113-.897-.24c-2.978-.85-4.748-1.949-8.743-2.425c-2.707.064-5.276.324-6.726.821c0%200%20.41.409.531.578c.06.127.203.392.336.775c.147.42.284.822.284.822s1.465-.622%203.448-1.133c.93-.243%201.928-.403%202.841-.351c3.047.185%205.507%201.717%208.233%202.962c1.891.513%206.506.903%207.807.333c0%200%20.264-1.214.124-3.584M8.11%208.784c.25%200%20.443.04.615.078l-.061.315c-.234%201.218-1.415%203.17-2.115%203.17c-.264%200-.39-.216-.39-.703c0-1.18.724-2.86%201.951-2.86m3.294-4.33c-1.094-.038-2.031.029-2.946.116l-.253%201.196c.384.026.819.077%201.11.129v.012L9.021%207.38a4%204%200%200%200-.565-.05c-2.892%200-4.183%202.21-4.183%204.623c0%201.372.525%202.026%201.568%202.026c1.02%200%201.824-.885%202.39-1.807h.028c-.251.68-.407%201.193-.486%201.652H9.57zm9.738%204.968c.238-1.193-.023-2.091-1.304-2.091c-1.16%200-1.895.782-2.502%201.846l-.014-.012c.066-.257.106-.421.106-.577c0-.86-.506-1.257-1.285-1.257c-1.161%200-1.796.759-2.39%201.747l-.027-.001c.225-.565.398-1.142.502-1.641a19%2019%200%200%200-2.839.115l-.251%201.195c.384.026.819.078%201.11.129v.037l-.965%204.913l1.783.002l.343-1.75c.293-1.513%201.36-3.053%201.969-3.053c.303%200%20.394.243.262.884l-.667%203.917h1.785l.285-1.711c.25-1.529%201.349-3.09%201.957-3.09c.301%200%20.396.243.263.884l-.649%203.917h1.788z%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%22M12.142%2015.057c-.556-.281-1.02-.54-1.32-.755c2.364.36%205.9.71%2011.603-.18c0%200%20.415.638.648%201.624l-.14.1c-.718.472-1.948%201.035-3.738%201.035c-.755%200-1.554-.1-2.373-.301q-.459-.114-.885-.237a40%2040%200%200%201-2.608-.868a79%2079%200%200%200-1.187-.417zm-5.67%201.192a12%2012%200%200%200-1.414.28c-1.927.497-3.377%201.107-3.392%201.113l-.402.17L.9%2016.757l-.9.309s1.134%201.313%201.333%201.746l.28.745s3.6-1.926%208.836-1.635c1.188.066%202.231.4%202.231.4s-2.133-1.352-2.561-1.483c-1.2-.285-2.42-.482-3.649-.589zm17.487-.735s-.264.3-.8.653c-1.056.695-3.172%201.588-6.438.789q-.45-.113-.897-.24c-2.978-.85-4.748-1.949-8.743-2.425c-2.707.064-5.276.324-6.726.821c0%200%20.41.409.531.578c.06.127.203.392.336.775c.147.42.284.822.284.822s1.465-.622%203.448-1.133c.93-.243%201.928-.403%202.841-.351c3.047.185%205.507%201.717%208.233%202.962c1.891.513%206.506.903%207.807.333c0%200%20.264-1.214.124-3.584M8.11%208.784c.25%200%20.443.04.615.078l-.061.315c-.234%201.218-1.415%203.17-2.115%203.17c-.264%200-.39-.216-.39-.703c0-1.18.724-2.86%201.951-2.86m3.294-4.33c-1.094-.038-2.031.029-2.946.116l-.253%201.196c.384.026.819.077%201.11.129v.012L9.021%207.38a4%204%200%200%200-.565-.05c-2.892%200-4.183%202.21-4.183%204.623c0%201.372.525%202.026%201.568%202.026c1.02%200%201.824-.885%202.39-1.807h.028c-.251.68-.407%201.193-.486%201.652H9.57zm9.738%204.968c.238-1.193-.023-2.091-1.304-2.091c-1.16%200-1.895.782-2.502%201.846l-.014-.012c.066-.257.106-.421.106-.577c0-.86-.506-1.257-1.285-1.257c-1.161%200-1.796.759-2.39%201.747l-.027-.001c.225-.565.398-1.142.502-1.641a19%2019%200%200%200-2.839.115l-.251%201.195c.384.026.819.078%201.11.129v.037l-.965%204.913l1.783.002l.343-1.75c.293-1.513%201.36-3.053%201.969-3.053c.303%200%20.394.243.262.884l-.667%203.917h1.785l.285-1.711c.25-1.529%201.349-3.09%201.957-3.09c.301%200%20.396.243.263.884l-.649%203.917h1.788z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dm.svg?color=%231a73e8&size=48