dailymotion from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
dailymotion
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the dailymotion logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.551 11.485a2.327 2.327 0 0 0-2.328 2.332c0 1.314 1.013 2.313 2.441 2.313l-.012.002c1.192 0 2.193-.983 2.193-2.28c.001-1.349-1.001-2.367-2.294-2.367"/><path fill="currentColor" d="M3 3v18h18V3zm15.52 15.605h-2.682v-1.058c-.825.81-1.667 1.103-2.786 1.103q-1.713 0-2.947-1.114c-1.086-.956-1.648-2.227-1.648-3.701c0-1.351.524-2.561 1.507-3.506c.878-.859 1.946-1.298 3.139-1.298c1.14 0 2.018.385 2.647 1.192V6.118l2.77-.574v-.002l.002.003h-.002z"/></svg>

React

import type { SVGProps } from "react";

export function BxlDailymotion(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="M13.551 11.485a2.327 2.327 0 0 0-2.328 2.332c0 1.314 1.013 2.313 2.441 2.313l-.012.002c1.192 0 2.193-.983 2.193-2.28c.001-1.349-1.001-2.367-2.294-2.367"/><path fill="currentColor" d="M3 3v18h18V3zm15.52 15.605h-2.682v-1.058c-.825.81-1.667 1.103-2.786 1.103q-1.713 0-2.947-1.114c-1.086-.956-1.648-2.227-1.648-3.701c0-1.351.524-2.561 1.507-3.506c.878-.859 1.946-1.298 3.139-1.298c1.14 0 2.018.385 2.647 1.192V6.118l2.77-.574v-.002l.002.003h-.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.551 11.485a2.327 2.327 0 0 0-2.328 2.332c0 1.314 1.013 2.313 2.441 2.313l-.012.002c1.192 0 2.193-.983 2.193-2.28c.001-1.349-1.001-2.367-2.294-2.367"/><path fill="currentColor" d="M3 3v18h18V3zm15.52 15.605h-2.682v-1.058c-.825.81-1.667 1.103-2.786 1.103q-1.713 0-2.947-1.114c-1.086-.956-1.648-2.227-1.648-3.701c0-1.351.524-2.561 1.507-3.506c.878-.859 1.946-1.298 3.139-1.298c1.14 0 2.018.385 2.647 1.192V6.118l2.77-.574v-.002l.002.003h-.002z"/></svg>
</template>

CSS

.icon-dailymotion {
  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%22M13.551%2011.485a2.327%202.327%200%200%200-2.328%202.332c0%201.314%201.013%202.313%202.441%202.313l-.012.002c1.192%200%202.193-.983%202.193-2.28c.001-1.349-1.001-2.367-2.294-2.367%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203v18h18V3zm15.52%2015.605h-2.682v-1.058c-.825.81-1.667%201.103-2.786%201.103q-1.713%200-2.947-1.114c-1.086-.956-1.648-2.227-1.648-3.701c0-1.351.524-2.561%201.507-3.506c.878-.859%201.946-1.298%203.139-1.298c1.14%200%202.018.385%202.647%201.192V6.118l2.77-.574v-.002l.002.003h-.002z%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%22M13.551%2011.485a2.327%202.327%200%200%200-2.328%202.332c0%201.314%201.013%202.313%202.441%202.313l-.012.002c1.192%200%202.193-.983%202.193-2.28c.001-1.349-1.001-2.367-2.294-2.367%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203v18h18V3zm15.52%2015.605h-2.682v-1.058c-.825.81-1.667%201.103-2.786%201.103q-1.713%200-2.947-1.114c-1.086-.956-1.648-2.227-1.648-3.701c0-1.351.524-2.561%201.507-3.506c.878-.859%201.946-1.298%203.139-1.298c1.14%200%202.018.385%202.647%201.192V6.118l2.77-.574v-.002l.002.003h-.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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