presentation play icon
presentation-play from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.
- Name
- presentation-play
- Set
- Reicon
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All presentation play icons →More business icons from Reicon
Use the presentation play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.003 5.634a1.81 1.81 0 0 0-1.779-.125c-.53.251-.974.788-.974 1.502v3.978c0 .714.444 1.25.974 1.502a1.81 1.81 0 0 0 1.779-.125l2.995-1.99a1.635 1.635 0 0 0 0-2.752zM10.75 7.011c0-.04.019-.1.116-.146a.31.31 0 0 1 .307.019l2.995 1.99c.07.045.082.095.082.126s-.012.08-.082.127l-2.995 1.989a.31.31 0 0 1-.307.02c-.097-.047-.116-.106-.116-.147z"/><path d="M.75 2a.75.75 0 0 1 .75-.75h21a.75.75 0 0 1 0 1.5h-.75v7.683c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7 2.775a.75.75 0 1 1-.9 1.2L12 19.937L8.45 22.6a.75.75 0 1 1-.9-1.2l3.7-2.775V16.75H8.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75 0 0 1 .75 2M15.4 15.25c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.245.045-2.238V2.75H3.75v7.65c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPresentationPlay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12.003 5.634a1.81 1.81 0 0 0-1.779-.125c-.53.251-.974.788-.974 1.502v3.978c0 .714.444 1.25.974 1.502a1.81 1.81 0 0 0 1.779-.125l2.995-1.99a1.635 1.635 0 0 0 0-2.752zM10.75 7.011c0-.04.019-.1.116-.146a.31.31 0 0 1 .307.019l2.995 1.99c.07.045.082.095.082.126s-.012.08-.082.127l-2.995 1.989a.31.31 0 0 1-.307.02c-.097-.047-.116-.106-.116-.147z"/><path d="M.75 2a.75.75 0 0 1 .75-.75h21a.75.75 0 0 1 0 1.5h-.75v7.683c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7 2.775a.75.75 0 1 1-.9 1.2L12 19.937L8.45 22.6a.75.75 0 1 1-.9-1.2l3.7-2.775V16.75H8.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75 0 0 1 .75 2M15.4 15.25c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.245.045-2.238V2.75H3.75v7.65c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.003 5.634a1.81 1.81 0 0 0-1.779-.125c-.53.251-.974.788-.974 1.502v3.978c0 .714.444 1.25.974 1.502a1.81 1.81 0 0 0 1.779-.125l2.995-1.99a1.635 1.635 0 0 0 0-2.752zM10.75 7.011c0-.04.019-.1.116-.146a.31.31 0 0 1 .307.019l2.995 1.99c.07.045.082.095.082.126s-.012.08-.082.127l-2.995 1.989a.31.31 0 0 1-.307.02c-.097-.047-.116-.106-.116-.147z"/><path d="M.75 2a.75.75 0 0 1 .75-.75h21a.75.75 0 0 1 0 1.5h-.75v7.683c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7 2.775a.75.75 0 1 1-.9 1.2L12 19.937L8.45 22.6a.75.75 0 1 1-.9-1.2l3.7-2.775V16.75H8.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75 0 0 1 .75 2M15.4 15.25c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.245.045-2.238V2.75H3.75v7.65c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045z"/></g></svg> </template>
CSS
.icon-presentation-play {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.003%205.634a1.81%201.81%200%200%200-1.779-.125c-.53.251-.974.788-.974%201.502v3.978c0%20.714.444%201.25.974%201.502a1.81%201.81%200%200%200%201.779-.125l2.995-1.99a1.635%201.635%200%200%200%200-2.752zM10.75%207.011c0-.04.019-.1.116-.146a.31.31%200%200%201%20.307.019l2.995%201.99c.07.045.082.095.082.126s-.012.08-.082.127l-2.995%201.989a.31.31%200%200%201-.307.02c-.097-.047-.116-.106-.116-.147z%22%2F%3E%3Cpath%20d%3D%22M.75%202a.75.75%200%200%201%20.75-.75h21a.75.75%200%200%201%200%201.5h-.75v7.683c0%20.952%200%201.713-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7%202.775a.75.75%200%201%201-.9%201.2L12%2019.937L8.45%2022.6a.75.75%200%201%201-.9-1.2l3.7-2.775V16.75H8.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75%200%200%201%20.75%202M15.4%2015.25c.992%200%201.692%200%202.238-.045c.537-.044.86-.127%201.11-.255a2.75%202.75%200%200%200%201.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.245.045-2.238V2.75H3.75v7.65c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.003%205.634a1.81%201.81%200%200%200-1.779-.125c-.53.251-.974.788-.974%201.502v3.978c0%20.714.444%201.25.974%201.502a1.81%201.81%200%200%200%201.779-.125l2.995-1.99a1.635%201.635%200%200%200%200-2.752zM10.75%207.011c0-.04.019-.1.116-.146a.31.31%200%200%201%20.307.019l2.995%201.99c.07.045.082.095.082.126s-.012.08-.082.127l-2.995%201.989a.31.31%200%200%201-.307.02c-.097-.047-.116-.106-.116-.147z%22%2F%3E%3Cpath%20d%3D%22M.75%202a.75.75%200%200%201%20.75-.75h21a.75.75%200%200%201%200%201.5h-.75v7.683c0%20.952%200%201.713-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H12.75v1.875l3.7%202.775a.75.75%200%201%201-.9%201.2L12%2019.937L8.45%2022.6a.75.75%200%201%201-.9-1.2l3.7-2.775V16.75H8.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V2.75H1.5A.75.75%200%200%201%20.75%202M15.4%2015.25c.992%200%201.692%200%202.238-.045c.537-.044.86-.127%201.11-.255a2.75%202.75%200%200%200%201.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.245.045-2.238V2.75H3.75v7.65c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/presentation-play.svg?color=%231a73e8&size=48